├── .gitignore ├── .travis.yml ├── AUTHORS ├── COPYING ├── ChangeLog ├── DOCS ├── ChangeLog ├── FAQ ├── Makefile.am ├── THANKS ├── VOCABULARY ├── banner1.gif └── clf.gif ├── INSTALL ├── Makefile.am ├── NEWS ├── README ├── autogen.sh ├── configure.in ├── raw ├── NOT_FOUND ├── man.macros ├── man1 │ ├── ..1 │ ├── :.1 │ ├── [.1 │ ├── a2p.1 │ ├── ab.1 │ ├── access.1 │ ├── alias.1 │ ├── apm.1 │ ├── apropos.1 │ ├── ar.1 │ ├── arch.1 │ ├── at.1 │ ├── basename.1 │ ├── bash.1 │ ├── bg.1 │ ├── bind.1 │ ├── break.1 │ ├── builtin.1 │ ├── builtins.1 │ ├── bunzip2.1 │ ├── bzcat.1 │ ├── bzip2.1 │ ├── bzip2recover.1 │ ├── cal.1 │ ├── cat.1 │ ├── cd.1 │ ├── chattr.1 │ ├── chfn.1 │ ├── chgrp.1 │ ├── chmod.1 │ ├── chown.1 │ ├── chroot.1 │ ├── chsh.1 │ ├── chvt.1 │ ├── cksum.1 │ ├── clear.1 │ ├── clusterdb.1 │ ├── col.1 │ ├── comm.1 │ ├── command.1 │ ├── compgen.1 │ ├── complete.1 │ ├── continue.1 │ ├── cp.1 │ ├── cpio.1 │ ├── createdb.1 │ ├── createlang.1 │ ├── createuser.1 │ ├── cut.1 │ ├── date.1 │ ├── dd.1 │ ├── deallocvt.1 │ ├── declare.1 │ ├── df.1 │ ├── diff.1 │ ├── dig.1 │ ├── dircolors.1 │ ├── dirname.1 │ ├── dirs.1 │ ├── disown.1 │ ├── dropdb.1 │ ├── droplang.1 │ ├── dropuser.1 │ ├── du.1 │ ├── dumpkeys.1 │ ├── echo.1 │ ├── egrep.1 │ ├── eject.1 │ ├── emacs.1 │ ├── enable.1 │ ├── env.1 │ ├── eval.1 │ ├── ex.1 │ ├── exec.1 │ ├── exit.1 │ ├── expand.1 │ ├── export.1 │ ├── false.1 │ ├── fc.1 │ ├── fg.1 │ ├── fgrep.1 │ ├── file.1 │ ├── find.1 │ ├── findsmb.1 │ ├── finger.1 │ ├── fmt.1 │ ├── fold.1 │ ├── free.1 │ ├── ftp.1 │ ├── gcc.1 │ ├── gedit.1 │ ├── getopts.1 │ ├── gnroff.1 │ ├── grep.1 │ ├── groff.1 │ ├── groups.1 │ ├── gunzip.1 │ ├── gzip.1 │ ├── hash.1 │ ├── head.1 │ ├── help.1 │ ├── history.1 │ ├── host.1 │ ├── hostid.1 │ ├── hostname.1 │ ├── iconv.1 │ ├── id.1 │ ├── info.1 │ ├── initdb.1 │ ├── initex.1 │ ├── initlocation.1 │ ├── install-info.1 │ ├── install.1 │ ├── intro.1 │ ├── ipcclean.1 │ ├── jobs.1 │ ├── kbd_mode.1 │ ├── kill.1 │ ├── killall.1 │ ├── last.1 │ ├── ld.1 │ ├── ldd.1 │ ├── let.1 │ ├── ln.1 │ ├── loadkeys.1 │ ├── local.1 │ ├── lockfile.1 │ ├── logname.1 │ ├── logout.1 │ ├── ls.1 │ ├── lsattr.1 │ ├── mail.1 │ ├── makeinfo.1 │ ├── man.1 │ ├── md5sum.1 │ ├── mesg.1 │ ├── minicom.1 │ ├── mkdir.1 │ ├── mkfifo.1 │ ├── mknod.1 │ ├── mkpasswd.1 │ ├── mktemp.1 │ ├── more.1 │ ├── mv.1 │ ├── newgrp.1 │ ├── nice.1 │ ├── nmblookup.1 │ ├── nohup.1 │ ├── nroff.1 │ ├── octave-bug.1 │ ├── octave-config.1 │ ├── octave.1 │ ├── paste.1 │ ├── perlbook.1 │ ├── perlboot.1 │ ├── perlcn.1 │ ├── perlcompile.1 │ ├── perldata.1 │ ├── perlfaq.1 │ ├── perlfaq1.1 │ ├── perlfaq2.1 │ ├── perlfaq3.1 │ ├── perlfaq7.1 │ ├── perlfaq8.1 │ ├── perlfaq9.1 │ ├── perlform.1 │ ├── perlfunc.1 │ ├── perlnumber.1 │ ├── perlsec.1 │ ├── perlstyle.1 │ ├── perltw.1 │ ├── pg_controldata.1 │ ├── pg_ctl.1 │ ├── pg_dump.1 │ ├── pg_dumpall.1 │ ├── pg_resetxlog.1 │ ├── pg_restore.1 │ ├── popd.1 │ ├── postgres.1 │ ├── postmaster.1 │ ├── printf.1 │ ├── psfaddtable.1 │ ├── psfgettable.1 │ ├── psfstriptable.1 │ ├── psql.1 │ ├── pushd.1 │ ├── pwd.1 │ ├── quota.1 │ ├── read.1 │ ├── readonly.1 │ ├── return.1 │ ├── rlogin.1 │ ├── rm.1 │ ├── rmdir.1 │ ├── rvi.1 │ ├── rview.1 │ ├── rvim.1 │ ├── scp.1 │ ├── set.1 │ ├── setleds.1 │ ├── setmetamode.1 │ ├── sh.1 │ ├── shift.1 │ ├── shopt.1 │ ├── showkey.1 │ ├── size.1 │ ├── sleep.1 │ ├── smbclient.1 │ ├── smbcontrol.1 │ ├── smbstatus.1 │ ├── smbtar.1 │ ├── sort.1 │ ├── source.1 │ ├── split.1 │ ├── ssh.1 │ ├── stat.1 │ ├── strings.1 │ ├── stty.1 │ ├── su.1 │ ├── sum.1 │ ├── suspend.1 │ ├── svn.1 │ ├── svnadmin.1 │ ├── svndumpfilter.1 │ ├── svnlook.1 │ ├── svnversion.1 │ ├── sync.1 │ ├── tac.1 │ ├── tail.1 │ ├── tar.1 │ ├── tclsh.1 │ ├── tee.1 │ ├── testparm.1 │ ├── testprns.1 │ ├── tex.1 │ ├── texi2dvi.1 │ ├── texindex.1 │ ├── times.1 │ ├── touch.1 │ ├── trap.1 │ ├── troff.1 │ ├── true.1 │ ├── tty.1 │ ├── type.1 │ ├── typeset.1 │ ├── ulimit.1 │ ├── umask.1 │ ├── unalias.1 │ ├── uname.1 │ ├── unicode_start.1 │ ├── unicode_stop.1 │ ├── uniq.1 │ ├── unset.1 │ ├── uptime.1 │ ├── usleep.1 │ ├── vacuumdb.1 │ ├── vi.1 │ ├── view.1 │ ├── vim.1 │ ├── vimtutor.1 │ ├── virtex.1 │ ├── w.1 │ ├── wait.1 │ ├── wall.1 │ ├── wbinfo.1 │ ├── wc.1 │ ├── whatis.1 │ ├── who.1 │ ├── wish.1 │ ├── xargs.1 │ ├── xpdf.1 │ ├── xxd.1 │ ├── yacc.1 │ ├── yes.1 │ ├── ypchfn.1 │ ├── ypchsh.1 │ ├── yppasswd.1 │ ├── zcat.1 │ ├── zipinfo.1 │ └── zless.1 ├── man2 │ ├── accept.2 │ ├── bind.2 │ ├── close.2 │ ├── create_module.2 │ ├── execve.2 │ ├── init_module.2 │ ├── listen.2 │ ├── open.2 │ ├── query_module.2 │ ├── read.2 │ ├── send.2 │ └── write.2 ├── man3 │ ├── Object.3 │ ├── basename.3 │ ├── bindtextdomain.3 │ ├── bzero.3 │ ├── clearerr.3 │ ├── exec.3 │ ├── exit.3 │ ├── fclose.3 │ ├── fcloseall.3 │ ├── fdopen.3 │ ├── feof.3 │ ├── ferror.3 │ ├── fflush.3 │ ├── fileno.3 │ ├── flockfile.3 │ ├── fopen.3 │ ├── freopen.3 │ ├── iconv_close.3 │ ├── iconv_open.3 │ ├── setbuf.3 │ ├── setbuffer.3 │ ├── setlinebuf.3 │ ├── setlocale.3 │ ├── setvbuf.3 │ ├── stderr.3 │ ├── stdin.3 │ ├── stdio.3 │ ├── stdout.3 │ ├── strcoll.3 │ ├── strxfrm.3 │ ├── ulimit.3 │ └── unlocked_stdio.3 ├── man4 │ ├── console_codes.4 │ ├── fifo.4 │ └── hd.4 ├── man5 │ ├── acct.5 │ ├── aliases.5 │ ├── environ.5 │ ├── fs.5 │ ├── group.5 │ ├── host.conf.5 │ ├── info.5 │ ├── inittab.5 │ ├── ipc.5 │ ├── issue.5 │ ├── keymaps.5 │ ├── lmhosts.5 │ ├── locale.5 │ ├── man.config.5 │ ├── motd.5 │ ├── nologin.5 │ ├── nscd.conf.5 │ ├── passwd.5 │ ├── proc.5 │ ├── protocols.5 │ ├── resolver.5 │ ├── rpc.5 │ ├── securetty.5 │ ├── services.5 │ ├── shells.5 │ ├── smb.conf.5 │ ├── smbpasswd.5 │ ├── svnserve.conf.5 │ ├── termcap.5 │ ├── texinfo.5 │ ├── ttytype.5 │ ├── tzfile.5 │ └── utmp.5 ├── man6 │ └── zic2xpm.6 ├── man7 │ ├── LDP.7 │ ├── abort.7 │ ├── alter_aggregate.7 │ ├── alter_conversion.7 │ ├── alter_database.7 │ ├── alter_domain.7 │ ├── alter_function.7 │ ├── alter_group.7 │ ├── alter_language.7 │ ├── alter_operator_class.7 │ ├── alter_schema.7 │ ├── alter_sequence.7 │ ├── alter_table.7 │ ├── alter_trigger.7 │ ├── alter_user.7 │ ├── analyze.7 │ ├── arp.7 │ ├── ascii.7 │ ├── begin.7 │ ├── bootparam.7 │ ├── charsets.7 │ ├── checkpoint.7 │ ├── close.7 │ ├── cluster.7 │ ├── comment.7 │ ├── commit.7 │ ├── copy.7 │ ├── create_aggregate.7 │ ├── create_cast.7 │ ├── create_constraint_trigger.7 │ ├── create_conversion.7 │ ├── create_database.7 │ ├── create_domain.7 │ ├── create_function.7 │ ├── create_group.7 │ ├── create_index.7 │ ├── create_language.7 │ ├── create_operator.7 │ ├── create_operator_class.7 │ ├── create_rule.7 │ ├── create_schema.7 │ ├── create_sequence.7 │ ├── create_table.7 │ ├── create_table_as.7 │ ├── create_trigger.7 │ ├── create_type.7 │ ├── create_user.7 │ ├── create_view.7 │ ├── deallocate.7 │ ├── declare.7 │ ├── delete.7 │ ├── drop_aggregate.7 │ ├── drop_cast.7 │ ├── drop_conversion.7 │ ├── drop_database.7 │ ├── drop_domain.7 │ ├── drop_function.7 │ ├── drop_group.7 │ ├── drop_index.7 │ ├── drop_language.7 │ ├── drop_operator.7 │ ├── drop_operator_class.7 │ ├── drop_rule.7 │ ├── drop_schema.7 │ ├── drop_sequence.7 │ ├── drop_table.7 │ ├── drop_trigger.7 │ ├── drop_type.7 │ ├── drop_user.7 │ ├── drop_view.7 │ ├── end.7 │ ├── execute.7 │ ├── explain.7 │ ├── fetch.7 │ ├── glob.7 │ ├── grant.7 │ ├── hier.7 │ ├── icmp.7 │ ├── insert.7 │ ├── ip.7 │ ├── listen.7 │ ├── load.7 │ ├── locale.7 │ ├── lock.7 │ ├── mailaddr.7 │ ├── man.7 │ ├── mdoc.samples.7 │ ├── move.7 │ ├── netdevice.7 │ ├── netlink.7 │ ├── notify.7 │ ├── packet.7 │ ├── prepare.7 │ ├── raw.7 │ ├── regex.7 │ ├── reindex.7 │ ├── reset.7 │ ├── revoke.7 │ ├── rollback.7 │ ├── samba.7 │ ├── select.7 │ ├── select_into.7 │ ├── set.7 │ ├── set_constraints.7 │ ├── set_session_authorization.7 │ ├── set_transaction.7 │ ├── show.7 │ ├── signal.7 │ ├── socket.7 │ ├── start_transaction.7 │ ├── tcp.7 │ ├── truncate.7 │ ├── udp.7 │ ├── unicode.7 │ ├── unix.7 │ ├── unlisten.7 │ ├── update.7 │ ├── utf-8.7 │ ├── vacuum.7 │ └── x25.7 ├── man8 │ ├── MAKEDEV.8 │ ├── badblocks.8 │ ├── blockdev.8 │ ├── chat.8 │ ├── chpasswd.8 │ ├── convertquota.8 │ ├── cron.8 │ ├── dmesg.8 │ ├── edquota.8 │ ├── exportfs.8 │ ├── fdisk.8 │ ├── fsck.8 │ ├── groupadd.8 │ ├── groupdel.8 │ ├── groupmod.8 │ ├── halt.8 │ ├── hdparm.8 │ ├── ifconfig.8 │ ├── init.8 │ ├── iptables-restore.8 │ ├── iptables-save.8 │ ├── iptables.8 │ ├── losetup.8 │ ├── lspci.8 │ ├── mailstats.8 │ ├── makemap.8 │ ├── mingetty.8 │ ├── mkfs.8 │ ├── mkswap.8 │ ├── modinfo.8 │ ├── netstat.8 │ ├── nmbd.8 │ ├── ntsysv.8 │ ├── ping.8 │ ├── pppd.8 │ ├── quotacheck.8 │ ├── quotaon.8 │ ├── ramsize.8 │ ├── rdev.8 │ ├── repquota.8 │ ├── rootflags.8 │ ├── route.8 │ ├── rpm.8 │ ├── setquota.8 │ ├── setserial.8 │ ├── showmount.8 │ ├── shutdown.8 │ ├── smbd.8 │ ├── smbmnt.8 │ ├── smbmount.8 │ ├── smbpasswd.8 │ ├── smbspool.8 │ ├── smbumount.8 │ ├── svnserve.8 │ ├── swapoff.8 │ ├── swapon.8 │ ├── sync.8 │ ├── tcpdump.8 │ ├── tzselect.8 │ ├── umount.8 │ ├── useradd.8 │ ├── userdel.8 │ ├── usermod.8 │ ├── vidmode.8 │ ├── vmstat.8 │ ├── xinetd.8 │ ├── zdump.8 │ └── zic.8 ├── manl │ ├── cbdsqr.l │ ├── lapack.l │ ├── zdrot.l │ └── zdrscl.l └── mann │ ├── Http.n │ ├── Tcl.n │ ├── after.n │ ├── append.n │ ├── array.n │ ├── bell.n │ ├── bgerror.n │ ├── binary.n │ ├── bindtags.n │ ├── break.n │ ├── catch.n │ ├── cd.n │ ├── chooseColor.n │ ├── chooseDirectory.n │ ├── ckalloc.n │ ├── ckfree.n │ ├── clipboard.n │ ├── clock.n │ ├── close.n │ ├── concat.n │ ├── continue.n │ ├── cursors.n │ ├── dde.n │ ├── destroy.n │ ├── encoding.n │ ├── eof.n │ ├── error.n │ ├── eval.n │ ├── exec.n │ ├── exit.n │ ├── expr.n │ ├── fblocked.n │ ├── fconfigure.n │ ├── fcopy.n │ ├── file.n │ ├── fileevent.n │ ├── filename.n │ ├── flush.n │ ├── focusNext.n │ ├── for.n │ ├── foreach.n │ ├── format.n │ ├── gets.n │ ├── glob.n │ ├── global.n │ ├── history.n │ ├── html.n │ ├── if.n │ ├── incr.n │ ├── info.n │ ├── interp.n │ ├── join.n │ ├── keysyms.n │ ├── lappend.n │ ├── library.n │ ├── lindex.n │ ├── linsert.n │ ├── list.n │ ├── llength.n │ ├── load.n │ ├── loadTk.n │ ├── lower.n │ ├── lrange.n │ ├── lreplace.n │ ├── lsearch.n │ ├── lsort.n │ ├── memory.n │ ├── messageBox.n │ ├── msgcat.n │ ├── namespace.n │ ├── open.n │ ├── option.n │ ├── optionMenu.n │ ├── package.n │ ├── packagens.n │ ├── palette.n │ ├── pid.n │ ├── pkgMkIndex.n │ ├── popup.n │ ├── proc.n │ ├── puts.n │ ├── pwd.n │ ├── raise.n │ ├── re_syntax.n │ ├── read.n │ ├── regexp.n │ ├── registry.n │ ├── regsub.n │ ├── rename.n │ ├── resource.n │ ├── return.n │ ├── safe.n │ ├── scan.n │ ├── seek.n │ ├── selection.n │ ├── send.n │ ├── set.n │ ├── socket.n │ ├── source.n │ ├── split.n │ ├── string.n │ ├── subst.n │ ├── switch.n │ ├── tclvars.n │ ├── tell.n │ ├── time.n │ ├── tk.n │ ├── tk_dialog.n │ ├── tkerror.n │ ├── tkvars.n │ ├── tkwait.n │ ├── trace.n │ ├── unknown.n │ ├── unset.n │ ├── update.n │ ├── uplevel.n │ ├── upvar.n │ ├── variable.n │ ├── vwait.n │ └── while.n ├── src ├── Makefile.am ├── cman │ ├── cman.conf │ ├── cman.csh │ └── cman.sh ├── man.macros ├── man1 │ ├── ..1 │ ├── Makefile.am │ ├── [.1 │ ├── a2p.1 │ ├── ab.1 │ ├── ac.1 │ ├── access.1 │ ├── ali.1 │ ├── alias.1 │ ├── apm.1 │ ├── apropos.1 │ ├── ar.1 │ ├── arch.1 │ ├── at.1 │ ├── autorun.1 │ ├── basename.1 │ ├── bash.1 │ ├── bg.1 │ ├── biff.1 │ ├── bind.1 │ ├── break.1 │ ├── builtin.1 │ ├── builtins.1 │ ├── bunzip2.1 │ ├── bzcat.1 │ ├── bzip2.1 │ ├── bzip2recover.1 │ ├── cal.1 │ ├── cat.1 │ ├── cce.1 │ ├── cd.1 │ ├── charset.1 │ ├── chattr.1 │ ├── chfn.1 │ ├── chgrp.1 │ ├── chmod.1 │ ├── chown.1 │ ├── chroot.1 │ ├── chsh.1 │ ├── chvt.1 │ ├── cksum.1 │ ├── clear.1 │ ├── clusterdb.1 │ ├── col.1 │ ├── comm.1 │ ├── command.1 │ ├── compgen.1 │ ├── complete.1 │ ├── continue.1 │ ├── cp.1 │ ├── cpio.1 │ ├── createdb.1 │ ├── createlang.1 │ ├── createuser.1 │ ├── cut.1 │ ├── date.1 │ ├── dd.1 │ ├── deallocvt.1 │ ├── declare.1 │ ├── df.1 │ ├── diff.1 │ ├── dig.1 │ ├── dircolor.1 │ ├── dircolors.1 │ ├── dirname.1 │ ├── dirs.1 │ ├── disown.1 │ ├── dnskeygen.1 │ ├── dnsquery.1 │ ├── dropdb.1 │ ├── droplang.1 │ ├── dropuser.1 │ ├── du.1 │ ├── dumpkeys.1 │ ├── echo.1 │ ├── ecpg.1 │ ├── egrep.1 │ ├── eject.1 │ ├── emacs.1 │ ├── enable.1 │ ├── env.1 │ ├── eval.1 │ ├── ex.1 │ ├── exec.1 │ ├── exit.1 │ ├── expand.1 │ ├── export.1 │ ├── false.1 │ ├── fc.1 │ ├── fg.1 │ ├── fgrep.1 │ ├── file.1 │ ├── find.1 │ ├── findsmb.1 │ ├── finger.1 │ ├── fmt.1 │ ├── fold.1 │ ├── free.1 │ ├── ftp.1 │ ├── gcc.1 │ ├── gedit.1 │ ├── getopts.1 │ ├── gnroff.1 │ ├── grep.1 │ ├── groff.1 │ ├── groups.1 │ ├── gunzip.1 │ ├── gview.1 │ ├── gvim.1 │ ├── gzip.1 │ ├── hash.1 │ ├── head.1 │ ├── help.1 │ ├── history.1 │ ├── host.1 │ ├── hostid.1 │ ├── hostname.1 │ ├── iconv.1 │ ├── id.1 │ ├── info.1 │ ├── initdb.1 │ ├── initex.1 │ ├── initlocation.1 │ ├── install-info.1 │ ├── install.1 │ ├── intro.1 │ ├── ipcclean.1 │ ├── jobs.1 │ ├── kbd_mode.1 │ ├── kill.1 │ ├── killall.1 │ ├── last.1 │ ├── ld.1 │ ├── ldd.1 │ ├── let.1 │ ├── listalias.1 │ ├── ln.1 │ ├── loadkeys.1 │ ├── local.1 │ ├── lockfile.1 │ ├── logname.1 │ ├── logout.1 │ ├── ls.1 │ ├── lsattr.1 │ ├── mail.1 │ ├── mailto.1 │ ├── make_smbcodepage.1 │ ├── makeinfo.1 │ ├── man.1 │ ├── manpages │ ├── md5sum.1 │ ├── mesg.1 │ ├── minicom.1 │ ├── mirror.1 │ ├── mkdir.1 │ ├── mkfifo.1 │ ├── mknod.1 │ ├── mkpasswd.1 │ ├── mktemp.1 │ ├── more.1 │ ├── mpg123.1 │ ├── msmtp.1 │ ├── mv.1 │ ├── newgrp.1 │ ├── nice.1 │ ├── nmblookup.1 │ ├── nohup.1 │ ├── nroff.1 │ ├── octave-bug.1 │ ├── octave-config.1 │ ├── octave.1 │ ├── paste.1 │ ├── perl.1 │ ├── pg_config.1 │ ├── pg_controldata.1 │ ├── pg_ctl.1 │ ├── pg_dump.1 │ ├── pg_dumpall.1 │ ├── pg_resetxlog.1 │ ├── pg_restore.1 │ ├── pgtclsh.1 │ ├── pgtksh.1 │ ├── popd.1 │ ├── postgres.1 │ ├── postmaster.1 │ ├── printf.1 │ ├── psfaddtable.1 │ ├── psfgettable.1 │ ├── psfstriptable.1 │ ├── psql.1 │ ├── pushd.1 │ ├── pwd.1 │ ├── quota.1 │ ├── read.1 │ ├── readonly.1 │ ├── return.1 │ ├── rgview.1 │ ├── rgvim.1 │ ├── rlogin.1 │ ├── rm.1 │ ├── rmdir.1 │ ├── rvi.1 │ ├── rview.1 │ ├── rvim.1 │ ├── scp.1 │ ├── set.1 │ ├── setleds.1 │ ├── setmetamode.1 │ ├── sh.1 │ ├── shift.1 │ ├── shopt.1 │ ├── showfont.1 │ ├── showkey.1 │ ├── size.1 │ ├── sleep.1 │ ├── smbclient.1 │ ├── smbcontrol.1 │ ├── smbrun.1 │ ├── smbsh.1 │ ├── smbstatus.1 │ ├── smbtar.1 │ ├── sort.1 │ ├── source.1 │ ├── split.1 │ ├── sq.1 │ ├── ssh.1 │ ├── stat.1 │ ├── strings.1 │ ├── stty.1 │ ├── su.1 │ ├── subst.1 │ ├── sum.1 │ ├── suspend.1 │ ├── svn.1 │ ├── svnadmin.1 │ ├── svndumpfilter.1 │ ├── svnlook.1 │ ├── svnversion.1 │ ├── sync.1 │ ├── tac.1 │ ├── tail.1 │ ├── tar.1 │ ├── tclsh.1 │ ├── tee.1 │ ├── testparm.1 │ ├── testprns.1 │ ├── tex.1 │ ├── texi2dvi.1 │ ├── texindex.1 │ ├── times.1 │ ├── touch.1 │ ├── trap.1 │ ├── troff.1 │ ├── true.1 │ ├── tty.1 │ ├── type.1 │ ├── typeset.1 │ ├── ulimit.1 │ ├── umask.1 │ ├── unalias.1 │ ├── uname.1 │ ├── unicode_start.1 │ ├── unicode_stop.1 │ ├── uniq.1 │ ├── unset.1 │ ├── unsq.1 │ ├── uptime.1 │ ├── usleep.1 │ ├── uuencode.1 │ ├── vacuumdb.1 │ ├── vi.1 │ ├── view.1 │ ├── vim.1 │ ├── vimtutor.1 │ ├── virtex.1 │ ├── vt-is-UTF8.1 │ ├── w.1 │ ├── wait.1 │ ├── wall.1 │ ├── wbinfo.1 │ ├── wc.1 │ ├── whatis.1 │ ├── who.1 │ ├── wish.1 │ ├── xargs.1 │ ├── xmodmap.1 │ ├── xpdf.1 │ ├── xxd.1 │ ├── yacc.1 │ ├── yes.1 │ ├── ypchfn.1 │ ├── ypchsh.1 │ ├── yppasswd.1 │ ├── zcat.1 │ ├── zh_CN │ │ └── Makefile.am │ ├── zh_TW │ │ └── Makefile.am │ ├── zipinfo.1 │ └── zless.1 ├── man2 │ ├── Makefile.am │ ├── accept.2 │ ├── bind.2 │ ├── close.2 │ ├── create_module.2 │ ├── execve.2 │ ├── init_module.2 │ ├── listen.2 │ ├── manpages │ ├── open.2 │ ├── query_module.2 │ ├── read.2 │ ├── send.2 │ ├── socket.2 │ ├── write.2 │ ├── zh_CN │ │ └── Makefile.am │ └── zh_TW │ │ └── Makefile.am ├── man3 │ ├── Makefile.am │ ├── basename.3 │ ├── bindtextdomain.3 │ ├── bzero.3 │ ├── cbdsrq.3 │ ├── clearerr.3 │ ├── exec.3 │ ├── exit.3 │ ├── fclose.3 │ ├── fcloseall.3 │ ├── fdopen.3 │ ├── feof.3 │ ├── ferror.3 │ ├── fflush.3 │ ├── fileno.3 │ ├── flockfile.3 │ ├── fopen.3 │ ├── freopen.3 │ ├── iconv_close.3 │ ├── iconv_open.3 │ ├── manpages │ ├── setbuf.3 │ ├── setbuffer.3 │ ├── setlinebuf.3 │ ├── setlocale.3 │ ├── setvbuf.3 │ ├── stderr.3 │ ├── stdin.3 │ ├── stdio.3 │ ├── stdout.3 │ ├── strcoll.3 │ ├── strxfrm.3 │ ├── ulimit.3 │ ├── unlocked_stdio.3 │ ├── zdrot.3 │ ├── zdrscl.3 │ ├── zh_CN │ │ └── Makefile.am │ └── zh_TW │ │ └── Makefile.am ├── man4 │ ├── Makefile.am │ ├── console_codes.4 │ ├── fifo.4 │ ├── hd.4 │ ├── manpages │ ├── zh_CN │ │ └── Makefile.am │ └── zh_TW │ │ └── Makefile.am ├── man5 │ ├── Makefile.am │ ├── acct.5 │ ├── aliases.5 │ ├── environ.5 │ ├── fs.5 │ ├── ftpaccess.5 │ ├── group.5 │ ├── host.conf.5 │ ├── info.5 │ ├── inittab.5 │ ├── ipc.5 │ ├── issue.5 │ ├── keymaps.5 │ ├── lilo.conf.5 │ ├── lmhosts.5 │ ├── locale.5 │ ├── man.conf.5 │ ├── man.config.5 │ ├── manpages │ ├── motd.5 │ ├── nologin.5 │ ├── nscd.conf.5 │ ├── nsswitch.5 │ ├── passwd.5 │ ├── proc.5 │ ├── protocols.5 │ ├── resolver.5 │ ├── rpc.5 │ ├── securetty.5 │ ├── services.5 │ ├── shells.5 │ ├── smb.conf.5 │ ├── smbpasswd.5 │ ├── svnserve.conf.5 │ ├── termcap.5 │ ├── texinfo.5 │ ├── ttytype.5 │ ├── tzfile.5 │ ├── utmp.5 │ ├── zh_CN │ │ └── Makefile.am │ └── zh_TW │ │ └── Makefile.am ├── man6 │ ├── Makefile.am │ ├── manpages │ ├── zh_CN │ │ └── Makefile.am │ ├── zh_TW │ │ └── Makefile.am │ └── zic2xpm.6 ├── man7 │ ├── LDP.7 │ ├── Makefile.am │ ├── abort.7 │ ├── alter_aggregate.7 │ ├── alter_conversion.7 │ ├── alter_database.7 │ ├── alter_domain.7 │ ├── alter_function.7 │ ├── alter_group.7 │ ├── alter_language.7 │ ├── alter_operator_class.7 │ ├── alter_schema.7 │ ├── alter_sequence.7 │ ├── alter_table.7 │ ├── alter_trigger.7 │ ├── alter_user.7 │ ├── analyze.7 │ ├── arp.7 │ ├── ascii.7 │ ├── begin.7 │ ├── bootparam.7 │ ├── charsets.7 │ ├── checkpoint.7 │ ├── close.7 │ ├── cluster.7 │ ├── comment.7 │ ├── commit.7 │ ├── copy.7 │ ├── create_aggregate.7 │ ├── create_cast.7 │ ├── create_constraint_trigger.7 │ ├── create_conversion.7 │ ├── create_database.7 │ ├── create_domain.7 │ ├── create_function.7 │ ├── create_group.7 │ ├── create_index.7 │ ├── create_language.7 │ ├── create_operator.7 │ ├── create_operator_class.7 │ ├── create_rule.7 │ ├── create_schema.7 │ ├── create_sequence.7 │ ├── create_table.7 │ ├── create_table_as.7 │ ├── create_trigger.7 │ ├── create_type.7 │ ├── create_user.7 │ ├── create_view.7 │ ├── deallocate.7 │ ├── declare.7 │ ├── delete.7 │ ├── drop_aggregate.7 │ ├── drop_cast.7 │ ├── drop_conversion.7 │ ├── drop_database.7 │ ├── drop_domain.7 │ ├── drop_function.7 │ ├── drop_group.7 │ ├── drop_index.7 │ ├── drop_language.7 │ ├── drop_operator.7 │ ├── drop_operator_class.7 │ ├── drop_rule.7 │ ├── drop_schema.7 │ ├── drop_sequence.7 │ ├── drop_table.7 │ ├── drop_trigger.7 │ ├── drop_type.7 │ ├── drop_user.7 │ ├── drop_view.7 │ ├── end.7 │ ├── execute.7 │ ├── explain.7 │ ├── fetch.7 │ ├── glob.7 │ ├── grant.7 │ ├── hier.7 │ ├── icmp.7 │ ├── insert.7 │ ├── ip.7 │ ├── lapack.7 │ ├── lilyfaq.7 │ ├── listen.7 │ ├── load.7 │ ├── locale.7 │ ├── lock.7 │ ├── mailaddr.7 │ ├── man.7 │ ├── manpages │ ├── mdoc.samples.7 │ ├── move.7 │ ├── netdevice.7 │ ├── netlink.7 │ ├── notify.7 │ ├── packet.7 │ ├── perlbook.7 │ ├── perlboot.7 │ ├── perlcn.7 │ ├── perlcompile.7 │ ├── perldata.7 │ ├── perlfaq.7 │ ├── perlfaq1.7 │ ├── perlfaq2.7 │ ├── perlfaq3.7 │ ├── perlfaq7.7 │ ├── perlfaq8.7 │ ├── perlfaq9.7 │ ├── perlform.7 │ ├── perlfunc.7 │ ├── perlnumber.7 │ ├── perlsec.7 │ ├── perlstyle.7 │ ├── perltw.7 │ ├── prepare.7 │ ├── raw.7 │ ├── regex.7 │ ├── reindex.7 │ ├── reset.7 │ ├── revoke.7 │ ├── roff.7 │ ├── rollback.7 │ ├── samba.7 │ ├── select.7 │ ├── select_into.7 │ ├── set.7 │ ├── set_constraints.7 │ ├── set_session_authorization.7 │ ├── set_transaction.7 │ ├── show.7 │ ├── signal.7 │ ├── socket.7 │ ├── start_transaction.7 │ ├── suffix.7 │ ├── tcp.7 │ ├── truncate.7 │ ├── udp.7 │ ├── unicode.7 │ ├── unix.7 │ ├── unlisten.7 │ ├── update.7 │ ├── utf-8.7 │ ├── vacuum.7 │ ├── x25.7 │ ├── zh_CN │ │ └── Makefile.am │ └── zh_TW │ │ └── Makefile.am ├── man8 │ ├── MAKEDEV.8 │ ├── Makefile.am │ ├── badblocks.8 │ ├── bdflush.8 │ ├── blockdev.8 │ ├── chat.8 │ ├── chpasswd.8 │ ├── convertquota.8 │ ├── cron.8 │ ├── dmesg.8 │ ├── edquota.8 │ ├── exportfs.8 │ ├── fdisk.8 │ ├── fsck.8 │ ├── groupadd.8 │ ├── groupdel.8 │ ├── groupmod.8 │ ├── halt.8 │ ├── hdparm.8 │ ├── ifconfig.8 │ ├── imapd.8 │ ├── inetd.8 │ ├── init.8 │ ├── iptables-restore.8 │ ├── iptables-save.8 │ ├── iptables.8 │ ├── lilo.8 │ ├── losetup.8 │ ├── lspci.8 │ ├── mailstats.8 │ ├── makemap.8 │ ├── manpages │ ├── mingetty.8 │ ├── mkfs.8 │ ├── mkswap.8 │ ├── modinfo.8 │ ├── named-bootconf.8 │ ├── netstat.8 │ ├── nmbd.8 │ ├── ntsysv.8 │ ├── ping.8 │ ├── pppd.8 │ ├── printcap.8 │ ├── quotacheck.8 │ ├── quotaoff.8 │ ├── quotaon.8 │ ├── quotastats.8 │ ├── ramsize.8 │ ├── rdev.8 │ ├── repquota.8 │ ├── rootflags.8 │ ├── route.8 │ ├── rpm.8 │ ├── setclock.8 │ ├── setquota.8 │ ├── setserial.8 │ ├── showmount.8 │ ├── shutdown.8 │ ├── smbd.8 │ ├── smbmnt.8 │ ├── smbmount.8 │ ├── smbpasswd.8 │ ├── smbspool.8 │ ├── smbumount.8 │ ├── svnserve.8 │ ├── swapoff.8 │ ├── swapon.8 │ ├── swat.8 │ ├── sync.8 │ ├── tcpdump.8 │ ├── tzselect.8 │ ├── umount.8 │ ├── useradd.8 │ ├── userdel.8 │ ├── usermod.8 │ ├── vidmode.8 │ ├── vmstat.8 │ ├── xinetd.8 │ ├── zdump.8 │ ├── zh_CN │ │ └── Makefile.am │ ├── zh_TW │ │ └── Makefile.am │ └── zic.8 └── mann │ ├── ArrowButton.3tk │ ├── Button.3tk │ ├── ComboBox.3tk │ ├── Dialog.3tk │ ├── Http.3tcl │ ├── LabelFrame.3tk │ ├── MainFrame.3tk │ ├── Makefile.am │ ├── Notebook.3tk │ ├── Object.3tcl │ ├── PagesManager.3tk │ ├── PanedWindow.3tk │ ├── ProgressBar.3tk │ ├── ScrollableFrame.3tk │ ├── ScrolledWindow.3tk │ ├── SpinBox.3tk │ ├── Tcl.7tcl │ ├── TitleFrame.3tk │ ├── after.3tcl │ ├── append.3tcl │ ├── array.3tcl │ ├── bell.3tk │ ├── bgerror.3tcl │ ├── binary.3tcl │ ├── bindtags.3tk │ ├── break.3tcl │ ├── catch.3tcl │ ├── cd.3tcl │ ├── chooseColor.3tk │ ├── chooseDirectory.3tk │ ├── ckalloc.3tcl │ ├── ckfree.3tcl │ ├── clipboard.3tk │ ├── clock.3tcl │ ├── close.3tcl │ ├── concat.3tcl │ ├── continue.3tcl │ ├── cursors.3tk │ ├── dde.3tcl │ ├── destroy.3tk │ ├── encoding.3tcl │ ├── eof.3tcl │ ├── error.3tcl │ ├── eval.3tcl │ ├── exec.3tcl │ ├── exit.3tcl │ ├── expr.3tcl │ ├── fblocked.3tcl │ ├── fconfigure.3tcl │ ├── fcopy.3tcl │ ├── file.3tcl │ ├── fileevent.3tcl │ ├── filename.3tcl │ ├── flush.3tcl │ ├── focusNext.3tk │ ├── for.3tcl │ ├── foreach.3tcl │ ├── format.3tcl │ ├── gets.3tcl │ ├── glob.3tcl │ ├── global.3tcl │ ├── history.3tcl │ ├── html.3tcl │ ├── if.3tcl │ ├── incr.3tcl │ ├── info.3tcl │ ├── interp.3tcl │ ├── join.3tcl │ ├── keysyms.3tk │ ├── lappend.3tcl │ ├── library.3tcl │ ├── lindex.3tcl │ ├── linsert.3tcl │ ├── list.3tcl │ ├── llength.3tcl │ ├── load.3tcl │ ├── loadTk.3tk │ ├── lower.3tcl │ ├── lrange.3tcl │ ├── lreplace.3tcl │ ├── lsearch.3tcl │ ├── lsort.3tcl │ ├── manpages │ ├── memory.3tcl │ ├── messageBox.3tk │ ├── msgcat.3tcl │ ├── namespace.3tcl │ ├── open.3tcl │ ├── option.3tk │ ├── optionMenu.3tk │ ├── package.3tcl │ ├── packagens.3tcl │ ├── palette.3tk │ ├── pid.3tcl │ ├── pkgMkIndex.3tcl │ ├── popup.3tk │ ├── proc.3tcl │ ├── puts.3tcl │ ├── pwd.3tcl │ ├── raise.3tcl │ ├── re_syntax.3tcl │ ├── read.3tcl │ ├── regexp.3tcl │ ├── registry.3tcl │ ├── regsub.3tcl │ ├── rename.3tcl │ ├── resource.3tcl │ ├── return.3tcl │ ├── safe.3tcl │ ├── scan.3tcl │ ├── seek.3tcl │ ├── selection.3tk │ ├── send.3tk │ ├── set.3tcl │ ├── socket.3tcl │ ├── source.3tcl │ ├── split.3tcl │ ├── string.3tcl │ ├── subst.3tcl │ ├── switch.3tcl │ ├── tclvars.3tcl │ ├── tell.3tcl │ ├── time.3tcl │ ├── tk.3tk │ ├── tk_dialog.3tk │ ├── tkerror.3tk │ ├── tkvars.3tk │ ├── tkwait.3tk │ ├── trace.3tcl │ ├── unknown.3tcl │ ├── unset.3tcl │ ├── update.3tcl │ ├── uplevel.3tcl │ ├── upvar.3tcl │ ├── variable.3tcl │ ├── vwait.3tcl │ ├── while.3tcl │ ├── zh_CN │ └── Makefile.am │ └── zh_TW │ └── Makefile.am └── utils ├── Makefile.am ├── bi2fbfi.pl ├── html2man ├── man2html ├── man2html.sh ├── name.pl ├── pre-trans.pl ├── release-manpages ├── totw.pl ├── update-cman.sh └── zhtw_2_zhcn.pl /.gitignore: -------------------------------------------------------------------------------- 1 | Makefile 2 | Makefile.in 3 | aclocal.m4 4 | autom4te.cache 5 | config.log 6 | config.status 7 | configure 8 | install-sh 9 | missing 10 | -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | install: 2 | - sudo apt-get install zh-autoconvert 3 | script: 4 | - ./autogen.sh 5 | - ./configure 6 | - make 7 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- 1 | LI Daobing 2 | Ji ZhengYu 3 | CMPP Project: http://cmpp.linuxforum.net 4 | and many other authors for the manpages 5 | -------------------------------------------------------------------------------- /ChangeLog: -------------------------------------------------------------------------------- 1 | 2011-07-09 LI Daobing 2 | 3 | * remove git.1. 4 | * release 1.5.2. 5 | 6 | 7 | The old changelog for CMPP is in DOCS/ChangeLog. 8 | 9 | Thanks. 10 | 11 | # vim:ft=changelog: 12 | -------------------------------------------------------------------------------- /DOCS/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = banner1.gif ChangeLog clf.gif FAQ THANKS VOCABULARY 2 | -------------------------------------------------------------------------------- /DOCS/banner1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaobing/manpages-zh/f8dc031d9ca4d88da2ae075b95cc4b368a095373/DOCS/banner1.gif -------------------------------------------------------------------------------- /DOCS/clf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaobing/manpages-zh/f8dc031d9ca4d88da2ae075b95cc4b368a095373/DOCS/clf.gif -------------------------------------------------------------------------------- /Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = DOCS src utils 2 | -------------------------------------------------------------------------------- /NEWS: -------------------------------------------------------------------------------- 1 | manpages-zh 2 | 3 | Version 1.5.3 (2013-XX-XX) 4 | * update tar.1 5 | 6 | Version 1.5.2 (2010-07-09) 7 | * remove git.1 8 | 9 | Version 1.5.1 (2008-04-01) 10 | * remove .spec file 11 | * fix url in ChangeLog 12 | * fix typo bug in Makefile.am 13 | * remove .BS .BE from loadTk.3tk 14 | * fix section in man7/perl*.7 15 | 16 | Version 1.5.1-rc3 (2008-03-13) 17 | * generate utf8 encoding manpage by default, you can use 18 | `--disable-utf8' to generate the origin gbk and big5 encoding manpage. 19 | * add --disable-zhcn and --disable-zhtw option for configure 20 | 21 | Version 1.5.1-rc2 (2008-03-01) 22 | * 使用 autotools 替换原来的 Makefile。 23 | * 支持 make install 及 make dist。 24 | 25 | Version 1.5.1-rc1 (2008-02-29) 26 | * 从 CMPP 项目中分支出本项目。 27 | * 保证 Debian 打包时无警告。 28 | * tcl 和 tk 的大部分内容改到 3tcl 及 3tk 节。 29 | * 纯文档的内容改至 7 和 7tcl 节。 30 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | 请大家切换到: https://github.com/man-pages-zh/manpages-zh 2 | please switch to: https://github.com/man-pages-zh/manpages-zh 3 | -------------------------------------------------------------------------------- /autogen.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | autoreconf -i -f 4 | -------------------------------------------------------------------------------- /raw/man1/..1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/:.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/[.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/alias.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/apropos.1: -------------------------------------------------------------------------------- 1 | .\" 2 | .\" Generated automatically from apropos.1.in by the 3 | .\" configure script. 4 | .\" 5 | .\" Man page for apropos 6 | .\" 7 | .\" Copyright (c) 1990, 1991, John W. Eaton. 8 | .\" 9 | .\" You may distribute under the terms of the GNU General Public 10 | .\" License as specified in the README file that comes with the man 1.0 11 | .\" distribution. 12 | .\" 13 | .\" John W. Eaton 14 | .\" jwe@che.utexas.edu 15 | .\" Department of Chemical Engineering 16 | .\" The University of Texas at Austin 17 | .\" Austin, Texas 78712 18 | .\" 19 | .TH apropos 1 "Jan 15, 1991" 20 | .LO 1 21 | .SH NAME 22 | apropos \- search the whatis database for strings 23 | .SH SYNOPSIS 24 | .BI apropos 25 | keyword ... 26 | .SH DESCRIPTION 27 | apropos searches a set of database files containing short descriptions 28 | of system commands for keywords and displays the result on the 29 | standard output. 30 | .SH "SEE ALSO" 31 | whatis(1), man(1). 32 | -------------------------------------------------------------------------------- /raw/man1/bg.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/bind.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/break.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/builtin.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/builtins.1: -------------------------------------------------------------------------------- 1 | .\" This is a hack to force bash builtins into the whatis database 2 | .\" and to get the list of builtins to come up with the man command. 3 | .TH BASH_BUILTINS 1 "2001 November 27" "GNU Bash-2.05a" 4 | .SH NAME 5 | bash, :, ., [, alias, bg, bind, break, builtin, cd, command, compgen, complete, 6 | continue, declare, dirs, disown, echo, enable, eval, exec, exit, 7 | export, fc, fg, getopts, hash, help, history, jobs, kill, 8 | let, local, logout, popd, printf, pushd, pwd, read, readonly, return, set, 9 | shift, shopt, source, suspend, test, times, trap, type, typeset, 10 | ulimit, umask, unalias, unset, wait \- bash built-in commands, see \fBbash\fR(1) 11 | .SH BASH BUILTIN COMMANDS 12 | .nr zZ 1 13 | .so man1/bash.1 14 | .SH SEE ALSO 15 | bash(1), sh(1) 16 | -------------------------------------------------------------------------------- /raw/man1/cd.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/chvt.1: -------------------------------------------------------------------------------- 1 | .\" @(#)chvt.1 1.0 970126 aeb 2 | .TH CHVT 1 "26 January 1997" 3 | .SH NAME 4 | chvt \- change foreground virtual terminal 5 | .SH SYNOPSIS 6 | .B chvt 7 | .I N 8 | .SH DESCRIPTION 9 | The command 10 | .B chvt 11 | .I N 12 | makes 13 | .I /dev/ttyN 14 | the foreground terminal. 15 | (The corresponding screen is created if it did not exist yet. 16 | To get rid of unused VTs, 17 | use 18 | .BR deallocvt (1).) 19 | The key combination 20 | .RI (Ctrl-)LeftAlt-F N 21 | (with 22 | .I N 23 | in the range 1-12) usually has a similar effect. 24 | -------------------------------------------------------------------------------- /raw/man1/cksum.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH CKSUM "1" "October 2003" "cksum (coreutils) 5.0" FSF 3 | .SH NAME 4 | cksum \- checksum and count the bytes in a file 5 | .SH SYNOPSIS 6 | .B cksum 7 | [\fIFILE\fR]... 8 | .br 9 | .B cksum 10 | [\fIOPTION\fR] 11 | .SH DESCRIPTION 12 | .\" Add any additional description here 13 | .PP 14 | Print CRC checksum and byte counts of each FILE. 15 | .TP 16 | \fB\-\-help\fR 17 | display this help and exit 18 | .TP 19 | \fB\-\-version\fR 20 | output version information and exit 21 | .SH AUTHOR 22 | Written by Q. Frank Xia. 23 | .SH "REPORTING BUGS" 24 | Report bugs to . 25 | .SH COPYRIGHT 26 | Copyright \(co 2003 Free Software Foundation, Inc. 27 | .br 28 | This is free software; see the source for copying conditions. There is NO 29 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 30 | .SH "SEE ALSO" 31 | The full documentation for 32 | .B cksum 33 | is maintained as a Texinfo manual. If the 34 | .B info 35 | and 36 | .B cksum 37 | programs are properly installed at your site, the command 38 | .IP 39 | .B info cksum 40 | .PP 41 | should give you access to the complete manual. 42 | -------------------------------------------------------------------------------- /raw/man1/command.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/compgen.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/complete.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/continue.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/deallocvt.1: -------------------------------------------------------------------------------- 1 | .\" @(#)deallocvt.1 1.0 970317 aeb 2 | .TH DEALLOCVT 1 "17 Mar 1997" 3 | .SH NAME 4 | deallocvt \- deallocate unused virtual consoles 5 | .SH SYNOPSIS 6 | .B deallocvt 7 | .RI [ N " ...]" 8 | .SH DESCRIPTION 9 | .LP 10 | The command 11 | .B deallocvt 12 | deallocates kernel memory and data structures 13 | for all unused virtual consoles. 14 | If one or more arguments 15 | .IR N " ..." 16 | are given, only the corresponding consoles 17 | .I /dev/ttyN 18 | are deallocated. 19 | 20 | A virtual console is unused if it is not the foreground console, 21 | and no process has it open for reading or writing, and no text 22 | has been selected on its screen. 23 | .SH "SEE ALSO" 24 | .BR chvt (1), 25 | .BR openvt (1) 26 | 27 | 28 | -------------------------------------------------------------------------------- /raw/man1/declare.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/dirs.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/disown.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/egrep.1: -------------------------------------------------------------------------------- 1 | .so man1/grep.1 2 | -------------------------------------------------------------------------------- /raw/man1/enable.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/eval.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/exec.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/exit.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/export.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/fc.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/fg.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/fgrep.1: -------------------------------------------------------------------------------- 1 | .so man1/grep.1 2 | -------------------------------------------------------------------------------- /raw/man1/getopts.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/groups.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH GROUPS "1" "October 2003" "GNU coreutils 5.0" FSF 3 | .SH NAME 4 | groups \- print the groups a user is in 5 | .SH SYNOPSIS 6 | .B groups 7 | [\fIOPTION\fR]... [\fIUSERNAME\fR]... 8 | .SH DESCRIPTION 9 | .\" Add any additional description here 10 | .TP 11 | \fB\-\-help\fR 12 | display this help and exit 13 | .TP 14 | \fB\-\-version\fR 15 | output version information and exit 16 | .PP 17 | Same as id \fB\-Gn\fR. If no USERNAME, use current process. 18 | .SH "REPORTING BUGS" 19 | Report bugs to . 20 | .SH "SEE ALSO" 21 | The full documentation for 22 | .B groups 23 | is maintained as a Texinfo manual. If the 24 | .B info 25 | and 26 | .B groups 27 | programs are properly installed at your site, the command 28 | .IP 29 | .B info groups 30 | .PP 31 | should give you access to the complete manual. 32 | -------------------------------------------------------------------------------- /raw/man1/gunzip.1: -------------------------------------------------------------------------------- 1 | .so man1/gzip.1 2 | -------------------------------------------------------------------------------- /raw/man1/hash.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/help.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/history.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/hostid.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH HOSTID "1" "October 2003" "GNU coreutils 5.0" FSF 3 | .SH NAME 4 | hostid \- print the numeric identifier for the current host 5 | .SH SYNOPSIS 6 | .B hostid 7 | 8 | .br 9 | .B hostid 10 | \fIOPTION\fR 11 | .SH DESCRIPTION 12 | .\" Add any additional description here 13 | .PP 14 | Print the numeric identifier (in hexadecimal) for the current host. 15 | .TP 16 | \fB\-\-help\fR 17 | display this help and exit 18 | .TP 19 | \fB\-\-version\fR 20 | output version information and exit 21 | .SH AUTHOR 22 | Written by Jim Meyering. 23 | .SH "REPORTING BUGS" 24 | Report bugs to . 25 | .SH COPYRIGHT 26 | Copyright \(co 2003 Free Software Foundation, Inc. 27 | .br 28 | This is free software; see the source for copying conditions. There is NO 29 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 30 | .SH "SEE ALSO" 31 | The full documentation for 32 | .B hostid 33 | is maintained as a Texinfo manual. If the 34 | .B info 35 | and 36 | .B hostid 37 | programs are properly installed at your site, the command 38 | .IP 39 | .B info hostid 40 | .PP 41 | should give you access to the complete manual. 42 | -------------------------------------------------------------------------------- /raw/man1/initex.1: -------------------------------------------------------------------------------- 1 | .so man1/tex.1 2 | -------------------------------------------------------------------------------- /raw/man1/jobs.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/let.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/local.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/logname.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH LOGNAME "1" "October 2003" "GNU coreutils 5.0" FSF 3 | .SH NAME 4 | logname \- print user\'s login name 5 | .SH SYNOPSIS 6 | .B logname 7 | [\fIOPTION\fR] 8 | .SH DESCRIPTION 9 | .\" Add any additional description here 10 | .PP 11 | Print the name of the current user. 12 | .TP 13 | \fB\-\-help\fR 14 | display this help and exit 15 | .TP 16 | \fB\-\-version\fR 17 | output version information and exit 18 | .SH AUTHOR 19 | Written by FIXME: unknown. 20 | .SH "REPORTING BUGS" 21 | Report bugs to . 22 | .SH COPYRIGHT 23 | Copyright \(co 2003 Free Software Foundation, Inc. 24 | .br 25 | This is free software; see the source for copying conditions. There is NO 26 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 27 | .SH "SEE ALSO" 28 | The full documentation for 29 | .B logname 30 | is maintained as a Texinfo manual. If the 31 | .B info 32 | and 33 | .B logname 34 | programs are properly installed at your site, the command 35 | .IP 36 | .B info logname 37 | .PP 38 | should give you access to the complete manual. 39 | -------------------------------------------------------------------------------- /raw/man1/logout.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/lsattr.1: -------------------------------------------------------------------------------- 1 | .\" -*- nroff -*- 2 | .TH LSATTR 1 "July 2003" "E2fsprogs version 1.34" 3 | .SH NAME 4 | lsattr \- list file attributes on a Linux second extended file system 5 | .SH SYNOPSIS 6 | .B lsattr 7 | [ 8 | .B \-RVadv 9 | ] 10 | [ 11 | .I files... 12 | ] 13 | .SH DESCRIPTION 14 | .B lsattr 15 | lists the file attributes on a second extended file system. See 16 | .BR chattr (1) 17 | for a description of the attributes and what they mean. 18 | .SH OPTIONS 19 | .TP 20 | .B \-R 21 | Recursively list attributes of directories and their contents. 22 | .TP 23 | .B \-V 24 | Display the program version. 25 | .TP 26 | .B \-a 27 | List all files in directories, including files that start with `.'. 28 | .TP 29 | .B \-d 30 | List directories like other files, rather than listing their contents. 31 | .TP 32 | .B \-v 33 | List the file's version/generation number. 34 | .SH AUTHOR 35 | .B lsattr 36 | was written by Remy Card . 37 | .SH BUGS 38 | There are none :-). 39 | .SH AVAILABILITY 40 | .B lsattr 41 | is part of the e2fsprogs package and is available from 42 | http://e2fsprogs.sourceforge.net. 43 | .SH SEE ALSO 44 | .BR chattr (1) 45 | -------------------------------------------------------------------------------- /raw/man1/mesg.1: -------------------------------------------------------------------------------- 1 | .\"{{{}}} 2 | .\"{{{ Title 3 | .TH MESG 1 "Feb 26, 2001" "" "Linux User's Manual" 4 | .\"}}} 5 | .\"{{{ Name 6 | .SH NAME 7 | mesg \- control write access to your terminal 8 | .\"}}} 9 | .\"{{{ Synopsis 10 | .SH SYNOPSIS 11 | .B mesg 12 | .RB [ y | n ] 13 | .\"}}} 14 | .\"{{{ Description 15 | .SH DESCRIPTION 16 | .B Mesg 17 | controls the access to your terminal by others. It's typically used to 18 | allow or disallow other users to write to your terminal (see \fBwrite\fP(1)). 19 | .\"}}} 20 | .\"{{{ Options 21 | .SH OPTIONS 22 | .IP \fBy\fP 23 | Allow write access to your terminal. 24 | .IP \fBn\fP 25 | Disallow write access to your terminal. 26 | .PP 27 | If no option is given, \fBmesg\fP prints out the current access state of your 28 | terminal. 29 | .PP NOTES 30 | \fBMesg\fP assumes that it's standard input is connected to your 31 | terminal. That also means that if you are logged in multiple times, 32 | you can get/set the mesg status of other sessions by using redirection. 33 | For example "mesg n < /dev/pts/46". 34 | .SH AUTHOR 35 | Miquel van Smoorenburg (miquels@cistron.nl) 36 | .\"}}} 37 | .\"{{{ See also 38 | .SH "SEE ALSO" 39 | .BR talk (1), 40 | .BR write (1), 41 | .BR wall (1) 42 | .\"}}} 43 | -------------------------------------------------------------------------------- /raw/man1/newgrp.1: -------------------------------------------------------------------------------- 1 | .\" Original author unknown. This man page is in the public domain. 2 | .\" Modified Sat Oct 9 17:46:48 1993 by faith@cs.unc.edu 3 | .TH NEWGRP 1 "9 October 1993" "Linux 1.2" "Linux Programmer's Manual" 4 | .SH NAME 5 | newgrp \- log in to a new group 6 | .SH SYNOPSIS 7 | .BI "newgrp [ " group " ]" 8 | .SH DESCRIPTION 9 | .B Newgrp 10 | changes the group identification of its caller, analogously to 11 | .BR login (1). 12 | The same person remains logged in, and the current directory 13 | is unchanged, but calculations of access permissions to files are performed 14 | with respect to the new group ID. 15 | .LP 16 | If no group is specified, the GID is changed to the login GID. 17 | .LP 18 | .SH FILES 19 | .I /etc/group 20 | .br 21 | .I /etc/passwd 22 | 23 | .SH "SEE ALSO" 24 | .BR login "(1), " group (5) 25 | 26 | .SH AUTHOR 27 | Originally by Michael Haardt. Currently maintained by 28 | Peter Orbaek (poe@daimi.aau.dk). 29 | -------------------------------------------------------------------------------- /raw/man1/nohup.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH NOHUP "1" "October 2003" "GNU coreutils 5.0" FSF 3 | .SH NAME 4 | nohup \- run a command immune to hangups, with output to a non-tty 5 | .SH SYNOPSIS 6 | .B nohup 7 | \fICOMMAND \fR[\fIARG\fR]... 8 | .br 9 | .B nohup 10 | \fIOPTION\fR 11 | .SH DESCRIPTION 12 | .\" Add any additional description here 13 | .PP 14 | Run COMMAND, ignoring hangup signals. 15 | .TP 16 | \fB\-\-help\fR 17 | display this help and exit 18 | .TP 19 | \fB\-\-version\fR 20 | output version information and exit 21 | .SH "REPORTING BUGS" 22 | Report bugs to . 23 | .SH "SEE ALSO" 24 | The full documentation for 25 | .B nohup 26 | is maintained as a Texinfo manual. If the 27 | .B info 28 | and 29 | .B nohup 30 | programs are properly installed at your site, the command 31 | .IP 32 | .B info nohup 33 | .PP 34 | should give you access to the complete manual. 35 | -------------------------------------------------------------------------------- /raw/man1/perlcn.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaobing/manpages-zh/f8dc031d9ca4d88da2ae075b95cc4b368a095373/raw/man1/perlcn.1 -------------------------------------------------------------------------------- /raw/man1/perltw.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaobing/manpages-zh/f8dc031d9ca4d88da2ae075b95cc4b368a095373/raw/man1/perltw.1 -------------------------------------------------------------------------------- /raw/man1/pg_controldata.1: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "PG_CONTROLDATA" "1" "2003-11-02" "Application" "PostgreSQL Server Applications" 3 | .SH NAME 4 | pg_controldata \- display control information of a PostgreSQL database cluster 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | \fBpg_controldata\fR\fR [ \fR\fB\fIdatadir\fB \fR\fR]\fR 9 | .SH "DESCRIPTION" 10 | .PP 11 | \fBpg_controldata\fR prints information initialized during 12 | \fBinitdb\fR, such as the catalog version and server locale. 13 | It also shows information about write-ahead logging and checkpoint 14 | processing. This information is cluster-wide, and not specific to any one 15 | database. 16 | .PP 17 | This utility may only be run by the user who initialized the cluster because 18 | it requires read access to the data directory. 19 | You can specify the data directory on the command line, or use 20 | the environment variable \fBPGDATA\fR. 21 | .SH "ENVIRONMENT" 22 | .TP 23 | \fBPGDATA\fR 24 | Default data directory location 25 | -------------------------------------------------------------------------------- /raw/man1/popd.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/psfgettable.1: -------------------------------------------------------------------------------- 1 | .\" @(#)psfgettable.1 2 | .TH PSFGETTABLE 1 "25 Oct 1994" 3 | .SH NAME 4 | psfgettable \- extract the embedded Unicode character table from a console font 5 | .SH SYNOPSIS 6 | .B psfgettable 7 | .I fontfile 8 | .RI [ outfile ] 9 | .SH DESCRIPTION 10 | .IX "psfgettable command" "" "\fLpsfgettable\fR command" 11 | .LP 12 | .B psfgettable 13 | extracts the embedded Unicode character table from a .psf format 14 | console font into a human readable ASCII file of the format used by 15 | .BR psfaddtable (1). 16 | If the font file name is a single dash (\-), the font is read from 17 | standard input. 18 | .SH "SEE ALSO" 19 | .BR setfont (8), 20 | .BR psfaddtable (1), 21 | .BR psfstriptable (1), 22 | .BR psfxtable (1) 23 | -------------------------------------------------------------------------------- /raw/man1/psfstriptable.1: -------------------------------------------------------------------------------- 1 | .\" @(#)psfstriptable.1 2 | .TH PSFSTRIPTABLE 1 "25 Oct 1994" 3 | .SH NAME 4 | psfstriptable \- remove the embedded Unicode character table from a console font 5 | .SH SYNOPSIS 6 | .B psfstriptable 7 | .I fontfile outfile 8 | .SH DESCRIPTION 9 | .IX "psfstriptable command" "" "\fLpsfstriptable\fR command" 10 | .LP 11 | .B psfstriptable 12 | reads a .psf format console font from 13 | .IR fontfile , 14 | removes the embedded Unicode font table if there is one, 15 | and writes the result to 16 | .IR outfile . 17 | An input file name of "\-" denotes standard input, 18 | and an output file name of "\-" denotes standard output. 19 | .SH "SEE ALSO" 20 | .BR setfont (8), 21 | .BR psfaddtable (1), 22 | .BR psfgettable (1), 23 | .BR psfxtable (1) 24 | -------------------------------------------------------------------------------- /raw/man1/pushd.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/read.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/readonly.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/return.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/set.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/setmetamode.1: -------------------------------------------------------------------------------- 1 | .\" @(#)setmetamode.1 1.0 940130 aeb 2 | .TH SETMETAMODE 1 "30 Jan 1994" 3 | .SH NAME 4 | setmetamode \- define the keyboard meta key handling 5 | .SH SYNOPSIS 6 | .B setmetamode 7 | [ 8 | .I {meta|bit|metabit | esc|prefix|escprefix} 9 | ] 10 | .SH DESCRIPTION 11 | .IX "setmetamode command" "" "\fLsetmetamode\fR command" 12 | .LP 13 | Without argument, 14 | .B setmetamode 15 | prints the current Meta key mode. 16 | With argument, it sets the Meta key mode as indicated. 17 | The setting before and after the change are reported. 18 | .LP 19 | The Meta key mode is specific for each VT (and the VT 20 | corresponding to stdin is used). 21 | One might use 22 | .B setmetamode 23 | in /etc/rc to define the initial state of the Meta key mode, 24 | e.g. by 25 | .br 26 | .in +5m 27 | INITTY=/dev/tty[1-8] 28 | .br 29 | for tty in $INITTY; do 30 | .br 31 | .in +5m 32 | setmetamode escprefix < $tty 33 | .br 34 | .in -5m 35 | done 36 | .in -5m 37 | .SH OPTIONS 38 | .TP 39 | esc prefix escprefix 40 | The Meta key sends an Escape prefix. 41 | .TP 42 | meta bit metabit 43 | The Meta key sets the high order bit of the character. 44 | .SH "SEE ALSO" 45 | .BR loadkeys (1) 46 | 47 | -------------------------------------------------------------------------------- /raw/man1/shift.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/shopt.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/source.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/suspend.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/svn.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svn 1 5 | .SH NAME 6 | svn \- Subversion command line client tool 7 | .SH SYNOPSIS 8 | .TP 9 | \fBsvn\fP \fIcommand\fP [\fIoptions\fP] [\fIargs\fP] 10 | .SH OVERVIEW 11 | Subversion is a version control system, which allows you to keep old 12 | versions of files and directories (usually source code), keep a log of 13 | who, when, and why changes occurred, etc., like CVS, RCS or SCCS. 14 | \fBSubversion\fP keeps a single copy of the master sources. This copy 15 | is called the source ``repository''; it contains all the information 16 | to permit extracting previous versions of those files at any time. 17 | 18 | For more information about the Subversion project, visit 19 | http://subversion.tigris.org. 20 | 21 | Documentation for Subversion and its tools, including detailed usage 22 | explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and 23 | \fBsvnlook\fP programs, historical background, philosophical 24 | approaches and reasonings, etc., can be found at 25 | http://svnbook.red-bean.com/. 26 | 27 | Run `svn help' to access the built-in tool documentation. -------------------------------------------------------------------------------- /raw/man1/svnadmin.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svnadmin 1 5 | .SH NAME 6 | svnadmin \- Subversion repository administration tool 7 | .SH SYNOPSIS 8 | .TP 9 | \fBsvnadmin\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP] 10 | .SH OVERVIEW 11 | Subversion is a version control system, which allows you to keep old 12 | versions of files and directories (usually source code), keep a log of 13 | who, when, and why changes occurred, etc., like CVS, RCS or SCCS. 14 | \fBSubversion\fP keeps a single copy of the master sources. This copy 15 | is called the source ``repository''; it contains all the information 16 | to permit extracting previous versions of those files at any time. 17 | 18 | For more information about the Subversion project, visit 19 | http://subversion.tigris.org. 20 | 21 | Documentation for Subversion and its tools, including detailed usage 22 | explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and 23 | \fBsvnlook\fP programs, historical background, philosophical 24 | approaches and reasonings, etc., can be found at 25 | http://svnbook.red-bean.com/. 26 | 27 | Run `svnadmin help' to access the built-in tool documentation. -------------------------------------------------------------------------------- /raw/man1/svndumpfilter.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svndumpfilter 1 5 | .SH NAME 6 | svndumpfilter \- Filter a subversion repository 'dumpfile'. 7 | .SH SYNOPSIS 8 | .TP 9 | \fBsvndumpfilter\fP \fIcommand\fP [\fIoptions\fP & \fIargs\fP] 10 | .SH OVERVIEW 11 | Subversion is a version control system, which allows you to keep old 12 | versions of files and directories (usually source code), keep a log of 13 | who, when, and why changes occurred, etc., like CVS, RCS or SCCS. 14 | \fBSubversion\fP keeps a single copy of the master sources. This copy 15 | is called the source ``repository''; it contains all the information 16 | to permit extracting previous versions of those files at any time. 17 | 18 | For more information about the Subversion project, visit 19 | http://subversion.tigris.org. 20 | 21 | Documentation for Subversion and its tools, including detailed usage 22 | explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and 23 | \fBsvnlook\fP programs, historical background, philosophical 24 | approaches and reasonings, etc., can be found at 25 | http://svnbook.red-bean.com/. 26 | 27 | Run `svndumpfilter help' to access the built-in tool documentation. 28 | -------------------------------------------------------------------------------- /raw/man1/svnlook.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svnlook 1 5 | .SH NAME 6 | svnlook \- Subversion repository examination tool 7 | .SH SYNOPSIS 8 | .TP 9 | \fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP] 10 | .SH OVERVIEW 11 | Subversion is a version control system, which allows you to keep old 12 | versions of files and directories (usually source code), keep a log of 13 | who, when, and why changes occurred, etc., like CVS, RCS or SCCS. 14 | \fBSubversion\fP keeps a single copy of the master sources. This copy 15 | is called the source ``repository''; it contains all the information 16 | to permit extracting previous versions of those files at any time. 17 | 18 | For more information about the Subversion project, visit 19 | http://subversion.tigris.org. 20 | 21 | Documentation for Subversion and its tools, including detailed usage 22 | explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and 23 | \fBsvnlook\fP programs, historical background, philosophical 24 | approaches and reasonings, etc., can be found at 25 | http://svnbook.red-bean.com/. 26 | 27 | Run `svnlook help' to access the built-in tool documentation. -------------------------------------------------------------------------------- /raw/man1/svnversion.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svnversion 1 5 | .SH NAME 6 | svnversion \- Produce a compact version number for a working copy. 7 | .SH SYNOPSIS 8 | .TP 9 | \fBsvnversion\fP wc_path [\fItrail_url\fP] 10 | .SH OVERVIEW 11 | Subversion is a version control system, which allows you to keep old 12 | versions of files and directories (usually source code), keep a log of 13 | who, when, and why changes occurred, etc., like CVS, RCS or SCCS. 14 | \fBSubversion\fP keeps a single copy of the master sources. This copy 15 | is called the source ``repository''; it contains all the information 16 | to permit extracting previous versions of those files at any time. 17 | 18 | For more information about the Subversion project, visit 19 | http://subversion.tigris.org. 20 | 21 | Documentation for Subversion and its tools, including detailed usage 22 | explanations of the \fBsvn\fP, \fBsvnadmin\fP, \fBsvnserve\fP and 23 | \fBsvnlook\fP programs, historical background, philosophical 24 | approaches and reasonings, etc., can be found at 25 | http://svnbook.red-bean.com/. 26 | 27 | Run `svnversion' with no arguments to access the built-in tool 28 | documentation. 29 | -------------------------------------------------------------------------------- /raw/man1/sync.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH SYNC "1" "October 2003" "sync (coreutils) 5.0" FSF 3 | .SH NAME 4 | sync \- flush filesystem buffers 5 | .SH SYNOPSIS 6 | .B sync 7 | [\fIOPTION\fR] 8 | .SH DESCRIPTION 9 | .\" Add any additional description here 10 | .PP 11 | Force changed blocks to disk, update the super block. 12 | .TP 13 | \fB\-\-help\fR 14 | display this help and exit 15 | .TP 16 | \fB\-\-version\fR 17 | output version information and exit 18 | .SH AUTHOR 19 | Written by Jim Meyering. 20 | .SH "REPORTING BUGS" 21 | Report bugs to . 22 | .SH COPYRIGHT 23 | Copyright \(co 2003 Free Software Foundation, Inc. 24 | .br 25 | This is free software; see the source for copying conditions. There is NO 26 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 27 | .SH "SEE ALSO" 28 | The full documentation for 29 | .B sync 30 | is maintained as a Texinfo manual. If the 31 | .B info 32 | and 33 | .B sync 34 | programs are properly installed at your site, the command 35 | .IP 36 | .B info sync 37 | .PP 38 | should give you access to the complete manual. 39 | -------------------------------------------------------------------------------- /raw/man1/times.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/trap.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/type.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/typeset.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/ulimit.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/umask.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/unalias.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/unicode_stop.1: -------------------------------------------------------------------------------- 1 | .\" @(#)unicode_stop.1 1.0 010203 aeb 2 | .TH UNICODE_STOP 1 "3 Feb 2001" 3 | .SH NAME 4 | unicode_stop \- revert keyboard and console from unicode mode 5 | .SH SYNOPSIS 6 | .B unicode_stop 7 | .SH DESCRIPTION 8 | .IX "unicode_stop command" "" "\fLunicode_stop\fR command" 9 | .LP 10 | The 11 | .B unicode_stop 12 | command will more-or-less undo the effect of 13 | .BR unicode_start . 14 | It puts the keyboard in ASCII (XLATE) mode, and clears 15 | the console UTF-8 mode. 16 | .SH "SEE ALSO" 17 | .BR kbd_mode (1), 18 | .BR unicode_start (1), 19 | .BR utf-8(7), 20 | .BR setfont (8) 21 | -------------------------------------------------------------------------------- /raw/man1/unset.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/uptime.1: -------------------------------------------------------------------------------- 1 | .\" -*-Nroff-*- 2 | .\" 3 | .TH UPTIME 1 "26 Jan 1993" "Cohesive Systems" "Linux User's Manual" 4 | .SH NAME 5 | uptime \- Tell how long the system has been running. 6 | .SH SYNOPSIS 7 | .B uptime 8 | .br 9 | .BR uptime " [" "\-V" ] 10 | .SH DESCRIPTION 11 | .B uptime 12 | gives a one line display of the following information. 13 | The current time, 14 | how long the system has been running, 15 | how many users are currently logged on, 16 | and the system load averages for the past 1, 5, and 15 minutes. 17 | .sp 18 | This is the same information contained in the header line displayed by 19 | .BR w (1). 20 | .SH FILES 21 | .IR /var/run/utmp " information about who is currently logged on" 22 | .br 23 | .IR /proc " process information" 24 | .SH AUTHORS 25 | .B uptime 26 | was written by Larry Greenfield and 27 | Michael K. Johnson . 28 | 29 | The procps package is maintained by Robert Love and was created by Michael 30 | Johnson. 31 | 32 | Please send bug reports to . 33 | .SH "SEE ALSO" 34 | .BR ps (1), 35 | .BR top (1), 36 | .BR utmp (5), 37 | .BR w (1) 38 | -------------------------------------------------------------------------------- /raw/man1/usleep.1: -------------------------------------------------------------------------------- 1 | .TH USLEEP 1 "Red Hat, Inc" \" -*- nroff -*- 2 | .SH NAME 3 | usleep \- sleep some number of microseconds 4 | .SH SYNOPSIS 5 | .B usleep 6 | [\fInumber\fP] 7 | .SH DESCRIPTION 8 | .B usleep 9 | sleeps some number of microseconds. The default is 1. 10 | .SH OPTIONS 11 | \fI--usage\fP 12 | Show short usage message. 13 | .TP 14 | \fI--help, -?\fP 15 | Print help information. 16 | .TP 17 | \fI-v, --version\fP 18 | Print version information. 19 | .SH BUGS 20 | Probably not accurate on many machines down to the microsecond. Count 21 | on precision only to -4 or maybe -5. 22 | .SH AUTHOR 23 | Donald Barnes 24 | .br 25 | Erik Troan 26 | -------------------------------------------------------------------------------- /raw/man1/virtex.1: -------------------------------------------------------------------------------- 1 | .so man1/tex.1 2 | -------------------------------------------------------------------------------- /raw/man1/wait.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /raw/man1/whatis.1: -------------------------------------------------------------------------------- 1 | .\" 2 | .\" Generated automatically from whatis.1.in by the 3 | .\" configure script. 4 | .\" 5 | .\" Man page for whatis 6 | .\" 7 | .\" Copyright (c) 1990, 1991, John W. Eaton. 8 | .\" 9 | .\" You may distribute under the terms of the GNU General Public 10 | .\" License as specified in the README file that comes with the man 1.0 11 | .\" distribution. 12 | .\" 13 | .\" John W. Eaton 14 | .\" jwe@che.utexas.edu 15 | .\" Department of Chemical Engineering 16 | .\" The University of Texas at Austin 17 | .\" Austin, Texas 78712 18 | .\" 19 | .TH whatis 1 "Jan 5, 1991" 20 | .LO 1 21 | .SH NAME 22 | whatis \- search the whatis database for complete words. 23 | .SH SYNOPSIS 24 | .BI whatis 25 | keyword ... 26 | .SH DESCRIPTION 27 | whatis searches a set of database files containing short descriptions 28 | of system commands for keywords and displays the result on the 29 | standard output. Only complete word matches are displayed. 30 | 31 | The whatis database is created using the command /usr/sbin/makewhatis. 32 | .SH "SEE ALSO" 33 | apropos(1), man(1). 34 | -------------------------------------------------------------------------------- /raw/man1/yes.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.022. 2 | .TH YES "1" "October 2003" "GNU coreutils 5.0" FSF 3 | .SH NAME 4 | yes \- output a string repeatedly until killed 5 | .SH SYNOPSIS 6 | .B yes 7 | [\fISTRING\fR]... 8 | .br 9 | .B yes 10 | \fIOPTION\fR 11 | .SH DESCRIPTION 12 | .\" Add any additional description here 13 | .PP 14 | Repeatedly output a line with all specified STRING(s), or `y'. 15 | .TP 16 | \fB\-\-help\fR 17 | display this help and exit 18 | .TP 19 | \fB\-\-version\fR 20 | output version information and exit 21 | .SH AUTHOR 22 | Written by David MacKenzie. 23 | .SH "REPORTING BUGS" 24 | Report bugs to . 25 | .SH COPYRIGHT 26 | Copyright \(co 2003 Free Software Foundation, Inc. 27 | .br 28 | This is free software; see the source for copying conditions. There is NO 29 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 30 | .SH "SEE ALSO" 31 | The full documentation for 32 | .B yes 33 | is maintained as a Texinfo manual. If the 34 | .B info 35 | and 36 | .B yes 37 | programs are properly installed at your site, the command 38 | .IP 39 | .B info yes 40 | .PP 41 | should give you access to the complete manual. 42 | -------------------------------------------------------------------------------- /raw/man1/ypchfn.1: -------------------------------------------------------------------------------- 1 | .so man1/yppasswd.1 2 | -------------------------------------------------------------------------------- /raw/man1/ypchsh.1: -------------------------------------------------------------------------------- 1 | .so man1/yppasswd.1 2 | -------------------------------------------------------------------------------- /raw/man1/zcat.1: -------------------------------------------------------------------------------- 1 | .so man1/gzip.1 2 | -------------------------------------------------------------------------------- /raw/man1/zless.1: -------------------------------------------------------------------------------- 1 | .TH ZLESS 1 2 | .SH NAME 3 | zless \- file perusal filter for crt viewing of compressed text 4 | .SH SYNOPSIS 5 | .B zless 6 | [ name ... ] 7 | .SH DESCRIPTION 8 | .I Zless 9 | is a filter which allows examination of compressed or plain text files 10 | one screenful at a time on a soft-copy terminal. It is the equivalent of 11 | setting the environment variable PAGER to 12 | .I less, 13 | and then running zmore. However, enough people seem to think that having the 14 | command 15 | .I zless 16 | available is important to be worth providing it. 17 | .SH "SEE ALSO" 18 | zmore(1), less(1) 19 | -------------------------------------------------------------------------------- /raw/man3/clearerr.3: -------------------------------------------------------------------------------- 1 | .so man3/ferror.3 2 | -------------------------------------------------------------------------------- /raw/man3/fdopen.3: -------------------------------------------------------------------------------- 1 | .so man3/fopen.3 2 | -------------------------------------------------------------------------------- /raw/man3/feof.3: -------------------------------------------------------------------------------- 1 | .so man3/ferror.3 2 | -------------------------------------------------------------------------------- /raw/man3/fileno.3: -------------------------------------------------------------------------------- 1 | .so man3/ferror.3 2 | -------------------------------------------------------------------------------- /raw/man3/freopen.3: -------------------------------------------------------------------------------- 1 | .so man3/fopen.3 2 | -------------------------------------------------------------------------------- /raw/man3/iconv_close.3: -------------------------------------------------------------------------------- 1 | .\" Copyright (c) Bruno Haible 2 | .\" 3 | .\" This is free documentation; you can redistribute it and/or 4 | .\" modify it under the terms of the GNU General Public License as 5 | .\" published by the Free Software Foundation; either version 2 of 6 | .\" the License, or (at your option) any later version. 7 | .\" 8 | .\" References consulted: 9 | .\" GNU glibc-2 source code and manual 10 | .\" OpenGroup's Single Unix specification http://www.UNIX-systems.org/online.html 11 | .\" 12 | .TH ICONV_CLOSE 3 1999-11-27 "GNU" "Linux Programmer's Manual" 13 | .SH NAME 14 | iconv_close \- deallocate descriptor for character set conversion 15 | .SH SYNOPSIS 16 | .nf 17 | .B #include 18 | .sp 19 | .BI "int iconv_close(iconv_t " cd ); 20 | .fi 21 | .SH DESCRIPTION 22 | The \fBiconv_close\fP function deallocates a conversion descriptor \fIcd\fP 23 | previously allocated using \fBiconv_open\fP. 24 | .SH "RETURN VALUE" 25 | When successful, the \fBiconv_close\fP function returns 0. 26 | In case of error, it sets 27 | .I errno 28 | and returns \-1. 29 | .SH "CONFORMING TO" 30 | UNIX98 31 | .SH "SEE ALSO" 32 | .BR iconv_open (3), 33 | .BR iconv (3) 34 | -------------------------------------------------------------------------------- /raw/man3/setbuffer.3: -------------------------------------------------------------------------------- 1 | .so man3/setbuf.3 2 | -------------------------------------------------------------------------------- /raw/man3/setlinebuf.3: -------------------------------------------------------------------------------- 1 | .so man3/setbuf.3 2 | -------------------------------------------------------------------------------- /raw/man3/setvbuf.3: -------------------------------------------------------------------------------- 1 | .so man3/setbuf.3 2 | -------------------------------------------------------------------------------- /raw/man3/stderr.3: -------------------------------------------------------------------------------- 1 | .so man3/stdin.3 2 | -------------------------------------------------------------------------------- /raw/man3/stdout.3: -------------------------------------------------------------------------------- 1 | .so man3/stdin.3 2 | -------------------------------------------------------------------------------- /raw/man5/man.config.5: -------------------------------------------------------------------------------- 1 | .\" @(#)man.conf 2 | .TH MAN.CONF 5 "30 Mar 1994" 3 | .SH NAME 4 | man.conf \- configuration data for man 5 | .SH DESCRIPTION 6 | .LP 7 | This file is read by 8 | .BR man (1) 9 | and contains (a) information on how to construct the search path for man, 10 | (b) full path names for various programs like nroff, eqn, tbl etc. used by man, 11 | and (c) a list with uncompressors for files with a given extension. 12 | An alternative version of this file can be specified with 13 | .LP 14 | .RS 15 | man -C private_man.conf ... 16 | .RE 17 | .LP 18 | The command names may be provided with options. 19 | Useful options to nroff can be found in grotty(1). 20 | For example, instead of the default line 21 | .LP 22 | .RS 23 | .nf 24 | NROFF /usr/bin/groff -mandoc -Tlatin1 25 | .fi 26 | .RE 27 | .LP 28 | one may write 29 | .LP 30 | .RS 31 | .nf 32 | NROFF /usr/bin/groff -mandoc -Tlatin1 -P-u -P-b 33 | .fi 34 | .RE 35 | .LP 36 | in order to suppress underlining and overstriking. 37 | .SH FILES 38 | .I "@man_config_file@" 39 | .SH "SEE ALSO" 40 | col(1), (g)eqn(1), (g)pic(1), groff(1), grotty(1), (g)refer(1), (g)tbl(1), 41 | less(1), man (1) and compress(1), gzip(1). 42 | 43 | -------------------------------------------------------------------------------- /raw/man7/alter_conversion.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER CONVERSION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER CONVERSION \- change the definition of a conversion 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER CONVERSION \fIname\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBALTER CONVERSION\fR changes the definition of a 15 | conversion. The only currently available functionality is to rename the 16 | conversion. 17 | .SH "PARAMETERS" 18 | .TP 19 | \fB\fIname\fB\fR 20 | The name (optionally schema-qualified) of an existing conversion. 21 | .TP 22 | \fB\fInewname\fB\fR 23 | The new name of the conversion. 24 | .SH "EXAMPLES" 25 | .PP 26 | To rename the conversion iso_8859_1_to_utf_8 to 27 | latin1_to_unicode: 28 | .sp 29 | .nf 30 | ALTER CONVERSION iso_8859_1_to_utf_8 RENAME TO latin1_to_unicode; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY" 34 | .PP 35 | There is no \fBALTER CONVERSION\fR statement in the SQL 36 | standard. 37 | .SH "SEE ALSO" 38 | CREATE CONVERSION [\fBcreate_conversion\fR(7)], DROP CONVERSION [\fBdrop_conversion\fR(l)] 39 | 40 | -------------------------------------------------------------------------------- /raw/man7/alter_language.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER LANGUAGE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER LANGUAGE \- change the definition of a procedural language 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER LANGUAGE \fIname\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBALTER LANGUAGE\fR changes the definition of a 15 | language. The only functionality is to rename the language. Only 16 | a superuser can rename languages. 17 | .SH "PARAMETERS" 18 | .TP 19 | \fB\fIname\fB\fR 20 | Name of a language 21 | .TP 22 | \fB\fInewname\fB\fR 23 | The new name of the language 24 | .SH "COMPATIBILITY" 25 | .PP 26 | There is no \fBALTER LANGUAGE\fR statement in the SQL 27 | standard. 28 | .SH "SEE ALSO" 29 | CREATE LANGUAGE [\fBcreate_language\fR(7)], DROP LANGUAGE [\fBdrop_language\fR(l)] 30 | 31 | -------------------------------------------------------------------------------- /raw/man7/alter_operator_class.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER OPERATOR CLASS" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER OPERATOR CLASS \- change the definition of an operator class 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER OPERATOR CLASS \fIname\fR USING \fIindex_method\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBALTER OPERATOR CLASS\fR changes the definition of 15 | an operator class. The only functionality is to rename the 16 | operator class. 17 | .SH "PARAMETERS" 18 | .TP 19 | \fB\fIname\fB\fR 20 | The name (optionally schema-qualified) of an existing operator 21 | class. 22 | .TP 23 | \fB\fIindex_method\fB\fR 24 | The name of the index method this operator class is for. 25 | .TP 26 | \fB\fInewname\fB\fR 27 | The new name of the operator class. 28 | .SH "COMPATIBILITY" 29 | .PP 30 | There is no \fBALTER OPERATOR CLASS\fR statement in 31 | the SQL standard. 32 | .SH "SEE ALSO" 33 | CREATE OPERATOR CLASS [\fBcreate_operator_class\fR(7)], DROP OPERATOR CLASS [\fBdrop_operator_class\fR(l)] 34 | 35 | -------------------------------------------------------------------------------- /raw/man7/alter_schema.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER SCHEMA" "7" "2003-11-02" "SQL - Schema Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER SCHEMA \- change the definition of a schema 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER SCHEMA \fIname\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBALTER SCHEMA\fR changes the definition of a schema. 15 | The only functionality is to rename the schema. To rename a schema 16 | you must own the schema and have the privilege 17 | CREATE for the database. 18 | .SH "PARAMETERS" 19 | .TP 20 | \fB\fIname\fB\fR 21 | Name of a schema 22 | .TP 23 | \fB\fInewname\fB\fR 24 | The new name of the schema 25 | .SH "COMPATIBILITY" 26 | .PP 27 | There is no \fBALTER SCHEMA\fR statement in the SQL 28 | standard. 29 | .SH "SEE ALSO" 30 | CREATE SCHEMA [\fBcreate_schema\fR(7)], DROP SCHEMA [\fBdrop_schema\fR(l)] 31 | 32 | -------------------------------------------------------------------------------- /raw/man7/alter_trigger.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER TRIGGER" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER TRIGGER \- change the definition of a trigger 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER TRIGGER \fIname\fR ON \fItable\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBALTER TRIGGER\fR changes properties of an existing 15 | trigger. The RENAME clause changes the name of 16 | the given trigger without otherwise changing the trigger 17 | definition. 18 | .PP 19 | You must own the table on which the trigger acts to be allowed to change its properties. 20 | .SH "PARAMETERS" 21 | .TP 22 | \fB\fIname\fB\fR 23 | The name of an existing trigger to alter. 24 | .TP 25 | \fB\fItable\fB\fR 26 | The name of the table on which this trigger acts. 27 | .TP 28 | \fB\fInewname\fB\fR 29 | The new name for the trigger. 30 | .SH "EXAMPLES" 31 | .PP 32 | To rename an existing trigger: 33 | .sp 34 | .nf 35 | ALTER TRIGGER emp_stamp ON emp RENAME TO emp_track_chgs; 36 | .sp 37 | .fi 38 | .SH "COMPATIBILITY" 39 | .PP 40 | \fBALTER TRIGGER\fR is a PostgreSQL 41 | extension of the SQL standard. 42 | -------------------------------------------------------------------------------- /raw/man7/commit.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "COMMIT" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | COMMIT \- commit the current transaction 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | COMMIT [ WORK | TRANSACTION ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBCOMMIT\fR commits the current transaction. All 15 | changes made by the transaction become visible to others 16 | and are guaranteed to be durable if a crash occurs. 17 | .SH "PARAMETERS" 18 | .TP 19 | \fBWORK\fR 20 | .TP 21 | \fBTRANSACTION\fR 22 | Optional key words. They have no effect. 23 | .SH "NOTES" 24 | .PP 25 | Use ROLLBACK [\fBrollback\fR(7)] to 26 | abort a transaction. 27 | .PP 28 | Issuing \fBCOMMIT\fR when not inside a transaction does 29 | no harm, but it will provoke a warning message. 30 | .SH "EXAMPLES" 31 | .PP 32 | To commit the current transaction and make all changes permanent: 33 | .sp 34 | .nf 35 | COMMIT; 36 | .sp 37 | .fi 38 | .SH "COMPATIBILITY" 39 | .PP 40 | The SQL standard only specifies the two forms 41 | COMMIT and COMMIT 42 | WORK. Otherwise, this command is fully conforming. 43 | .SH "SEE ALSO" 44 | BEGIN [\fBbegin\fR(7)], ROLLBACK [\fBrollback\fR(l)] 45 | 46 | -------------------------------------------------------------------------------- /raw/man7/deallocate.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DEALLOCATE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DEALLOCATE \- deallocate a prepared statement 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DEALLOCATE [ PREPARE ] \fIplan_name\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDEALLOCATE\fR is used to deallocate a previously 15 | prepared SQL statement. If you do not explicitly deallocate a 16 | prepared statement, it is deallocated when the session ends. 17 | .PP 18 | For more information on prepared statements, see PREPARE [\fBprepare\fR(7)]. 19 | .SH "PARAMETERS" 20 | .TP 21 | \fBPREPARE\fR 22 | This key word is ignored. 23 | .TP 24 | \fB\fIplan_name\fB\fR 25 | The name of the prepared statement to deallocate. 26 | .SH "COMPATIBILITY" 27 | .PP 28 | The SQL standard includes a \fBDEALLOCATE\fR 29 | statement, but it is only for use in embedded SQL. 30 | -------------------------------------------------------------------------------- /raw/man7/drop_conversion.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP CONVERSION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP CONVERSION \- remove a conversion 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP CONVERSION \fIname\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP CONVERSION\fR removes a previously defined conversion. 15 | To be able to drop a conversion, you must own the conversion. 16 | .SH "PARAMETERS" 17 | .TP 18 | \fB\fIname\fB\fR 19 | The name of the conversion. The conversion name may be 20 | schema-qualified. 21 | .TP 22 | \fBCASCADE\fR 23 | .TP 24 | \fBRESTRICT\fR 25 | These key words do not have any effect, since there are no 26 | dependencies on conversions. 27 | .SH "EXAMPLES" 28 | .PP 29 | To drop the conversion named myname: 30 | .sp 31 | .nf 32 | DROP CONVERSION myname; 33 | .sp 34 | .fi 35 | .SH "COMPATIBILITY" 36 | .PP 37 | There is no \fBDROP CONVERSION\fR statement in the SQL 38 | standard. 39 | .SH "SEE ALSO" 40 | ALTER CONVERSION [\fBalter_conversion\fR(7)], CREATE CONVERSION [\fBcreate_conversion\fR(l)] 41 | 42 | -------------------------------------------------------------------------------- /raw/man7/drop_domain.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP DOMAIN" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP DOMAIN \- remove a domain 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP DOMAIN \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP DOMAIN\fR will remove a domain. Only the 15 | owner of a domain can remove it. 16 | .SH "PARAMETERS" 17 | .TP 18 | \fB\fIname\fB\fR 19 | The name (optionally schema-qualified) of an existing domain. 20 | .TP 21 | \fBCASCADE\fR 22 | Automatically drop objects that depend on the domain (such as 23 | table columns). 24 | .TP 25 | \fBRESTRICT\fR 26 | Refuse to drop the domain if any objects depend on it. This is 27 | the default. 28 | .SH "EXAMPLES" 29 | .PP 30 | To remove the domain \fBbox\fR: 31 | .sp 32 | .nf 33 | DROP DOMAIN box; 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY" 37 | .PP 38 | This command conforms to the SQL standard. 39 | .SH "SEE ALSO" 40 | CREATE DOMAIN [\fBcreate_domain\fR(7)] 41 | 42 | -------------------------------------------------------------------------------- /raw/man7/drop_group.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP GROUP" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP GROUP \- remove a user group 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP GROUP \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP GROUP\fR removes the specified group. The 15 | users in the group are not deleted. 16 | .SH "PARAMETERS" 17 | .TP 18 | \fB\fIname\fB\fR 19 | The name of an existing group. 20 | .SH "EXAMPLES" 21 | .PP 22 | To drop a group: 23 | .sp 24 | .nf 25 | DROP GROUP staff; 26 | .sp 27 | .fi 28 | .SH "COMPATIBILITY" 29 | .PP 30 | There is no \fBDROP GROUP\fR statement in the SQL standard. 31 | .SH "SEE ALSO" 32 | ALTER GROUP [\fBalter_group\fR(7)], CREATE GROUP [\fBcreate_group\fR(l)] 33 | 34 | -------------------------------------------------------------------------------- /raw/man7/drop_index.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP INDEX" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP INDEX \- remove an index 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP INDEX \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP INDEX\fR drops an existing index from the database 15 | system. To execute this command you must be the owner of 16 | the index. 17 | .SH "PARAMETERS" 18 | .TP 19 | \fB\fIname\fB\fR 20 | The name (optionally schema-qualified) of an index to remove. 21 | .TP 22 | \fBCASCADE\fR 23 | Automatically drop objects that depend on the index. 24 | .TP 25 | \fBRESTRICT\fR 26 | Refuse to drop the index if any objects depend on it. This is 27 | the default. 28 | .SH "EXAMPLES" 29 | .PP 30 | This command will remove the index title_idx: 31 | .sp 32 | .nf 33 | DROP INDEX title_idx; 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY" 37 | .PP 38 | \fBDROP INDEX\fR is a 39 | PostgreSQL language extension. There 40 | are no provisions for indexes in the SQL standard. 41 | .SH "SEE ALSO" 42 | CREATE INDEX [\fBcreate_index\fR(7)] 43 | 44 | -------------------------------------------------------------------------------- /raw/man7/drop_rule.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP RULE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP RULE \- remove a rewrite rule 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP RULE \fIname\fR ON \fIrelation\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP RULE\fR drops a rewrite rule. 15 | .SH "PARAMETERS" 16 | .TP 17 | \fB\fIname\fB\fR 18 | The name of the rule to drop. 19 | .TP 20 | \fB\fIrelation\fB\fR 21 | The name (optionally schema-qualified) of the table or view that 22 | the rule applies to. 23 | .TP 24 | \fBCASCADE\fR 25 | Automatically drop objects that depend on the rule. 26 | .TP 27 | \fBRESTRICT\fR 28 | Refuse to drop the rule if any objects depend on it. This is 29 | the default. 30 | .SH "EXAMPLES" 31 | .PP 32 | To drop the rewrite rule newrule: 33 | .sp 34 | .nf 35 | DROP RULE newrule ON mytable; 36 | .sp 37 | .fi 38 | .SH "COMPATIBILITY" 39 | .PP 40 | There is no \fBDROP RULE\fR statement in the SQL standard. 41 | .SH "SEE ALSO" 42 | CREATE RULE [\fBcreate_rule\fR(7)] 43 | 44 | -------------------------------------------------------------------------------- /raw/man7/drop_sequence.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP SEQUENCE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP SEQUENCE \- remove a sequence 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP SEQUENCE \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP SEQUENCE\fR removes sequence number generators. 15 | .SH "PARAMETERS" 16 | .TP 17 | \fB\fIname\fB\fR 18 | The name (optionally schema-qualified) of a sequence. 19 | .TP 20 | \fBCASCADE\fR 21 | Automatically drop objects that depend on the sequence. 22 | .TP 23 | \fBRESTRICT\fR 24 | Refuse to drop the sequence if any objects depend on it. This 25 | is the default. 26 | .SH "EXAMPLES" 27 | .PP 28 | To remove the sequence serial: 29 | .sp 30 | .nf 31 | DROP SEQUENCE serial; 32 | .sp 33 | .fi 34 | .SH "COMPATIBILITY" 35 | .PP 36 | There is no \fBDROP SEQUENCE\fR statement in the SQL standard. 37 | .SH "SEE ALSO" 38 | CREATE SEQUENCE [\fBcreate_sequence\fR(7)] 39 | 40 | -------------------------------------------------------------------------------- /raw/man7/drop_view.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP VIEW" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP VIEW \- remove a view 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP VIEW \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBDROP VIEW\fR drops an existing view. To execute 15 | this command you must be the owner of the view. 16 | .SH "PARAMETERS" 17 | .TP 18 | \fB\fIname\fB\fR 19 | The name (optionally schema-qualified) of the view to remove. 20 | .TP 21 | \fBCASCADE\fR 22 | Automatically drop objects that depend on the view (such as 23 | other views). 24 | .TP 25 | \fBRESTRICT\fR 26 | Refuse to drop the view if any objects depend on it. This is 27 | the default. 28 | .SH "EXAMPLES" 29 | .PP 30 | This command will remove the view called kinds: 31 | .sp 32 | .nf 33 | DROP VIEW kinds; 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY" 37 | .PP 38 | This command conforms to the SQL standard. 39 | .SH "SEE ALSO" 40 | CREATE VIEW [\fBcreate_view\fR(7)] 41 | 42 | -------------------------------------------------------------------------------- /raw/man7/rollback.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ROLLBACK" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ROLLBACK \- abort the current transaction 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ROLLBACK [ WORK | TRANSACTION ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBROLLBACK\fR rolls back the current transaction and causes 15 | all the updates made by the transaction to be discarded. 16 | .SH "PARAMETERS" 17 | .TP 18 | \fBWORK\fR 19 | .TP 20 | \fBTRANSACTION\fR 21 | Optional key words. They have no effect. 22 | .SH "NOTES" 23 | .PP 24 | Use COMMIT [\fBcommit\fR(7)] to 25 | successfully terminate a transaction. 26 | .PP 27 | Issuing \fBROLLBACK\fR when not inside a transaction does 28 | no harm, but it will provoke a warning message. 29 | .SH "EXAMPLES" 30 | .PP 31 | To abort all changes: 32 | .sp 33 | .nf 34 | ROLLBACK; 35 | .sp 36 | .fi 37 | .SH "COMPATIBILITY" 38 | .PP 39 | The SQL standard only specifies the two forms 40 | ROLLBACK and ROLLBACK 41 | WORK. Otherwise, this command is fully conforming. 42 | .SH "SEE ALSO" 43 | BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)] 44 | 45 | -------------------------------------------------------------------------------- /raw/man7/start_transaction.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "START TRANSACTION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | START TRANSACTION \- start a transaction block 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | START TRANSACTION [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | This command begins a new transaction. If the isolation level or 15 | read/write mode is specified, the new transaction has those 16 | characteristics, as if SET TRANSACTION [\fBset_transaction\fR(7)] was executed. In all other 17 | respects, the behavior of this command is identical to the BEGIN [\fBbegin\fR(7)] command. 18 | .SH "PARAMETERS" 19 | .PP 20 | See under SET TRANSACTION [\fBset_transaction\fR(7)] about the meaning of the 21 | parameters. 22 | .SH "COMPATIBILITY" 23 | .PP 24 | This command conforms to the SQL standard; but see also the 25 | compatibility section of SET TRANSACTION [\fBset_transaction\fR(7)]. 26 | .SH "SEE ALSO" 27 | BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)], ROLLBACK [\fBrollback\fR(l)], SET TRANSACTION [\fBset_transaction\fR(l)] 28 | 29 | -------------------------------------------------------------------------------- /raw/man7/truncate.7: -------------------------------------------------------------------------------- 1 | .\\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "TRUNCATE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | TRUNCATE \- empty a table 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | TRUNCATE [ TABLE ] \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION" 13 | .PP 14 | \fBTRUNCATE\fR quickly removes all rows from a 15 | table. It has the same effect as an unqualified 16 | \fBDELETE\fR but since it does not actually scan the 17 | table it is faster. This is most useful on large tables. 18 | .SH "PARAMETERS" 19 | .TP 20 | \fB\fIname\fB\fR 21 | The name (optionally schema-qualified) of the table to be truncated. 22 | .SH "NOTES" 23 | .PP 24 | \fBTRUNCATE\fR cannot be used if there are foreign-key references 25 | to the table from other tables. Checking validity in such cases would 26 | require table scans, and the whole point is not to do one. 27 | .PP 28 | \fBTRUNCATE\fR will not run any user-defined ON DELETE triggers 29 | that might exist for the table. 30 | .SH "EXAMPLES" 31 | .PP 32 | Truncate the table bigtable: 33 | .sp 34 | .nf 35 | TRUNCATE TABLE bigtable; 36 | .sp 37 | .fi 38 | .SH "COMPATIBILITY" 39 | .PP 40 | There is no \fBTRUNCATE\fR command in the SQL standard. 41 | -------------------------------------------------------------------------------- /raw/man8/blockdev.8: -------------------------------------------------------------------------------- 1 | .\" -*- nroff -*- 2 | .\" Copyright 1998 Andries E. Brouwer (aeb@cwi.nl) 3 | .\" 4 | .\" May be distributed under the GNU General Public License 5 | .TH BLOCKDEV 8 "May 2000" "" 6 | .SH NAME 7 | blockdev \- call block device ioctls from the command line 8 | .SH SYNOPSIS 9 | .B blockdev 10 | .RI [ options ] 11 | .I commands devices 12 | .SH DESCRIPTION 13 | The utility 14 | .B blockdev 15 | allows one to call block device ioctls from the command line. 16 | .SH OPTIONS 17 | .TP 18 | .B \-V 19 | Print version and exit. 20 | .TP 21 | .B \-q 22 | Be quiet. 23 | .TP 24 | .B \-v 25 | Be verbose. 26 | .SH COMMANDS 27 | .TP 28 | .B \--setro 29 | Set read-only. 30 | .TP 31 | .B \--setrw 32 | Set read-write. 33 | .TP 34 | .B \--getro 35 | Get read-only. Print 1 if the device is read-only, 0 otherwise. 36 | .TP 37 | .B \--getss 38 | Print sectorsize in bytes - usually 512. 39 | .TP 40 | .B \--getsize 41 | Print device capacity (in 512-byte sectors). 42 | .TP 43 | .BI \--setra " N" 44 | Set readahead to 45 | .I N 46 | 512-byte sectors. 47 | .TP 48 | .B \--getra 49 | Print readahead (in 512-byte sectors). 50 | .TP 51 | .B \--flushbufs 52 | Flush buffers. 53 | .TP 54 | .B \--rereadpt 55 | Reread partition table. 56 | -------------------------------------------------------------------------------- /raw/man8/ntsysv.8: -------------------------------------------------------------------------------- 1 | .TH NTSYSV 8 "Mon Oct 13 1997" 2 | .UC 4 3 | .SH NAME 4 | ntsysv \- simple interface for configuring runlevels 5 | .SH SYNOPSIS 6 | \fBntsysv\fR [--back] [--level ] 7 | .SH DESCRIPTION 8 | \fBntsysv\fR is a simple interface for configuring runlevel services which 9 | are also configurable through \fBchkconfig\fR. By default, it configures 10 | the current runlevel. If the user would like to configure other runlevels, 11 | those levels can be specified on the command line by listing the levels 12 | after \fB--levels\fR, without any spaces. For example, the option 13 | \fI--levels 016\fR edits runlevels 0, 1, and 6. 14 | 15 | A service is considered to be started in the runlevel set if it is started 16 | in any of the runlevels which are being edited. 17 | 18 | The \fBntsysv\fR window normally contains a \fBCancel\fR button. If 19 | \fB--back\fR is specified, a \fBBack\fR button appears instead. 20 | 21 | .PD 22 | .SH "RETURN CODES" 23 | \fBntsysv\fR returns 0 on success, 2 on error, and 1 if the user cancelled 24 | (or backed out of) the program. 25 | 26 | .PD 27 | .SH "SEE ALSO" 28 | .BR chkconfig (8), 29 | .BR serviceconf (8) 30 | 31 | .SH AUTHOR 32 | .nf 33 | Erik Troan 34 | .fi 35 | -------------------------------------------------------------------------------- /raw/man8/ramsize.8: -------------------------------------------------------------------------------- 1 | .so man8/rdev.8 2 | -------------------------------------------------------------------------------- /raw/man8/rootflags.8: -------------------------------------------------------------------------------- 1 | .so man8/rdev.8 2 | -------------------------------------------------------------------------------- /raw/man8/swapoff.8: -------------------------------------------------------------------------------- 1 | .so man8/swapon.8 2 | -------------------------------------------------------------------------------- /raw/man8/vidmode.8: -------------------------------------------------------------------------------- 1 | .so man8/rdev.8 2 | -------------------------------------------------------------------------------- /raw/man8/zdump.8: -------------------------------------------------------------------------------- 1 | .TH ZDUMP 8 2 | .SH NAME 3 | zdump \- time zone dumper 4 | .SH SYNOPSIS 5 | .B zdump 6 | [ 7 | .B \-v 8 | ] [ 9 | .B \-c 10 | cutoffyear ] [ zonename ... ] 11 | .SH DESCRIPTION 12 | .I Zdump 13 | prints the current time in each 14 | .I zonename 15 | named on the command line. 16 | .PP 17 | These options are available: 18 | .TP 19 | .B \-v 20 | For each 21 | .I zonename 22 | on the command line, 23 | print the time at the lowest possible time value, 24 | the time one day after the lowest possible time value, 25 | the times both one second before and exactly at 26 | each detected time discontinuity, 27 | the time at one day less than the highest possible time value, 28 | and the time at the highest possible time value. 29 | Each line ends with 30 | .B isdst=1 31 | if the given time is Daylight Saving Time or 32 | .B isdst=0 33 | otherwise. 34 | .TP 35 | .BI "\-c " cutoffyear 36 | Cut off the verbose output near the start of the given year. 37 | .SH "SEE ALSO" 38 | newctime(3), tzfile(5), zic(8) 39 | .\" @(#)zdump.8 7.3 40 | -------------------------------------------------------------------------------- /raw/manl/zdrscl.l: -------------------------------------------------------------------------------- 1 | .TH ZDRSCL l "15 June 2000" "LAPACK version 3.0" ")" 2 | .SH NAME 3 | ZDRSCL - multiplie an n-element complex vector x by the real scalar 1/a 4 | .SH SYNOPSIS 5 | .TP 19 6 | SUBROUTINE ZDRSCL( 7 | N, SA, SX, INCX ) 8 | .TP 19 9 | .ti +4 10 | INTEGER 11 | INCX, N 12 | .TP 19 13 | .ti +4 14 | DOUBLE 15 | PRECISION SA 16 | .TP 19 17 | .ti +4 18 | COMPLEX*16 19 | SX( * ) 20 | .SH PURPOSE 21 | ZDRSCL multiplies an n-element complex vector x by the real scalar 1/a. This is done without overflow or underflow as long as the final result x/a does not overflow or underflow. 22 | .br 23 | 24 | .SH ARGUMENTS 25 | .TP 8 26 | N (input) INTEGER 27 | The number of components of the vector x. 28 | .TP 8 29 | SA (input) DOUBLE PRECISION 30 | The scalar a which is used to divide each component of x. 31 | SA must be >= 0, or the subroutine will divide by zero. 32 | .TP 8 33 | SX (input/output) COMPLEX*16 array, dimension 34 | (1+(N-1)*abs(INCX)) 35 | The n-element vector x. 36 | .TP 8 37 | INCX (input) INTEGER 38 | The increment between successive values of the vector SX. 39 | > 0: SX(1) = X(1) and SX(1+(i-1)*INCX) = x(i), 1< i<= n 40 | -------------------------------------------------------------------------------- /src/Makefile.am: -------------------------------------------------------------------------------- 1 | SUBDIRS = man1 man2 man3 man4 man5 man6 man7 man8 mann 2 | -------------------------------------------------------------------------------- /src/cman/cman.csh: -------------------------------------------------------------------------------- 1 | alias cman 'man -C /etc/cman.conf ' 2 | export LESSCHARSET=latin1 3 | -------------------------------------------------------------------------------- /src/cman/cman.sh: -------------------------------------------------------------------------------- 1 | alias cman='man -C /etc/cman.conf ' 2 | #export LESSCHARSET=latin1 3 | -------------------------------------------------------------------------------- /src/man1/..1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man1/[.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/alias.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/apropos.1: -------------------------------------------------------------------------------- 1 | .\" 2 | .\" Generated automatically from apropos.1.in by the 3 | .\" configure script. 4 | .\" 5 | .\" Man page for apropos 6 | .\" 7 | .\" Copyright (c) 1990, 1991, John W. Eaton. 8 | .\" 9 | .\" You may distribute under the terms of the GNU General Public 10 | .\" License as specified in the README file that comes with the man 1.0 11 | .\" distribution. 12 | .\" 13 | .\" John W. Eaton 14 | .\" jwe@che.utexas.edu 15 | .\" Department of Chemical Engineering 16 | .\" The University of Texas at Austin 17 | .\" Austin, Texas 78712 18 | .\" 19 | .TH apropos 1 "Jan 15, 1991" 20 | .SH NAME 21 | apropos \- 在 whatis 数据库中查找字符串 22 | .SH "总览 (SYNOPSIS)" 23 | .BI apropos 24 | keyword ... 25 | .SH "描述 (DESCRIPTION)" 26 | apropos 命令在一些特定的包含系统命令的简短描述的数据库文件里查找关键字, 然后把 27 | 结果送到标准输出。 28 | .SH "参见 (SEE ALSO)" 29 | whatis(1), man(1). 30 | .SH "[中文版维护人]" 31 | .B 唐友 32 | .SH "[中文版最新更新]" 33 | .BR 2001/9/20 34 | .SH "[中国Linux论坛man手册页翻译计划]" 35 | .BI http://cmpp.linuxforum.net 36 | -------------------------------------------------------------------------------- /src/man1/basename.1: -------------------------------------------------------------------------------- 1 | .TH BASENAME "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | basename \- 从文件名中剥离目录和后缀 4 | .SH "总览 (SYNOPSIS)" 5 | .B basename 6 | \fINAME \fR[\fISUFFIX\fR] 7 | .br 8 | .B basename 9 | \fIOPTION\fR 10 | .SH "描述 (DESCRIPTION)" 11 | .PP 12 | .\" Add any additional description here 13 | .PP 14 | 显示 去掉 目录成分 后的 NAME. 如果 指定了 SUFFIX, 就 同时 去掉 15 | 拖尾的 SUFFIX. 16 | .TP 17 | \fB\-\-help\fR 18 | 显示 帮助信息, 然后 结束 19 | .TP 20 | \fB\-\-version\fR 21 | 显示 版本信息, 然后 结束 22 | .SH "报告 BUGS" 23 | 发现的 bug 送往 . 24 | .SH "另见 (SEE ALSO)" 25 | .B basename 26 | 的 完整文档 以 Texinfo 手册 的 格式 维护. 如果 正确 安装了 27 | .B info 28 | 和 29 | .B basename 30 | 程序, 使用 命令 31 | .IP 32 | .B info basename 33 | .PP 34 | 能够 访问到 完整 的 手册. 35 | 36 | .SH "版权 (COPYRIGHT)" 37 | Copyright \(co 1999 Free Software Foundation, Inc. 38 | .br 39 | This is free software; see the source for copying conditions. There is NO 40 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 41 | 42 | .SH "[中文版维护人]" 43 | .B 徐明 44 | .SH "[中文版最新更新]" 45 | .BR 2001/12/10 46 | 第一版 47 | .SH "《中国Linux论坛man手册页翻译计划》:" 48 | .BI http://cmpp.linuxforum.net 49 | -------------------------------------------------------------------------------- /src/man1/bg.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/bind.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/break.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/builtin.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/builtins.1: -------------------------------------------------------------------------------- 1 | .so man1/bash.1 2 | -------------------------------------------------------------------------------- /src/man1/bunzip2.1: -------------------------------------------------------------------------------- 1 | .so man1/bzip2.1 2 | -------------------------------------------------------------------------------- /src/man1/bzcat.1: -------------------------------------------------------------------------------- 1 | .so man1/bzip2.1 2 | -------------------------------------------------------------------------------- /src/man1/bzip2recover.1: -------------------------------------------------------------------------------- 1 | .so man1/bzip2.1 2 | -------------------------------------------------------------------------------- /src/man1/cd.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/chroot.1: -------------------------------------------------------------------------------- 1 | .TH CHROOT "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | chroot \- 以 特定 根 目录 运行 命令 或者 交互式 shell 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B chroot 7 | [\fIOPTION\fR]\fI NEWROOT \fR[\fICOMMAND\fR...] 8 | .br 9 | .B chroot 10 | \fIOPTION\fR 11 | 12 | .SH "描述 (DESCRIPTION)" 13 | .PP 14 | 以 NEWROOT 为 根 目录 运行 COMMAND. 15 | .TP 16 | \fB\-\-help\fR 17 | 显示 帮助 并且 退出 18 | .TP 19 | \fB\-\-version\fR 20 | 显示 版本 信息 并且 退出 21 | .PP 22 | 如果 没有 指定 命令, 运行 ``${SHELL} \fB\-i\fR'' (默认: /bin/sh). 23 | 24 | .SH "报告错误 (REPORTING BUGS)" 25 | 把 错误 报告 给 . 26 | 27 | .SH "参见 (SEE ALSO)" 28 | .B chroot 29 | 的 完整 的 文档 是 以 Texinfo 手册页 维护 的. 如果 30 | .B info 31 | 和 32 | .B chroot 33 | 程序 被 正确 的 安装 在 你的 机子 上, 用 34 | .IP 35 | .B info chroot 36 | .PP 37 | 命令 查看 完整 的 手册页. 38 | 39 | .SH "版权 (COPYRIGHT)" 40 | 版权所有 \(co 1999 自由软件基金会 41 | .br 42 | 这一程序是自由软件; 拷贝条件见源文件. 43 | 没有任何担保; 甚至没有适合特定目的的隐含的担保. 44 | 45 | .SH "[中文版维护人]" 46 | .B 唐友 47 | .SH "[中文版最新更新]" 48 | .BR 2001/9/20 49 | .SH "[中国Linux论坛man手册页翻译计划]" 50 | .BI http://cmpp.linuxforum.net 51 | -------------------------------------------------------------------------------- /src/man1/chvt.1: -------------------------------------------------------------------------------- 1 | .TH CHVT 1 "1997年10月7日" "控制台工具" "Linux用户手册" 2 | 3 | .SH NAME(名称) 4 | chvt \- 修改虚拟终端的前台环境 5 | 6 | .SH SYNOPSIS(总览) 7 | .BI chvt N 8 | 9 | .SH DESCRIPTION(描述) 10 | .B chvt 11 | .I N 12 | 命令用来生成 13 | .RI /dev/tty N 14 | 的前台终端.如果它本来不存在,即创建相应的屏幕.为了删除掉 15 | 不用的VT(虚拟终端),可使用 16 | .BR deallocvt (1). 17 | 键映射操作 18 | .RI `Console_ N ' 19 | (通常绑定为键组合 20 | .RI (Ctrl\-)LeftAlt\-F N , 21 | .I N 22 | 在1-12的范围里取值, 23 | 而 24 | .RI RightAlt\-F N\-12 25 | 中的 26 | .I N 27 | 则在13-24的范围里取值)也允许切换到其它的VT,不过实际的切换 28 | 只能在它已经分配的前提下进行.这防止了分配给新的VT一个错位 29 | 的键值. 30 | 31 | .SH "SEE ALSO"(另见) 32 | 33 | .BR deallocvt (1). 34 | 35 | -------------------------------------------------------------------------------- /src/man1/cksum.1: -------------------------------------------------------------------------------- 1 | .TH CKSUM 1 "1999年12月" "GNU textutils 2.0a" 2 | .SH NAME(名称) 3 | cksum \- 一个文件的检查和以及字节数 4 | .SH SYNOPSIS(总览) 5 | .B ../src/cksum 6 | [\fIOPTION\fR]... [\fIFILE\fR]... 7 | .SH DESCRIPTION(描述) 8 | .\" 在这儿添加任何附加的描述信息 9 | .PP 10 | 输出CRC(循环冗余校验码)检查和以及每个FILE的字节数. 11 | .TP 12 | \fB\-\-help\fR 13 | 显示帮助并退出 14 | .TP 15 | \fB\-\-version\fR 16 | 输出版本信息并退出 17 | .SH AUTHOR(作者) 18 | Q. Frank Xia. 19 | .SH "REPORTING BUGS"(报告BUGS) 20 | 报告bugs,请发到. 21 | .SH COPYRIGHT(版权) 22 | Copyright \(co 1999 Free Software Foundation, Inc. 23 | .br 24 | 这是自由软件;参看复制条件的源文件.不承担任何责任;更不用说商业性或针对特定目的的适用性. 25 | .SH "SEE ALSO"(另见) 26 | .B cksum 27 | 的完整文档是以Texinfo手册的方式维护的.如果你正确地安装了 28 | .B info 29 | 和 30 | .B cksum 31 | 程序,那么使用命令 32 | .IP 33 | .B info cksum 34 | .PP 35 | 应该会让你访问到整个手册. 36 | 37 | .SH "[中文版维护人]" 38 | .B riser 39 | .SH "[中文版最新更新]" 40 | .BR 2001/08/08 41 | .SH "《中国linux论坛man手册页翻译计划》:" 42 | .BI http://cmpp.linuxforum.net 43 | -------------------------------------------------------------------------------- /src/man1/command.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/compgen.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/complete.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/continue.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/deallocvt.1: -------------------------------------------------------------------------------- 1 | .TH DEALLOCVT 1 "1997年10月6日" "控制台工具" "Linux用户手册" 2 | 3 | .SH NAME(名称) 4 | deallocvt \- 释放未使用的虚拟终端 5 | 6 | .SH SYNOPSIS(总览) 7 | .BI "deallocvt [ " "N1 N2" " ... ]" 8 | 9 | .SH DESCRIPTION(描述) 10 | 11 | 如果不指定参数, 12 | .B deallocvt 13 | 程序会释放所有未使用的虚拟终端的核心内存和数据结构. 14 | 如果给定了参数 15 | .I Ni 16 | 那么就只释放TTY 17 | .RI /dev/tty Ni . 18 | 19 | 如果一个虚拟终端不是前台控制台,而且没有在上面打开进程 20 | 执行读或写操作,又没有在该屏幕上选择文本,那么认为该 21 | 终端是未使用的. 22 | 23 | .SH "SEE ALSO"(另见) 24 | .BR chvt (1), 25 | .BR openvt (1). 26 | -------------------------------------------------------------------------------- /src/man1/declare.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/dirname.1: -------------------------------------------------------------------------------- 1 | .TH DIRNAME "1" "1999年8月" "GNU sh-utils 2.0" FSF 2 | .SH NAME(名称) 3 | dirname \- 从文件名剥离非目录的后缀 4 | .SH SYNOPSIS(总览) 5 | .B dirname 6 | \fINAME\fR 7 | .br 8 | .B dirname 9 | \fIOPTION\fR 10 | .SH DESCRIPTION(描述) 11 | .PP 12 | .\" 在这儿添加任何附加的描述 13 | .PP 14 | 打印去除了/后面部分的NAME;如果NAME没有包含/,则输出`.'(表示当前目录). 15 | .TP 16 | \fB\-\-help\fR 17 | 显示帮助并退出 18 | .TP 19 | \fB\-\-version\fR 20 | 输出版本信息并退出 21 | .SH "REPORTING BUGS"(报告BUGS) 22 | 报告bugs请发到. 23 | .SH "SEE ALSO"(另见) 24 | .B dirname 25 | 的完整文档是以Texinfo手册的形式维护的.如果 26 | 你正确地安装了 27 | .B info 28 | 和 29 | .B dirname 30 | 程序,那么命令 31 | .IP 32 | .B info dirname 33 | .PP 34 | 应该可以让你访问到整个手册. 35 | .SH COPYRIGHT 36 | Copyright \(co 1999 Free Software Foundation, Inc. 37 | .br 38 | This is free software; see the source for copying conditions. There is NO 39 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 40 | 41 | .SH "[中文版维护人]" 42 | .B riser 43 | .SH "[中文版最新更新]" 44 | .BR 2001/08/08 45 | .SH "《中国linux论坛man手册页翻译计划》:" 46 | .BI http://cmpp.linuxforum.net 47 | -------------------------------------------------------------------------------- /src/man1/dirs.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/disown.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/egrep.1: -------------------------------------------------------------------------------- 1 | .so man1/grep.1 2 | -------------------------------------------------------------------------------- /src/man1/enable.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/eval.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/exec.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/exit.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/export.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/false.1: -------------------------------------------------------------------------------- 1 | .TH FALSE "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | false \- (失败的)什么都不做 4 | .SH "总览 (SYNOPSIS)" 5 | .B false 6 | [\fI忽略命令行参数\fR] 7 | .br 8 | .B false 9 | \fIOPTION\fR 10 | .SH "描述 (DESCRIPTION)" 11 | .PP 12 | .\" Add any additional description here 13 | .PP 14 | 程序 结束 时, 产生 表示 失败 的 状态码. 15 | .PP 16 | 下列的 选项 没有 简写 形式. 17 | .TP 18 | \fB\-\-help\fR 19 | 显示 帮助信息, 然后 退出. 20 | .TP 21 | \fB\-\-version\fR 22 | 显示 版本信息, 然后 退出. 23 | .SH "报告 BUGS" 24 | 发现 的 错误 送往 . 25 | .SH "另见 (SEE ALSO)" 26 | .B false 27 | 的 完整 文档 以 Texinfo 手册 形式 维护. 如果 正确 安装 了 28 | .B info 29 | 和 30 | .B false 31 | 程序, 用 命令 32 | .IP 33 | .B info false 34 | .PP 35 | 能够 访问到 完整 的 手册. 36 | 37 | .SH "版权 (COPYRIGHT)" 38 | Copyright \(co 1999 Free Software Foundation, Inc. 39 | .br 40 | This is free software; see the source for copying conditions. There is NO 41 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 42 | 43 | .SH "[中文版维护人]" 44 | .B 徐明 45 | .SH "[中文版最新更新]" 46 | .BR 2001/12/17 47 | 第一版 48 | .SH "《中国Linux论坛man手册页翻译计划》:" 49 | .BI http://cmpp.linuxforum.net 50 | -------------------------------------------------------------------------------- /src/man1/fc.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/fg.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/fgrep.1: -------------------------------------------------------------------------------- 1 | .so man1/grep.1 2 | -------------------------------------------------------------------------------- /src/man1/gedit.1: -------------------------------------------------------------------------------- 1 | .TH GEDIT 1 "1998年5月13日" 2 | .SH NAME 3 | \fBgEdit\fP \- GTK+ 基础文本编辑器 4 | .SH 语法 5 | .B gedit 6 | .RI [ --help ] 7 | .RI [ --version ] 8 | .RI [ 文件名 ] 9 | .RI [ 文件名 ] 10 | .RI [ 文件名 ] 11 | .RI 等等... 12 | .SH 描述 13 | .B gEdit 14 | 是一个 X窗口系统下的基础文本编辑器由 GTK+ 写成。它现在 15 | 支持建立,打开,关闭和保存多个文件,查找和替换, 16 | 一个选项接口可以在命令行打开文件。 17 | .LP 18 | .SH 选项 19 | 它是漂亮且简单的。 20 | .TP 21 | .B \-\-help 22 | .PD 23 | 输出命令行选项。 24 | .TP 25 | .B \-\-version 26 | .PD 27 | 输出你使用的 gEdit 的版本。 28 | .TP 29 | .B 文件名 30 | .PD 31 | 当 gEdit 启动时指定文件打开 - 如果没有指定,gEdit 将 32 | 打开一个空白的文件在无标题标签。 33 | .SH 错误 34 | 看知道的错误列表文件如果你发现那没有你发现的错误请 35 | email 给我们。 36 | 37 | .SH 作者 38 | Alex Roberts (bse@dial.pipex.com) 39 | .TP 40 | Evan Lawrence (evan@worldpath.net) 41 | 42 | .SH "[中文版维护人]" 43 | .B wide288 44 | .SH "[中文版最新更新]" 45 | .B 2003/11/22 46 | .SH "《中国linux论坛man手册页翻译计划》:" 47 | .BI http://cmpp.linuxforum.net 48 | -------------------------------------------------------------------------------- /src/man1/getopts.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/groups.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. 2 | .TH GROUPS "1" "August 1999" "GNU sh-utils 2.0" FSF 3 | .SH NAME 4 | groups \- 显示用户所在的组 5 | 6 | .SH "总览 (SYNOPSIS)" 7 | .B groups 8 | [\fIOPTION\fR]... [\fIUSERNAME\fR]... 9 | 10 | .SH "描述 (DESCRIPTION)" 11 | .PP 12 | .\" Add any additional description here 13 | .TP 14 | \fB\-\-help\fR 15 | 显示此帮助, 然后退出 16 | .TP 17 | \fB\-\-version\fR 18 | 显示版本信息, 然后退出 19 | .PP 20 | 此命令的效果和 id \fB\-Gn\fR 一样. 如果没有指明 USERNAME, 就使用当前进程的. 21 | 22 | .SH "报告错误 (REPORTING BUGS)" 23 | 发现错误请联系 . 24 | 25 | .SH "另见 (SEE ALSO)" 26 | .B groups 27 | 的完整文档以 Texinfo 手册的形式维护. 如果正确安装了 28 | .B info 29 | 和 30 | .B groups 31 | 程序, 使用命令 32 | .IP 33 | .B info groups 34 | .PP 35 | 应该能够显示完整的手册. 36 | 37 | .SH "[中文版维护人]" 38 | .B 徐明 39 | .SH "[中文版最新更新]" 40 | .BR 2004/02/8 41 | .SH "《中国Linux论坛man手册页翻译计划》" 42 | .BI http://cmpp.linuxforum.net 43 | 44 | -------------------------------------------------------------------------------- /src/man1/gunzip.1: -------------------------------------------------------------------------------- 1 | .so man1/gzip.1 2 | -------------------------------------------------------------------------------- /src/man1/gview.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/hash.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/help.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/history.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/initex.1: -------------------------------------------------------------------------------- 1 | .so man1/tex.1 2 | -------------------------------------------------------------------------------- /src/man1/initlocation.1: -------------------------------------------------------------------------------- 1 | .TH "INITLOCATION" "1" "2003-11-02" "Application" "PostgreSQL Server Applications" 2 | .SH NAME 3 | initlocation \- 创建一个从属的 PostgreSQL数据库存储区 4 | 5 | .SH SYNOPSIS 6 | .sp 7 | \fBinitlocation\fR \fB\fIdirectory\fB\fR 8 | .SH "DESCRIPTION 描述" 9 | .PP 10 | \fBinitlocation\fR 11 | 创建一个新的PostgreSQL从属数据库存储区。参阅 CREATE DATABASE [\fBcreate_database\fR(7)] 里关于如何管理和使用从属存储区的讨论。 如果参数不包含一个斜杠而且也不是一个有效的路径, 它会被认为是一个环境变量而引用。参考下面的例子。 12 | .PP 13 | 为使用这条命令,你必须以数据库超级用户登录(例如,使用 su) 14 | .SH "EXAMPLES 例子" 15 | .PP 16 | 用环境变量在一个可选位置创建一个数据库: 17 | .sp 18 | .nf 19 | $ \fBexport PGDATA2=/opt/postgres/data\fR 20 | .sp 21 | .fi 22 | 启动并停止postmaster这样它就能看到PGDATA2环境变量。 系统必须配置为 23 | postmaster每次启动都能看到PGDATA2。 最后: 24 | .sp 25 | .nf 26 | $ \fBinitlocation PGDATA2\fR 27 | $ \fBcreatedb -D PGDATA2 testdb\fR 28 | .sp 29 | .fi 30 | .PP 31 | 或者,如果允许你使用绝对路径,你可以这样: 32 | .sp 33 | .nf 34 | $ \fBinitlocation /opt/postgres/data\fR 35 | $ \fBcreatedb -D /opt/postgres/data/testdb testdb\fR 36 | .sp 37 | .fi 38 | .SH "译者" 39 | .B Postgresql 中文网站 40 | .B 何伟平 41 | -------------------------------------------------------------------------------- /src/man1/intro.1: -------------------------------------------------------------------------------- 1 | .\" 2 | .\"版权所有:Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 3 | .\"中文版版权所有 Alian Yao, www.linuxforum.net 2000 4 | .\" 5 | .\"这是免费文献,可以在Free Software Foundation颁布的GNU General Public License的V2 6 | .\"或更后版本的许可下,重新整理、添加或者修改它们。 7 | .\" 8 | .\" GNU General Public License目标代码和可执行文件的参考文献,以排字系统任何文档输 9 | .\"出形式来解释,包括临时(intermediate)和打印输出。 10 | .\" 11 | .\"发布这个文献,是希望不经授权(甚至是MERCHANTABILITY or FITNESS FOR A 12 | .\"PARTICULAR PURPOSE的公开授权),就可使用,详见GNU General Public License 13 | .\" 14 | .\"你应该有一份这个手册的GNU General Public License;如果没有,请致函Free Software 15 | .\"Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. 16 | .\" 17 | .\"修改时间:Sat Jul 24 16:53:03 1993 by Rik Faith (faith@cs.unc.edu) 18 | .TH INTRO 1 "24 July 1993" "Linux" "Linux Programmer's Manual" 19 | .SH NAME 20 | intro \-介绍用户命令 21 | .SH 描述 22 | 这章描述用户命令 23 | .SH 作者 24 | 见man页首的作者和版权,不同的页,作者是不同的。 25 | 26 | .SH "[中文版维护人]" 27 | .B Alan Yao 28 | .SH "[中文版最新更新]" 29 | .BR 2000/10/10 30 | .SH "《中国linux论坛man手册页翻译计划》:" 31 | .BI http://cmpp.linuxforum.net 32 | -------------------------------------------------------------------------------- /src/man1/ipcclean.1: -------------------------------------------------------------------------------- 1 | .TH "IPCCLEAN" "1" "2003-11-02" "Application" "PostgreSQL Server Applications" 2 | .SH NAME 3 | ipcclean \- 从退出的PostgreSQL服务器中删除共享内存和信号灯 4 | 5 | .SH SYNOPSIS 6 | .sp 7 | \fBipcclean\fR 8 | .SH "DESCRIPTION 描述" 9 | .PP 10 | \fBipcclean\fR 删除当前用户拥有的所有共享内存段和信号灯集。 它的目地是在 11 | PostgreSQL 服务器 (\fBpostmaster\fR(1))崩溃之后进行清理。 请注意的是立 12 | 即重起服务器也会清理共享内存和信号灯,所以这条命令实际上用处不大。 13 | .PP 14 | 应该只有数据库管理员可以运行这条命令,因为如果在多用户的环境中执行, 它会 15 | 导致怪异的行为(也就是说,崩溃)。 如果在服务器运行时执行这条命令, 服务 16 | 器分配的共享内存和信号灯将被删除。 这通常会导致该服务器启动的后端服务器的 17 | 普遍失败。 18 | .SH "NOTES 注意" 19 | .PP 20 | 这个脚本是个\(lqhack\(rq,但是从写成它的这些年来, 没有人提出等效的可移植的解决 21 | 方法。因为 \fBpostmaster\fR 现在可以清理自己,所以以后很可能不会继续改进 22 | ipcclean。 23 | .PP 24 | 这个脚本对 \fBipcs\fR 工具的输出做了一些假设, 而这些假设可能在不同的操作 25 | 系统间是不同的。因此,它可能不能在你的系统上运行。 26 | .SH "译者" 27 | .B Postgresql 中文网站 28 | .B 何伟平 29 | -------------------------------------------------------------------------------- /src/man1/jobs.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/let.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/listalias.1: -------------------------------------------------------------------------------- 1 | .\" 版权所有 The USENET Community Trust, 1988-1995. 2 | .\" 中文版版权所有 Liu JingSong, www.linuxforum.net 2000 3 | .\" 本文档可在遵照LDP GENERAL PUBLIC LICENSE,Version 1, September 1998 4 | .\" 中描述的条件下进行复制,且该文件发布时必须包含该文档. 5 | .TH LISTALIAS 1 "Elm Version 2.5" "USENET Community Trust" 6 | .SH NAME 7 | listalias \- 列出用户和系统别名 8 | .SH 总揽 9 | .B listalias 10 | [ -s | -u ] [ 正则表达式] 11 | .SH 描述 12 | .I Listalias 13 | 按用户及系统别名每个输出一行。每行具有下列格式: 14 | .nf 15 | 16 | <别名> <地址> (<注解>) 17 | 18 | .fi 19 | 如果采用了正则表达式选项,则只有与指定表达式匹配的别名才被列出, 20 | 如果未采用正则表达式,所有别名将被列出。 21 | .sp 22 | 在两种方式下,命令的输出都被排序。 23 | .SH 选项 24 | .TP 25 | .B \-s 26 | 只输出系统别名。 27 | .BR \ \-s \ 和 \ \-u 28 | 两个选项为互斥关系,即两个选项只能选一个。 29 | .TP 30 | .B \-u 31 | 只输出用户别名 32 | .BR \ \-s \ 和 \ \-u 33 | 两个选项为互斥关系。 34 | .SH 作者 35 | Elm 开发小组 36 | .SH 参见 37 | checkalias(1L), elm(1L), elmalias(1L), newalias(1L) 38 | .SH 缺陷 39 | 由于该程序通过管道调用了另一个程序egrep, 因此表达式的检查结果由egrep决定,而非这个程序自己决定! 40 | .SH 程序错误报告至 41 | Bill Pemberton flash@virginia.edu 42 | 43 | .SH "[中文版维护人]" 44 | .B Liu JingSong 45 | .SH "[中文版最新更新]" 46 | .B 2001/05/02 47 | .SH "[中国 Linux 论坛 man 手册页翻译计划]" 48 | .BI http://cmpp.linuxforum.net 49 | -------------------------------------------------------------------------------- /src/man1/local.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/logname.1: -------------------------------------------------------------------------------- 1 | .TH LOGNAME "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | logname \- 显示用户登录名 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B logname 7 | [\fIOPTION\fR]... 8 | 9 | .SH "描述 (DESCRIPTION)" 10 | .PP 11 | .\" Add any additional description here 12 | .PP 13 | 显示 当前用户 的 名字. 14 | .TP 15 | \fB\-\-help\fR 16 | 显示 帮助信息, 然后 结束. 17 | .TP 18 | \fB\-\-version\fR 19 | 显示 版本信息, 然后 结束. 20 | 21 | .SH "报告 BUGS" 22 | 发现 的 错误 送往 . 23 | 24 | .SH "另见 (SEE ALSO)" 25 | .B logname 26 | 的 完整 文档 以 Texinfo 手册 的 形式 维护. 如果 正确 安装 了 27 | .B info 28 | 和 29 | .B logname 30 | 程序, 使用 命令 31 | .IP 32 | .B info logname 33 | .PP 34 | 能够 访问到 完整 的 手册. 35 | 36 | .SH "版权 (COPYRIGHT)" 37 | Copyright \(co 1999 Free Software Foundation, Inc. 38 | .br 39 | This is free software; see the source for copying conditions. There is NO 40 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 41 | 42 | 43 | .SH "[中文版维护人]" 44 | .B 徐明 45 | .SH "[中文版最新更新]" 46 | .BR 2003/05/13 47 | .SH "《中国Linux论坛man手册页翻译计划》" 48 | .BI http://cmpp.linuxforum.net 49 | -------------------------------------------------------------------------------- /src/man1/logout.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/lsattr.1: -------------------------------------------------------------------------------- 1 | .\" -*- nroff -*- 2 | .TH LSATTR 1 "1999年11月" "E2fsprogs version 1.18" 3 | .SH NAME(名称) 4 | lsattr \- 显示文件在Linux第二扩展文件系统上的特有属性 5 | .SH SYNOPSIS(总览) 6 | .B lsattr 7 | [ 8 | .B \-RVadv 9 | ] 10 | [ 11 | .I files... 12 | ] 13 | .SH DESCRIPTION(描述) 14 | .B lsattr 15 | 显示文件在Linux第二扩展文件系统上的特有属性 16 | .SH OPTIONS(选项) 17 | .TP 18 | .B \-R 19 | 递归地列出目录以及其下内容的属性. 20 | .TP 21 | .B \-V 22 | 显示程序版本. 23 | .TP 24 | .B \-a 25 | 列出目录中的所有文件,包括以`.'开头的文件的属性. 26 | .TP 27 | .B \-d 28 | 以列出其它文件的方式那样列出目录的属性, 29 | 而不列出其下的内容. 30 | .TP 31 | .B \-v 32 | 显示文件版本. 33 | .SH AUTHOR(作者) 34 | .B lsattr 35 | 的作者是Remy Card , 36 | 他是ext2 fs的开发和维护者. 37 | .SH BUGS 38 | 没有:-). 39 | .SH AVAILABILITY(怎样获取) 40 | .B lsattr 41 | 是e2fsprogs包的一部分,你可以通过 42 | 对tsx-11.mit.edu的匿名ftp访问在 43 | /pub/linux/packages/ext2fs下找到它. 44 | .SH SEE ALSO(另见) 45 | .BR chattr (1) 46 | 47 | .SH "[中文版维护人]" 48 | .B riser 49 | .SH "[中文版最新更新]" 50 | .BR 2001/08/08 51 | .SH "《中国linux论坛man手册页翻译计划》:" 52 | .BI http://cmpp.linuxforum.net 53 | -------------------------------------------------------------------------------- /src/man1/mesg.1: -------------------------------------------------------------------------------- 1 | .\"{{{}}} 2 | .\"{{{ Title 3 | .TH MESG 1 "May 27, 1997" "" "Linux User's Manual" 4 | .\"}}} 5 | .\"{{{ Name 6 | .SH NAME 7 | mesg \- 调节用户终端的写访问权 8 | .\"}}} 9 | .\"{{{ Synopsis 10 | .SH "总览 (SYNOPSIS)" 11 | .B mesg 12 | .RB [ y | n ] 13 | .\"}}} 14 | .\"{{{ Description 15 | .SH "描述 (DESCRIPTION)" 16 | .B Mesg 17 | 控制 其他用户 对 你的终端 的 访问能力. 典型用途 是 允许 或 禁止 其他用户 18 | 向 你的终端 输出 数据. (另见 \fBwrite\fP(1)). 19 | .\"}}} 20 | .\"{{{ Options 21 | .SH "选项 (OPTIONS)" 22 | .IP \fBy\fP 23 | 允许 对 用户终端 作 写访问. 24 | .IP \fBn\fP 25 | 禁止 对 用户终端 作 写访问. 26 | .PP 27 | 如果 没有 指定 选项, \fBmesg\fP 就 显示 目前 用户终端 的 访问状态. 28 | .\"}}} 29 | .\"{{{ Author 30 | .SH "作者 (AUTHOR)" 31 | Miquel van Smoorenburg (miquels@cistron.nl) 32 | .\"}}} 33 | .\"{{{ See also 34 | .SH "另见 (SEE ALSO)" 35 | .BR talk (1), 36 | .BR write (1), 37 | .BR wall (1) 38 | .\"}}} 39 | 40 | .SH "[中文版维护人]" 41 | .B 徐明 42 | .SH "[中文版最新更新]" 43 | .BR 2003/05/13 44 | .SH "《中国Linux论坛man手册页翻译计划》" 45 | .BI http://cmpp.linuxforum.net 46 | -------------------------------------------------------------------------------- /src/man1/newgrp.1: -------------------------------------------------------------------------------- 1 | .\" Original author unknown. This man page is in the public domain. 2 | .\" Modified Sat Oct 9 17:46:48 1993 by faith@cs.unc.edu 3 | .TH NEWGRP 1 "9 October 1993" "Linux 1.2" "Linux Programmer's Manual" 4 | 5 | .SH NAME 6 | newgrp \- 登录到新的用户组中 7 | 8 | .SH "总览 (SYNOPSIS)" 9 | .BI "newgrp [ " group " ]" 10 | 11 | .SH "描述 (DESCRIPTION)" 12 | .B Newgrp 13 | 改变 调用者 的 用户组标识, 类似于 14 | .BR login (1). 15 | 调用者 仍旧 登录 在 系统 中, 当前目录 也不变, 但是 文件的访问权限 将 根据 16 | 新的 用户组 ID 计算. 17 | .LP 18 | 如果 没有 指定 用户组, GID 将 变成 登录 的 GID. 19 | .LP 20 | 21 | .SH "文件 (FILES)" 22 | .I /etc/group 23 | .br 24 | .I /etc/passwd 25 | 26 | .SH "另见 (SEE ALSO)" 27 | .BR login "(1), " group (5) 28 | 29 | .SH "作者 (AUTHOR)" 30 | Originally by Michael Haardt. Currently maintained by 31 | Peter Orbaek (poe@daimi.aau.dk). 32 | 33 | .SH "[中文版维护人]" 34 | .B 徐明 35 | .SH "[中文版最新更新]" 36 | .BR 2003/05/13 37 | .SH "《中国Linux论坛man手册页翻译计划》" 38 | .BI http://cmpp.linuxforum.net 39 | -------------------------------------------------------------------------------- /src/man1/nohup.1: -------------------------------------------------------------------------------- 1 | .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.012. 2 | .TH NOHUP "1" "August 1999" "GNU sh-utils 2.0" FSF 3 | .SH NAME 4 | nohup \- 使程序运行时不挂起, 不向 tty 输出信息 5 | 6 | .SH "总览 (SYNOPSIS)" 7 | .B nohup 8 | \fICOMMAND \fR[\fIARG\fR]... 9 | .br 10 | .B nohup 11 | \fIOPTION\fR 12 | 13 | .SH "描述 (DESCRIPTION)" 14 | .PP 15 | .\" Add any additional description here 16 | .PP 17 | 执行 COMMAND 命令, 忽略 hangup (挂起) 信号. 18 | .TP 19 | \fB\-\-help\fR 20 | 显示此帮助, 然后退出 21 | .TP 22 | \fB\-\-version\fR 23 | 显示版本信息, 然后退出 24 | 25 | .SH "报告错误 (REPORTING BUGS)" 26 | 发现错误请联系 . 27 | 28 | .SH "另见 (SEE ALSO)" 29 | .B nohup 30 | 的完整文档以 Texinfo 手册的形式维护. 如果正确安装了 31 | .B info 32 | 和 33 | .B nohup 34 | 程序, 使用命令 35 | .IP 36 | .B info nohup 37 | .PP 38 | 应该能够显示完整的手册. 39 | 40 | .SH "[中文版维护人]" 41 | .B 徐明 42 | .SH "[中文版最新更新]" 43 | .BR 2004/02/8 44 | .SH "《中国Linux论坛man手册页翻译计划》" 45 | .BI http://cmpp.linuxforum.net 46 | 47 | 48 | 49 | -------------------------------------------------------------------------------- /src/man1/octave-config.1: -------------------------------------------------------------------------------- 1 | .\" Man page contributed by Dirk Eddelbuettel 2 | .\" and released under the GNU GPL 3 | .TH OCTAVE-CONFIG 1 "19 February 2003" "GNU Octave" 4 | .SH NAME 5 | octave-config - 检索 GNU Octave 组件和库信息 6 | .SH "SYNOPSIS 总览" 7 | .B octave-config 8 | .B [--m-site-dir] 9 | .B [--oct-site-dir] 10 | .B [-v|--version] 11 | .B [-h|-?|--help] 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fIoctave-config\fP 是用于为 15 | .BR octave (1) 16 | 获取 .oct 和 .m 文件的目录信息的工具。 17 | .SH "OPTIONS 选项" 18 | \fIoctave-config\fP 接受下列选项: 19 | .TP 8 20 | .B \--m-site-dir 21 | 显示本地的或 site-specific 的,.m 脚本文件所在的主目录。 22 | .TP 8 23 | .B \--oct-site-dir 24 | 显示本地的或 site-specific 的,.oct 动态链接库所在的主目录。 25 | .TP 8 26 | .B \-v|\-\-version 27 | 显示 28 | .BR octave (1) 29 | 的版本信息。 30 | .TP 8 31 | .B \-h|-?|--help 32 | 显示 33 | \fIoctave-config\fP 34 | 的帮助页面。 35 | .SH AUTHOR 36 | John W. Eaton 37 | 38 | This manual page was contributed by Dirk Eddelbuettel 39 | for the Debian GNU/Linux distribution but may be used by others. 40 | -------------------------------------------------------------------------------- /src/man1/pg_config.1: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "PG_CONFIG" "1" "2003-11-02" "Application" "PostgreSQL Server Applications" 3 | .SH NAME 4 | pg_config \- 检索已安装版本的 PostgreSQL 的信息 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | pg_config {--bindir | --includedir | --includedir-server | --libdir | --pkglibdir | --configure | --version...} 9 | .SH "DESCRIPTION 描述" 10 | .PP 11 | \fBpg_config\fR 工具打印当前安装的 PostgreSQL版本配置参数。 它可以用于那些希望与 PostgreSQL 相联接的软件包,这样可以通过它找到相对应的头文件和库。 12 | .SH "OPTIONS 选项" 13 | .PP 14 | 要使用 pg_config,使用下面的一个或者多个选项: 15 | .TP 16 | --bindir 17 | 打印用户可执行文件的路径。比如,可以用这个找 psql 程序。 通常这也是 pg_config 程序存在的路径。 18 | .TP 19 | --includedir 20 | 打印 C 头文件的路径。 21 | .TP 22 | --includedir-server 23 | 打印那些做服务器编程时使用的 C 头文件的位置。 24 | .TP 25 | --libdir 26 | 打印目标代码库的路径。 27 | .TP 28 | --pkglibdir 29 | 打印动态装载的模块的位置,或者服务器在哪里寻找他们。 (其它体系相关的数据文件可能也放在这个目录里。) 30 | .TP 31 | --configure 32 | 打印我们配置和制作 PostgreSQL 时给 configure 脚本用的选项, 或者找出二进制包是用哪些选项制作的。(不过请注意二进制包通常包含供应商提供的补丁。) 33 | .TP 34 | --version 35 | 打印 PostgreSQL 的版本并退出。 36 | .PP 37 | .PP 38 | 如果给出多于一个选项(除了 --version),那么信息以该顺序打印,每行一条。 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man1/pg_controldata.1: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "PG_CONTROLDATA" "1" "2003-11-02" "Application" "PostgreSQL Server Applications" 3 | .SH NAME 4 | pg_controldata \- 显示一个 PostgreSQL 集群的控制信息 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | \fBpg_controldata\fR\fR [ \fR\fB\fIdatadir\fB \fR\fR]\fR 9 | .SH "DESCRIPTION 描述" 10 | .PP 11 | \fBpg_controldata\fR 打印那些在 initdb 过程中初始化的信息,比如表版本和服务器的区域等。它还显示有关预写日志和检查点处理相关的信息。 这些信息是集群范围内有效的,并不和某个数据库相关。 12 | .PP 13 | 这个命令只应该有安装服务器的用户运行,因为它要求对数据目录的读访问权限。 你可以在命令行上声明数据目录,或者使用环境变量 \fBPGDATA\fR。 14 | .SH "ENVIRONMENT 环境" 15 | .TP 16 | \fBPGDATA\fR 17 | 缺省数据目录位置 18 | .SH "译者" 19 | .B Postgresql 中文网站 20 | .B 何伟平 21 | -------------------------------------------------------------------------------- /src/man1/pgtclsh.1: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "PGTCLSH" "1" "2003-11-02" "Application" "PostgreSQL Client Applications" 3 | .SH NAME 4 | pgtclsh \-\- PostgreSQL TCLshell 客户端 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | pgtclsh [filename [argument...]] 9 | .SH "DESCRIPTION 描述" 10 | .PP 11 | \fBpgtclsh\fR 是一个 Tcl shell 接口,用 PostgreSQL 数据库访问函数做了扩展。 (实际上,它是装载了 tclsh 和 libpgtcl。) 和普通的Tcl shell 一样,第一个命令行参数是一个脚本文件, 任何其余的参数都传递给脚本。如果没有命名脚本文件,那么该脚本就是交互的。 12 | .PP 13 | 一个带Tk 和 PostgreSQL 函数的 Tcl 是 \fBpgtksh\fR(1)。 14 | .SH "SEE ALSO 参见" 15 | .PP 16 | \fBpgtksh\fR(1), (描述了 libpgtcl), \fBtclsh\fR(1) 17 | .SH "译者" 18 | .B Postgresql 中文网站 19 | .B 何伟平 20 | -------------------------------------------------------------------------------- /src/man1/pgtksh.1: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "PGTKSH" "1" "2003-11-02" "Application" "PostgreSQL Client Applications" 3 | .SH NAME 4 | pgtksh \-\- PostgreSQL Tcl/Tk shell 客户端 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | pgtksh [filename [argument...]] 9 | .SH "DESCRIPTION 描述" 10 | .PP 11 | \fBpgtksh\fR 是一个带有 PostgreSQL 数据库访问函数扩展的 Tcl/Tk shell 接口。(实际上,它是装载了 libpgtcl 的wish。) 和普通的 Tcl/Tk shell wish 类似,命令行的第一个参数是一个脚本文件, 任何剩余的参数都传递给该脚本。特殊的选项可以由 X Window 系统库来处理。 如果没有命名脚本的名字,那么该 shell 是交互的。 12 | .PP 13 | 一个带有 PostgreSQL 函数的纯 Tcl shell 是 \fBpgtclsh\fR(1)。 14 | .SH "SEE ALSO 参见" 15 | .PP 16 | \fBpgtclsh\fR(1), (描述了 libpgtcl), \fBtclsh\fR(1), \fBwish\fR(1) 17 | .SH "译者" 18 | .B Postgresql 中文网站 19 | .B 何伟平 20 | -------------------------------------------------------------------------------- /src/man1/popd.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/psfaddtable.1: -------------------------------------------------------------------------------- 1 | .TH PSFADDTABLE 1 "28 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | psfaddtable \- 添加一个Unicode字符表到控制台字体中 5 | 6 | .SH 总览 7 | .B psfaddtable 8 | .I 字体文件 表文件 [输出文件] 9 | 10 | .SH 描述 11 | .B Psfaddtable 12 | 命令融合了 13 | .I 字体文件 14 | 提供的 .psf 格式的控制台字 15 | 体和 16 | .I 表文件 17 | 提供的Unicode字符表, 生成一个带有嵌入字符表的 18 | 字体文件, 并将其写到 19 | .I 输出文件 20 | (如果该文件给出, 否则写到标 21 | 准输出). 22 | .I 字体文件 23 | 或者 24 | .I 输出文件 25 | 都可以用单个的破折号(\-)取 26 | 代以从标准输入读入, 但不能两者同时都是. 如果 27 | .I 字体文件 28 | 已经 29 | 包含了一个嵌入字符表, 会被忽略. 30 | 31 | .SH 表文件格式 32 | .I Tablefile 33 | 文件中各行可以是空白行, 或者是注释行(以 34 | .IR # 35 | 领头), 也可以包含一串十进制数字(缺省情况), 或者包含一串八进制数字 36 | (以 37 | .IR 0 领头), 38 | 或包含一串十六进制数字(以 39 | .IR 0x 40 | 领头). 各行第一个 41 | 数字指出所索引字体中的符号位置, 对于256\-字符的字体, 该数在 42 | 0到0xff之间, 而对于512\-字符的字体, 该数则处在0到0x1ff之间. 43 | 同一行中随后的任何一个数字都是该特有符号位置的Unicode匹配. 44 | 另外对同一个符号允许有多个行. 45 | 46 | .SH "另见" 47 | .BR consolechars (8), 48 | .BR psfgettable (1), 49 | .BR psfstriptable (1). 50 | -------------------------------------------------------------------------------- /src/man1/psfgettable.1: -------------------------------------------------------------------------------- 1 | .TH PSFGETTABLE 1 "28 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | psfgettable \- 从控制台字体中提取出嵌入的Unicode字符表 5 | 6 | .SH 总览 7 | .B psfgettable 8 | .I 字体文件 [输出文件] 9 | 10 | .SH 描述 11 | .B psfgettable 12 | 命令从一个 .psf 格式的控制台字体中提取出嵌入的 13 | Unicode字符表, 以易读格式输入到一个ASCII文件, 该文件的格式 14 | 如同 15 | .BR psfaddtable (1) 16 | 所使用的. 若字体文件名是单个破折号(\-), 17 | 则字体从标准输入读取. 18 | 19 | .SH "另见" 20 | .BR consolechars (8), 21 | .BR psfaddtable (1), 22 | .BR psfstriptable (1). 23 | 24 | -------------------------------------------------------------------------------- /src/man1/psfstriptable.1: -------------------------------------------------------------------------------- 1 | .TH PSFSTRIPTABLE 1 "28 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | psfstriptable \- 从控制台字体中移走嵌入的Uniocde字符表 5 | 6 | .SH 总览 7 | .B psfstriptable 8 | .I 字体文件 [输出文件] 9 | 10 | .SH 描述 11 | .B psfstriptable 12 | 命令从 13 | .IR 字体文件 14 | 或者标准输入(此时的 15 | .I 字体文件 16 | 是单个破折号(\-))读取一个可能含有嵌入Unicode字体表的.psf格 17 | 式的控制台字体, 并将没有Unicode嵌入字符表的.psf格式的控制 18 | 台字体文件写回到标准输出或所指明的输出文件. 19 | 20 | .SH "另见" 21 | .BR consolechars (8), 22 | .BR psfaddtable (1), 23 | .BR psfgettable (1). 24 | 25 | -------------------------------------------------------------------------------- /src/man1/pushd.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/pwd.1: -------------------------------------------------------------------------------- 1 | .TH PWD "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | pwd \- 显示出当前/活动目录的名称 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B pwd 7 | [\fIOPTION\fR] 8 | 9 | .SH "描述 (DESCRIPTION)" 10 | .PP 11 | .\" Add any additional description here 12 | .PP 13 | 显示出 完整的 当前 活动目录 名称. 14 | .TP 15 | \fB\-\-help\fR 16 | 显示 帮助 信息, 然后 退出 17 | .TP 18 | \fB\-\-version\fR 19 | 显示 版本 信息, 然后 退出 20 | 21 | .SH "报告 BUGS" 22 | 发现的 bug 寄往 . 23 | 24 | .SH "另见 (SEE ALSO)" 25 | .B Pwd 26 | 的 完整文档 以 Texinfo 手册 的 形式 维护. 如果 27 | 正确 安装了 28 | .B info 29 | 和 30 | .B pwd 31 | 文件, 用 命令 32 | .IP 33 | .B info pwd 34 | .PP 35 | 可以 访问 完整 的 手册. 36 | 37 | .SH "版权 (COPYRIGHT)" 38 | Copyright \(co 1999 Free Software Foundation, Inc. 39 | .br 40 | This is free software; see the source for copying conditions. There is NO 41 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 42 | 43 | .SH "[中文版维护人]" 44 | .B 徐明 45 | .SH "[中文版最新更新]" 46 | .BR 2003/05/13 47 | .SH "《中国Linux论坛man手册页翻译计划》" 48 | .BI http://cmpp.linuxforum.net 49 | -------------------------------------------------------------------------------- /src/man1/read.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/readonly.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/return.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/rgview.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/rgvim.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/rvi.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/rview.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/rvim.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/set.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/setmetamode.1: -------------------------------------------------------------------------------- 1 | .TH SETMETAMODE 1 "09 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | setmetamode \- define the keyboard meta key handling 5 | 6 | .SH 总览 7 | .BI "setmetamode [ " meta | bit | metabit " | " esc | prefix | escprefix " ]" 8 | 9 | .SH 描述 10 | .PP 11 | 没有参数时, 12 | .B setmetamode 13 | 将打印当前 Meta 键模式; 有参数时, 设置所指出的 Meta 键模式. 14 | .LP 15 | The Meta key mode is specific for each VT (and the VT 16 | corresponding to stdin is used). 17 | 18 | .SH 选项 19 | .TP 20 | .I esc prefix escprefix 21 | The Meta key sends an Escape prefix. 22 | .TP 23 | .I meta bit metabit 24 | The Meta key sets the high order bit of the character. 25 | 26 | .SH 范例 27 | 28 | 可以用 29 | .B setmetamode 30 | 在 31 | .I /etc/rc 32 | 脚本中定义 Meta 键模式的初始状态. 例如, 可以如下设置: 33 | .RS 34 | INITTY=/dev/tty[1\-8] 35 | .br 36 | for tty in $INITTY; do 37 | .RS 38 | setmetamode escprefix < $tty 39 | .RE 40 | done 41 | .RE 42 | 43 | .SH "另见" 44 | .BR loadkeys (1). 45 | 46 | 47 | -------------------------------------------------------------------------------- /src/man1/sh.1: -------------------------------------------------------------------------------- 1 | .so man1/bash.1 2 | -------------------------------------------------------------------------------- /src/man1/shift.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/shopt.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/showfont.1: -------------------------------------------------------------------------------- 1 | .TH SHOWFONT 1 "28 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | showfont \- 展示当前"显示屏-字体 映射"中的所有字符. 5 | 6 | .SH 总览 7 | .B showfont 8 | 9 | .SH 描述 10 | .B showfont 11 | 利用8-bit控制台模式的 12 | .I Application Charset Map(应用字符集映射) 13 | 中一些连续的开关, 以当前字体在屏幕上展示所有的256个或512个字符. 14 | 15 | .SH "另见" 16 | .BR consolechars (8). 17 | 18 | .SH "[中文版维护人]" 19 | .B 姓名 20 | .SH "[中文版最新更新]" 21 | .B 2001/02/24 22 | .SH "《中国linux论坛man手册页翻译计划》:" 23 | .BI http://cmpp.linuxforum.net 24 | -------------------------------------------------------------------------------- /src/man1/sleep.1: -------------------------------------------------------------------------------- 1 | .TH SLEEP "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | sleep \- 延迟指定数量的时间 4 | .SH "总览 (SYNOPSIS)" 5 | .B sleep 6 | [\fIOPTION\fR]...\fI NUMBER\fR[\fISUFFIX\fR] 7 | .SH "描述 (DESCRIPTION)" 8 | .PP 9 | .\" Add any additional description here 10 | .PP 11 | 暂停 NUMBER 秒. SUFFIX 如果 是 s, 指 暂停 的 秒数, m 指 分钟, h 指 小时, 12 | d 代表 天数. 13 | .TP 14 | \fB\-\-help\fR 15 | 显示 帮助信息, 然后 结束 16 | .TP 17 | \fB\-\-version\fR 18 | 显示 版本信息, 然后 结束 19 | .SH "报告 BUGS" 20 | 发现的 bug 送往 . 21 | .SH "另见 (SEE ALSO)" 22 | .B sleep 23 | 的 完整文档 以 Texinfo 手册 的 格式 维护. 如果 正确 安装了 24 | .B info 25 | 和 26 | .B sleep 27 | 程序, 使用 命令 28 | .IP 29 | .B info sleep 30 | .PP 31 | 能够 访问到 完整 的 手册. 32 | .SH "版权 (COPYRIGHT)" 33 | Copyright \(co 1999 Free Software Foundation, Inc. 34 | .br 35 | This is free software; see the source for copying conditions. There is NO 36 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 37 | 38 | .SH "[中文版维护人]" 39 | .B 徐明 40 | .SH "[中文版最新更新]" 41 | .BR 2003/05/13 42 | .SH "《中国Linux论坛man手册页翻译计划》" 43 | .BI http://cmpp.linuxforum.net 44 | -------------------------------------------------------------------------------- /src/man1/source.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/stat.1: -------------------------------------------------------------------------------- 1 | .TH STAT 1 UNSUP 2 | .UC 4 3 | .SH NAME 4 | stat \- 打印信息节点(inode)内容 5 | .SH SYNOPSIS(总览) 6 | .B stat 7 | .I filename 8 | .I [filenames ... ] 9 | .SH DESCRIPTION(描述) 10 | .PP 11 | .I stat 12 | 打印出一个信息节点的内容,它们显示为对人可读的格式的\fIstat(2)\fR. 13 | .PP 14 | 下面是\fIstat\fR的一个示例输出: 15 | .nf 16 | File: \*(lq/\*(rq 17 | Size: 1024 Allocated Blocks: 2 Filetype: Directory 18 | Mode: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ system) 19 | Device: 0,0 Inode: 2 Links: 20 20 | Access: Wed Jan 8 12:40:16 1986(00000.00:00:01) 21 | Modify: Wed Dec 18 09:32:09 1985(00021.03:08:08) 22 | Change: Wed Dec 18 09:32:09 1985(00021.03:08:08) 23 | .fi 24 | .PP 25 | .SH DIAGNOSTICS(诊断) 26 | \*(lqCan't stat file\*(rq or \*(lqCan't lstat file\*(rq 通常意味着它不存在. 27 | \*(lqCan't readlink file\*(rq 暗示符号链接有错误. 28 | .SH SEE ALSO(另见) 29 | stat(2),ls(1) 30 | .SH AUTHOR(作者) 31 | Rich Kulawiec, Purdue University 32 | .SH BUGS 33 | 输出不是完全都可理解. 34 | .sp 1.5 35 | .ce 36 | NOT SUPPORTED BY PUCC 37 | 38 | .SH "[中文版维护人]" 39 | .B riser 40 | .SH "[中文版最新更新]" 41 | .BR 2001/08/08 42 | .SH "《中国linux论坛man手册页翻译计划》:" 43 | .BI http://cmpp.linuxforum.net 44 | -------------------------------------------------------------------------------- /src/man1/suspend.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/svn.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svn 1 5 | .SH NAME 6 | svn \- Subversion 命令行客户端工具 7 | .SH "SYNOPSIS 总览" 8 | .TP 9 | \fBsvn\fP \fIcommand\fP [\fIoptions\fP] [\fIargs\fP] 10 | .SH "OVERVIEW 概述" 11 | Subversion 是一个版本控制系统,允许保存旧版本的文件和目录 (通常是源代码),保存一个记录何人,何时,为何作出修改等等信息的日志,与 CVS,RCS 或者 SCCS 工具类似。 12 | \fBSubversion\fP 保存着主控源文件的单一拷贝。这份拷贝被称为代码 ``仓库'' (``repository'');它包含所有的信息,从而可以从中获取这些文件在先前任何时间的版本。 13 | . 14 | 要获得有关 Subversion 项目的更多信息,请访问 15 | http://subversion.tigris.org。 16 | . 17 | Subversion 及其工具的文档,包括对 \fBsvn\fP,\fBsvnadmin\fP,\fBsvnserve\fP 和 \fBsnvlook\fP 程序详细的使用说明和解释,历史背景,哲学探讨和追求等等,可以从 18 | http://svnbook.red-bean.com/ 19 | 找到。 20 | . 21 | 运行 `svn help' 来阅读内建的工具文档。 22 | -------------------------------------------------------------------------------- /src/man1/svnadmin.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svnadmin 1 5 | .SH NAME 6 | svnadmin \- Subversion 仓库管理工具 7 | .SH "SYNOPSIS 总览" 8 | .TP 9 | \fBsvnadmin\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP] 10 | .SH "OVERVIEW 概述" 11 | Subversion 是一个版本控制系统,允许保存旧版本的文件和目录 (通常是源代码),保存一个记录何人,何时,为何作出修改等等信息的日志,与 CVS,RCS 或者 SCCS 工具类似。 12 | \fBSubversion\fP 保存着主控源文件的单一拷贝。这份拷贝被称为代码 ``仓库'' (``repository'');它包含所有的信息,从而可以从中获取这些文件在先前任何时间的版本。 13 | . 14 | 要获得有关 Subversion 项目的更多信息,请访问 15 | http://subversion.tigris.org。 16 | . 17 | Subversion 及其工具的文档,包括对 \fBsvn\fP,\fBsvnadmin\fP,\fBsvnserve\fP 和 \fBsnvlook\fP 程序详细的使用说明和解释,历史背景,哲学探讨和追求等等,可以从 18 | http://svnbook.red-bean.com/ 19 | 找到。 20 | . 21 | 运行 `svnadmin help' 来阅读内建的工具文档。 22 | -------------------------------------------------------------------------------- /src/man1/svndumpfilter.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svndumpfilter 1 5 | .SH NAME 6 | svndumpfilter \- 过滤一个 Subversion 仓库的转储文件 `dumpfile'。 7 | .SH "SYNOPSIS 总览" 8 | .TP 9 | \fBsvndumpfilter\fP \fIcommand\fP [\fIoptions\fP & \fIargs\fP] 10 | .SH "OVERVIEW 概述" 11 | Subversion 是一个版本控制系统,允许保存旧版本的文件和目录 (通常是源代码), 12 | 保存一个记录何人,何时,为何作出修改等等信息的日志,与 CVS,RCS 或者 13 | SCCS 工具类似。\fBSubversion\fP 保存着主控源文件的单一拷贝。这份拷贝被称 14 | 为代码 ``仓库'' (``repository'');它包含所有的信息,从而可以从中获取这些文 15 | 件在先前任何时间的版本。 16 | 17 | 要获得有关 Subversion 项目的更多信息,请访问 18 | http://subversion.tigris.org。 19 | 20 | Subversion 及其工具的文档,包括对 \fBsvn\fP,\fBsvnadmin\fP, 21 | \fBsvnserve\fP 和 \fBsnvlook\fP 程序详细的使用说明和解释,历史背景,哲学 22 | 探讨和追求等等,可以从http://svnbook.red-bean.com/ 找到。 23 | 24 | 运行 `svndumpfilter help' 来阅读内建的工具文档。 25 | -------------------------------------------------------------------------------- /src/man1/svnlook.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svnlook 1 5 | .SH NAME 6 | svnlook \- Subversion 仓库检索工具 7 | .SH "SYNOPSIS 总览" 8 | .TP 9 | \fBsvnlook\fP \fIcommand\fP \fI/path/to/repos\fP [\fIoptions\fP] [\fIargs\fP] 10 | .SH "OVERVIEW 概述" 11 | Subversion 是一个版本控制系统,允许保存旧版本的文件和目录 (通常是源代码),保存一个记录何人,何时,为何作出修改等等信息的日志,与 CVS,RCS 或者 SCCS 工具类似。 12 | \fBSubversion\fP 保存着主控源文件的单一拷贝。这份拷贝被称为代码 ``仓库'' (``repository'');它包含所有的信息,从而可以从中获取这些文件在先前任何时间的版本。 13 | 14 | 要获得有关 Subversion 项目的更多信息,请访问 15 | http://subversion.tigris.org。 16 | 17 | Subversion 及其工具的文档,包括对 \fBsvn\fP,\fBsvnadmin\fP,\fBsvnserve\fP 和 \fBsnvlook\fP 程序详细的使用说明和解释,历史背景,哲学探讨和追求等等,可以从 18 | http://svnbook.red-bean.com/ 19 | 找到。 20 | 21 | 运行 `svnlook help' 来阅读内建的工具文档。 22 | -------------------------------------------------------------------------------- /src/man1/svnversion.1: -------------------------------------------------------------------------------- 1 | .\" You can view this file with: 2 | .\" nroff -man [filename] 3 | .\" 4 | .TH svnversion 1 5 | .SH NAME 6 | svnversion \- 为工作代码产生一个紧缩的 (compat) 版本号。 7 | .SH "SYNOPSIS 总览" 8 | .TP 9 | \fBsvnversion\fP wc_path [\fItrail_url\fP] 10 | .SH "OVERVIEW 概述" 11 | Subversion 是一个版本控制系统,允许保存旧版本的文件和目录 (通常是源代码),保存一个记录何人,何时,为何作出修改等等信息的日志,与 CVS,RCS 或者 SCCS 工具类似。 12 | \fBSubversion\fP 保存着主控源文件的单一拷贝。这份拷贝被称为代码 ``仓库'' (``repository'');它包含所有的信息,从而可以从中获取这些文件在先前任何时间的版本。 13 | . 14 | 要获得有关 Subversion 项目的更多信息,请访问 15 | http://subversion.tigris.org。 16 | . 17 | Subversion 及其工具的文档,包括对 \fBsvn\fP,\fBsvnadmin\fP,\fBsvnserve\fP 和 \fBsnvlook\fP 程序详细的使用说明和解释,历史背景,哲学探讨和追求等等,可以从 18 | http://svnbook.red-bean.com/ 19 | 找到。 20 | . 21 | 运行不带参数的 `svnversion' 来阅读内建的工具文档。 22 | -------------------------------------------------------------------------------- /src/man1/sync.1: -------------------------------------------------------------------------------- 1 | .TH SYNC "1" "January 2000" "GNU fileutils 4.0p" FSF 2 | .SH NAME 3 | sync \- 清空文件系统缓冲区 4 | .SH "总览 (SYNOPSIS)" 5 | .B sync 6 | [\fIOPTION\fR] 7 | .SH "描述 (DESCRIPTION)" 8 | .PP 9 | 强迫把更改的块写入磁盘, 并更新超级块。 10 | .TP 11 | \fB\-\-help\fR 12 | 显示帮助然后终止。 13 | .TP 14 | \fB\-\-version\fR 15 | 显示版本信息然后终止。 16 | .SH "作者 (AUTHOR)" 17 | Jim Meyering 18 | .SH "报告错误 (REPORTING BUGS)" 19 | 把错误报告给 . 20 | .SH "版权 (COPYRIGHT)" 21 | 版权所有 \(co 1999 自由软件基金会 22 | .br 23 | 这一程序是自由软件; 拷贝条件见源文件。 24 | 没有任何担保; 甚至没有适合特定目的的隐含的担保。 25 | .SH "参见 (SEE ALSO)" 26 | .B sync 27 | 的完整的文档是用 Texinfo 手册也写成的。 如果安装了 28 | .B info 29 | 和 30 | .B sync 31 | 程序, 用命令 32 | .IP 33 | .B info sync 34 | .PP 35 | 便可以得到完整的手册。 36 | 37 | .SH "[中文版维护人]" 38 | .B 唐友 \ 39 | .SH "[中文版最新更新]" 40 | .BR 2001/8/30 41 | .SH "[中国Linux论坛man手册页翻译计划]" 42 | .BI http://cmpp.linuxforum.net 43 | -------------------------------------------------------------------------------- /src/man1/tee.1: -------------------------------------------------------------------------------- 1 | .TH TEE "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | tee \- 从标准输入写往文件和标准输出 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B tee 7 | [\fIOPTION\fR]... [\fIFILE\fR]... 8 | 9 | .SH "描述 (DESCRIPTION)" 10 | .PP 11 | .\" Add any additional description here 12 | .PP 13 | 把 标准输入 的 数据 复制到 每一个 文件 FILE, 同时 送往 标准输出. 14 | .TP 15 | \fB\-a\fR, \fB\-\-append\fR 16 | 追加到 给出的 文件, 而不是 覆盖 17 | .TP 18 | \fB\-i\fR, \fB\-\-ignore\-interrupts\fR 19 | 忽略 中断信号 20 | .TP 21 | \fB\-\-help\fR 22 | 显示 帮助信息, 然后 结束 23 | .TP 24 | \fB\-\-version\fR 25 | 显示 版本信息, 然后 结束 26 | 27 | .SH "报告 BUGS" 28 | 发现的 bug 送往 . 29 | 30 | .SH "另见 (SEE ALSO)" 31 | .B tee 32 | 的 完整文档 以 Texinfo 手册 的 格式 维护. 如果 正确 安装了 33 | .B info 34 | 和 35 | .B tee 36 | 程序, 使用 命令 37 | .IP 38 | .B info tee 39 | .PP 40 | 能够 访问到 完整 的 手册. 41 | 42 | .SH "版权 (COPYRIGHT)" 43 | Copyright \(co 1999 Free Software Foundation, Inc. 44 | .br 45 | This is free software; see the source for copying conditions. There is NO 46 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 47 | 48 | .SH "[中文版维护人]" 49 | .B 徐明 50 | .SH "[中文版最新更新]" 51 | .BR 2003/05/13 52 | .SH "《中国Linux论坛man手册页翻译计划》" 53 | .BI http://cmpp.linuxforum.net 54 | -------------------------------------------------------------------------------- /src/man1/times.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/trap.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/true.1: -------------------------------------------------------------------------------- 1 | .TH TRUE "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | true \- (成功的)什么都不做 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B true 7 | [\fI忽略命令行参数\fR] 8 | .br 9 | .B true 10 | \fIOPTION\fR 11 | 12 | .SH "描述 (DESCRIPTION)" 13 | .PP 14 | .\" Add any additional description here 15 | .PP 16 | .\"用 表示 成功 的 状态代码 结束 程序. 17 | 程序 结束 时, 产生 表示 成功 的 状态码. 18 | .PP 19 | 下列的 选项 没有 简写 形式. 20 | .TP 21 | \fB\-\-help\fR 22 | 显示 帮助信息, 然后 退出. 23 | .TP 24 | \fB\-\-version\fR 25 | 显示 版本信息, 然后 退出. 26 | 27 | .SH "报告 BUGS" 28 | 发现 的 错误 送往 . 29 | .SH "另见 (SEE ALSO)" 30 | .B true 31 | 的 完整 文档 以 Texinfo 手册 形式 维护. 如果 正确 安装 了 32 | .B info 33 | 和 34 | .B true 35 | 程序, 用 命令 36 | .IP 37 | .B info true 38 | .PP 39 | 能够 访问到 完整 的 手册. 40 | 41 | .SH "版权 (COPYRIGHT)" 42 | Copyright \(co 1999 Free Software Foundation, Inc. 43 | .br 44 | This is free software; see the source for copying conditions. There is NO 45 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 46 | 47 | .SH "[中文版维护人]" 48 | .B 徐明 49 | .SH "[中文版最新更新]" 50 | .BR 2003/05/13 51 | .SH "《中国Linux论坛man手册页翻译计划》" 52 | .BI http://cmpp.linuxforum.net 53 | -------------------------------------------------------------------------------- /src/man1/tty.1: -------------------------------------------------------------------------------- 1 | .TH TTY "1" "August 1999" "GNU sh-utils 2.0" FSF 2 | .SH NAME 3 | tty \- 显示连接标准输入的终端的文件名 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B tty 7 | [\fIOPTION\fR]... 8 | 9 | .SH "描述 (DESCRIPTION) 10 | .PP 11 | .\" Add any additional description here 12 | .PP 13 | 显示 连接 标准输入 的 终端 的 文件名. 14 | .TP 15 | \fB\-s\fR, \fB\-\-silent\fR, \fB\-\-quiet\fR 16 | 什么 都 不显示, 仅仅 返回 一个 退出状态 17 | .TP 18 | \fB\-\-help\fR 19 | 显示 帮助信息, 然后 结束 20 | .TP 21 | \fB\-\-version\fR 22 | 显示 版本信息, 然后 结束 23 | 24 | .SH "报告 BUGS" 25 | 发现的 bug 送往 . 26 | 27 | .SH "另见 (SEE ALSO)" 28 | .B tty 29 | 的 完整文档 以 Texinfo 手册 的 格式 维护. 如果 正确 安装了 30 | .B info 31 | 和 32 | .B tty 33 | 程序, 使用 命令 34 | .IP 35 | .B info tty 36 | .PP 37 | 能够 访问到 完整 的 手册. 38 | 39 | .SH "版权 (COPYRIGHT)" 40 | Copyright \(co 1999 Free Software Foundation, Inc. 41 | .br 42 | This is free software; see the source for copying conditions. There is NO 43 | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 44 | 45 | .SH "[中文版维护人]" 46 | .B 徐明 47 | .SH "[中文版最新更新]" 48 | .BR 2003/05/13 49 | .SH "《中国Linux论坛man手册页翻译计划》" 50 | .BI http://cmpp.linuxforum.net 51 | -------------------------------------------------------------------------------- /src/man1/type.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/typeset.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/ulimit.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/umask.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/unalias.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/unicode_start.1: -------------------------------------------------------------------------------- 1 | .TH UNICODE_START 1 "28 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | unicode_start \- 将控制台设为Unicode模式. 5 | 6 | .SH 总览 7 | .B unicode_start 8 | .BI [ " font " [ " screen-font-map " "] ]" 9 | 10 | .SH 描述 11 | .B unicode_start 12 | 命令将显示屏及键盘设为 13 | .IR "Unicode 模式" , 14 | 并且有 15 | 可能还会装载所用的 16 | .I 字体 17 | 和 18 | .IR "显示屏-字体 映射" . 19 | 如果没有给出 20 | 参数,就使用当前的 21 | .I 字体 22 | 和 23 | .IR "显示屏-字体 映射" . 24 | 25 | .SH BUGS 26 | 如果没有装载"显示屏-字体 映射", 可能会有麻烦. 27 | 28 | .SH "另见" 29 | .BR unicode_stop (1), 30 | .BR consolechars (8). 31 | 32 | -------------------------------------------------------------------------------- /src/man1/unicode_stop.1: -------------------------------------------------------------------------------- 1 | .TH UNICODE_STOP 1 "28 Oct 1997" "控制台工具" "Linux 用户手册" 2 | 3 | .SH NAME 4 | unicode_stop \- 撤销控制台unicode模式(例如, 回到8-bit模式). 5 | 6 | .SH 总览 7 | .B unicode_stop 8 | 9 | .SH 描述 10 | .B unicode_stop 11 | 撤销以前 12 | .BR unicode_start (1) 13 | 命令的效果, 将显示 14 | 屏和键盘设回到 15 | .IR "8-bit 模式" . 16 | 17 | .SH "另见" 18 | .BR unicode_start (1), 19 | .BR consolechars (8). 20 | 21 | -------------------------------------------------------------------------------- /src/man1/unset.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/uptime.1: -------------------------------------------------------------------------------- 1 | .\" -*-Nroff-*- 2 | .\" 3 | .TH UPTIME 1 "1993年1月26日" "Cohesive Systems" "Linux User's Manual" 4 | .SH NAME(名称) 5 | uptime \- 告知系统运行了多久时间. 6 | .SH SYNOPSIS(总览) 7 | .B uptime 8 | .br 9 | .BR uptime " [" "\-V" ] 10 | .SH DESCRIPTION(描述) 11 | .B uptime 12 | 给出下列信息的一行显示. 13 | 当前时间, 14 | 系统运行了多久时间, 15 | 当前登陆的用户有多少, 16 | 以及前1,5和15分钟系统的平均负载. 17 | .sp 18 | 这与通过 19 | .BR w (1) 20 | 显示的首行包括的信息相同. 21 | .SH FILES(相关文件) 22 | .IR /var/run/utmp " 关于当前谁在登录的信息" 23 | .br 24 | .IR /proc " 进程信息" 25 | .SH AUTHORS(作者) 26 | Larry Greenfield 和 27 | Michael K. Johnson . 28 | 29 | 请将bug的报告发到 30 | .SH "SEE ALSO"(另见) 31 | .BR ps (1), 32 | .BR top (1), 33 | .BR utmp (5), 34 | .BR w (1) 35 | 36 | .SH "[中文版维护人]" 37 | .B riser 38 | .SH "[中文版最新更新]" 39 | .BR 2001/08/08 40 | .SH "《中国linux论坛man手册页翻译计划》:" 41 | .BI http://cmpp.linuxforum.net 42 | -------------------------------------------------------------------------------- /src/man1/usleep.1: -------------------------------------------------------------------------------- 1 | .TH USLEEP 1 "Red Hat, Inc" \" -*- nroff -*- 2 | .SH NAME 3 | usleep \- 睡眠若干微秒 4 | .SH "总览 (SYNOPSIS)" 5 | .B usleep 6 | [\fInumber\fP] 7 | .SH "描述 (DESCRIPTION)" 8 | .B usleep 9 | 睡眠 指定的 微秒数. 缺省值 是 1. 10 | .SH "选项 (OPTIONS)" 11 | \fI--usage\fP 12 | 显示 简短 的 使用方法. 13 | .TP 14 | \fI--help, -?\fP 15 | 显示 帮助信息. 16 | .TP 17 | \fI-v, --version\fP 18 | 显示 版本信息. 19 | .SH BUGS 20 | 在 许多 机器 上, 微秒 计数 不够 精确. 精度 只能 到达 -4 或 -5 (注:10的指数). 21 | 22 | .SH "作者 (AUTHOR)" 23 | Donald Barnes 24 | .br 25 | Erik Troan 26 | 27 | .SH "[中文版维护人]" 28 | .B 徐明 29 | .SH "[中文版最新更新]" 30 | .BR 2003/05/13 31 | .SH "《中国Linux论坛man手册页翻译计划》" 32 | .BI http://cmpp.linuxforum.net 33 | -------------------------------------------------------------------------------- /src/man1/vi.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/view.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/vim.1: -------------------------------------------------------------------------------- 1 | .so man1/gvim.1 2 | -------------------------------------------------------------------------------- /src/man1/vimtutor.1: -------------------------------------------------------------------------------- 1 | .TH VIMTUTOR 1 "1998 December 28" 2 | 3 | .SH NAME 4 | vimtutor \- Vim 教程 5 | 6 | .SH "总览 (SYNOPSIS)" 7 | .br 8 | .B vimtutor 9 | 10 | .SH "描述 (DESCRIPTION)" 11 | .B Vimtutor 12 | 打开 13 | .B Vim 14 | 教程。 它首先 考备 文件, 这样 就可以 在 不改变 原文件 的 15 | 情况下 修改 当前文件。 16 | .PP 17 | .B Vimtutor 18 | 对 那些 想 学习 一些 基本的 19 | .B Vim 20 | 命令 的人 是 很有用的。 21 | .PP 22 | 这个 命令 没有 任何选项 或 参数。 23 | .B Vim 24 | 总是 以 Vi 蒹容模式 打开的。 25 | .SH "文件 (FILES)" 26 | .TP 15 27 | /usr/share/vim/vim56/tutor/tutor 28 | .B Vimtutor 29 | 文本文件. 30 | 31 | .SH "作者 (AUTHOR)" 32 | .B Vimtutor 33 | 最早是 Michael C. Pierce 和 科罗拉多 矿业学院(Colorado School of Mines) 34 | 的 Robert K. Ware 根据 科罗拉多 州立大学(Colorado State University) 35 | 的 Charles Smith 提出的 思想 为 Vi 写的. 36 | 电子邮件: bware@mines.colorado.edu。 37 | .br 38 | Bram Moolenaar 专门为 39 | .B Vim 40 | 修改 了它。 41 | 42 | .SH "参见 (SEE ALSO)" 43 | vim(1) 44 | 45 | .SH "[中文版维护人]" 46 | .B 唐友 \ 47 | .SH "[中文版最新更新]" 48 | .BR 2001/9/3 49 | .SH "[中国Linux论坛man手册页翻译计划]" 50 | .BI http://cmpp.linuxforum.net 51 | -------------------------------------------------------------------------------- /src/man1/virtex.1: -------------------------------------------------------------------------------- 1 | .so man1/tex.1 2 | -------------------------------------------------------------------------------- /src/man1/wait.1: -------------------------------------------------------------------------------- 1 | .so man1/builtins.1 2 | -------------------------------------------------------------------------------- /src/man1/wall.1: -------------------------------------------------------------------------------- 1 | .TH WALL 1 "10 October 1994" "" "Linux User's Manual" 2 | 3 | .SH NAME 4 | wall -- 向所有人的终端发送消息 5 | 6 | .SH "总览 (SYNOPSIS)" 7 | .B wall 8 | .RB [ " message " ] 9 | 10 | .SH "描述 (DESCRIPTION)" 11 | .B Wall 12 | 向 所有 登录的 并且 \fImesg\fP(1) 权限 设为 \fByes\fP 的 用户 发送 消息. 消息 13 | 可以 作为 \fIwall\fP 的 一个 参数, 或者 \fIwall\fP 的 标准 输入. 当 把 终端 14 | 作为 标准 输入 时, 消息 应该 以 \fBEOF\fP 键 结束 (一般 来说 是 Control-D). 15 | 16 | .SH "参见 (SEE ALSO)" 17 | mesg(1). 18 | 19 | .SH "作者 (AUTHOR)" 20 | Miquel van Smoorenburg, miquels@cistron.nl 21 | 22 | .SH "[中文版维护人]" 23 | .B 唐友 \ 24 | .SH "[中文版最新更新]" 25 | .BR 2001/10/9 26 | .SH "[中国Linux论坛man手册页翻译计划]" 27 | .BI http://cmpp.linuxforum.net 28 | -------------------------------------------------------------------------------- /src/man1/whatis.1: -------------------------------------------------------------------------------- 1 | .\" 2 | .\" Generated automatically from whatis.1.in by the 3 | .\" configure script. 4 | .\" 5 | .\" Man page for whatis 6 | .\" 7 | .\" Copyright (c) 1990, 1991, John W. Eaton. 8 | .\" 9 | .\" You may distribute under the terms of the GNU General Public 10 | .\" License as specified in the README file that comes with the man 1.0 11 | .\" distribution. 12 | .\" 13 | .\" John W. Eaton 14 | .\" jwe@che.utexas.edu 15 | .\" Department of Chemical Engineering 16 | .\" The University of Texas at Austin 17 | .\" Austin, Texas 78712 18 | .\" 19 | .TH whatis 1 "Jan 5, 1991" 20 | .SH NAME 21 | whatis \- 在 whatis 数据库里查找完整的单词 22 | .SH "总览 (SYNOPSIS)" 23 | .BI whatis 24 | keyword ... 25 | .SH "描述 (DESCRIPTION)" 26 | whatis 命令在一些特定的包含系统命令的简短描述的数据库文件里查找关键字, 然后把 27 | 结果送到标准输出。 查找的内容必须完全匹配关键字的才会输出。 28 | whatis 数据库文件是用 /usr/sbin/makewhatis 命令建立的。 29 | .SH "参见 (SEE ALSO)" 30 | apropos(1), man(1). 31 | 32 | .SH "[中文版维护人]" 33 | .B 唐友 \ 34 | .SH "[中文版最新更新]" 35 | .BR 2001/9/8 36 | .SH "[中国Linux论坛man手册页翻译计划]" 37 | .BI http://cmpp.linuxforum.net 38 | -------------------------------------------------------------------------------- /src/man1/yes.1: -------------------------------------------------------------------------------- 1 | .TH YES "1" "1999年8月" "GNU sh-utils 2.0" FSF 2 | .SH NAME(名称) 3 | yes \- 不断输出一个字符串,直到杀死其为止 4 | .SH SYNOPSIS(总览) 5 | .B yes 6 | [\fIOPTION\fR]... [\fISTRING\fR]... 7 | .SH DESCRIPTION(描述) 8 | .PP 9 | .\" 在这儿添加任何附加的描述信息 10 | .PP 11 | 不断输出包括所有指定STRING(s)的一行,或者是`y'. 12 | .TP 13 | \fB\-\-help\fR 14 | 显示帮助并退出 15 | .TP 16 | \fB\-\-version\fR 17 | 输出版本信息并退出 18 | .SH "REPORTING BUGS"(报告BUGS) 19 | 报告bugs,请发到 20 | .SH "SEE ALSO"(另见) 21 | .B yes 22 | 的完整文档以Texinfo手册的形式维护.如果你正确安装了 23 | .B info 24 | 和 25 | .B yes 26 | 程序,那么命令 27 | .IP 28 | .B info yes 29 | .PP 30 | 应该可让你访问到整个手册. 31 | .SH COPYRIGHT 32 | Copyright \(co 1999 Free Software Foundation, Inc. 33 | .br 34 | 这是自由软件;参看复制条件的源文件.不承担任何责任;更不用说商业性或针对特定目的的适 35 | 用性. 36 | 37 | .SH "[中文版维护人]" 38 | .B riser 39 | .SH "[中文版最新更新]" 40 | .BR 2001/08/08 41 | .SH "《中国linux论坛man手册页翻译计划》:" 42 | .BI http://cmpp.linuxforum.net 43 | -------------------------------------------------------------------------------- /src/man1/ypchfn.1: -------------------------------------------------------------------------------- 1 | .so man1/yppasswd.1 2 | -------------------------------------------------------------------------------- /src/man1/ypchsh.1: -------------------------------------------------------------------------------- 1 | .so man1/yppasswd.1 2 | -------------------------------------------------------------------------------- /src/man1/zcat.1: -------------------------------------------------------------------------------- 1 | .so man1/gzip.1 2 | -------------------------------------------------------------------------------- /src/man1/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.1: $(srcdir)/../%.1 9 | cp $< $@ 10 | else !UTF8 11 | %.1: $(srcdir)/../%.1 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif !UTF8 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man1/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.1: $(srcdir)/../%.1 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.1: $(srcdir)/../%.1 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man1/zless.1: -------------------------------------------------------------------------------- 1 | .TH ZLESS 1 2 | .SH NAME 3 | zless \- 用于在显示器上阅读被压缩的文本文件的过滤器 4 | 5 | .SH "总览 (SYNOPSIS)" 6 | .B zless 7 | [ name ... ] 8 | 9 | .SH "描述 (DESCRIPTION)" 10 | .I Zless 11 | 是一个文件过滤器, 用于在终端上全屏幕形式查看压缩的或没压缩的文本文件. 12 | 它等于把环境变量 PAGER 设置为 13 | .I less, 14 | 然后运行 zmore. 但是很多人认为 15 | .I zless 16 | 命令很重要, 值得提供. 17 | 18 | .SH "另见 (SEE ALSO)" 19 | zmore(1), less(1) 20 | 21 | .SH "[中文版维护人]" 22 | .B 徐明 23 | .SH "[中文版最新更新]" 24 | .BR 2004/02/8 25 | .SH "《中国Linux论坛man手册页翻译计划》" 26 | .BI http://cmpp.linuxforum.net 27 | 28 | 29 | -------------------------------------------------------------------------------- /src/man2/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man2/create_module.2: -------------------------------------------------------------------------------- 1 | .TH create_module 2 "" 2 | .SH NAME 3 | create_module - 生成一条可加载模块记录. 4 | .SH 总览 5 | .B #include 6 | .sp 7 | caddr_t create_module(const char *name, size_t size); 8 | .SH 描述 9 | create_module试图生成一条可加载模块的记录并保留用来容纳模块的内核空间内存.该 10 | 系统调用只对超级用户开放. 11 | .SH 返回值 12 | 成功时返回模块驻留的内核空间地址,错误时返回-1,errno被相应设置. 13 | .SH 错误 14 | .TP 15 | EPERM 16 | 用户非超级用户. 17 | .TP 18 | EEXIST 19 | 相同名字的模块已经存在. 20 | .TP 21 | EINVAL 22 | 要求的大小即使对模块的头信息来说也太小. 23 | .TP 24 | ENOMEM 25 | 内核无法给模块分配足够的连续的内存块. 26 | .TP 27 | EFAULT 28 | name 越出了程序可访问的地址空间. 29 | 30 | .SH 31 | "雷勇" 32 | -------------------------------------------------------------------------------- /src/man2/manpages: -------------------------------------------------------------------------------- 1 | MANPAGES = accept.2 bind.2 close.2 create_module.2 execve.2 init_module.2 listen.2 open.2 query_module.2 read.2 send.2 write.2 2 | -------------------------------------------------------------------------------- /src/man2/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.2: $(srcdir)/../%.2 9 | cp $< $@ 10 | else !UTF8 11 | %.2: $(srcdir)/../%.2 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man2/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.2: $(srcdir)/../%.2 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.2: $(srcdir)/../%.2 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man3/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man3/clearerr.3: -------------------------------------------------------------------------------- 1 | .so man3/ferror.3 2 | -------------------------------------------------------------------------------- /src/man3/fdopen.3: -------------------------------------------------------------------------------- 1 | .so man3/fopen.3 2 | -------------------------------------------------------------------------------- /src/man3/feof.3: -------------------------------------------------------------------------------- 1 | .so man3/ferror.3 2 | -------------------------------------------------------------------------------- /src/man3/fileno.3: -------------------------------------------------------------------------------- 1 | .so man3/ferror.3 2 | -------------------------------------------------------------------------------- /src/man3/freopen.3: -------------------------------------------------------------------------------- 1 | .so man3/fopen.3 2 | -------------------------------------------------------------------------------- /src/man3/manpages: -------------------------------------------------------------------------------- 1 | MANPAGES = basename.3 bindtextdomain.3 bzero.3 cbdsrq.3 clearerr.3 exec.3 exit.3 fclose.3 fcloseall.3 fdopen.3 feof.3 ferror.3 fflush.3 fileno.3 flockfile.3 fopen.3 freopen.3 iconv_close.3 iconv_open.3 setbuf.3 setbuffer.3 setlinebuf.3 setlocale.3 setvbuf.3 stderr.3 stdin.3 stdio.3 stdout.3 strcoll.3 strxfrm.3 ulimit.3 unlocked_stdio.3 zdrot.3 zdrscl.3 2 | -------------------------------------------------------------------------------- /src/man3/setbuffer.3: -------------------------------------------------------------------------------- 1 | .so man3/setbuf.3 2 | -------------------------------------------------------------------------------- /src/man3/setlinebuf.3: -------------------------------------------------------------------------------- 1 | .so man3/setbuf.3 2 | -------------------------------------------------------------------------------- /src/man3/setvbuf.3: -------------------------------------------------------------------------------- 1 | .so man3/setbuf.3 2 | -------------------------------------------------------------------------------- /src/man3/stderr.3: -------------------------------------------------------------------------------- 1 | .so man3/stdin.3 2 | -------------------------------------------------------------------------------- /src/man3/stdout.3: -------------------------------------------------------------------------------- 1 | .so man3/stdin.3 2 | -------------------------------------------------------------------------------- /src/man3/zdrscl.3: -------------------------------------------------------------------------------- 1 | .TH ZDRSCL 3 "15 June 2000" "LAPACK version 3.0" 2 | .SH NAME 3 | ZDRSCL \- 使用实数量 1/a 乘一个 n 维复向量 4 | .SH "总览 SYNOPSIS" 5 | .TP 19 6 | SUBROUTINE ZDRSCL( 7 | N, SA, SX, INCX ) 8 | .TP 19 9 | .ti +4 10 | INTEGER 11 | INCX, N 12 | .TP 19 13 | .ti +4 14 | DOUBLE 15 | PRECISION SA 16 | .TP 19 17 | .ti +4 18 | COMPLEX*16 19 | SX( * ) 20 | .SH "目的 PURPOSE" 21 | ZDRSCL 使实数量 1/a 与 n 维复向量相乘。只要最终结果 x/a 不会上溢或下溢,那么这个函数也不会。 22 | .br 23 | 24 | .SH "参数 ARGUMENTS" 25 | .TP 8 26 | N (输入) 整型 27 | 向量 x 的分量个数 28 | .TP 8 29 | SA (输入) 双精度 30 | 数量 a,用来除 x 的每个分量。SA 必须大于0,否则这个子过程将除以零 31 | .TP 8 32 | SX (输入/输出) 16个复数的阵列 (COMPLEX*16 array),dimension 33 | (1+(N-1)*abs(INCX)) 34 | The n-element vector x. 35 | .TP 8 36 | INCX (输入) 整型 37 | 向量 SX 连续值间的步进 38 | > 0: SX(1) = X(1) 且 SX(1+(i-1)*INCX) = x(i), 1< i<= n 39 | 40 | .SH "[中文版维护人]" 41 | .B bbbush 42 | .br 43 | 不会翻译这些非常专业的 manl 文档,看样子不会继续了 44 | .SH "[中文版最新更新]" 45 | .B 2003.11.22 46 | .SH "《中国linux论坛man手册页翻译计划》:" 47 | .BI http://cmpp.linuxforum.net 48 | -------------------------------------------------------------------------------- /src/man3/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.3: $(srcdir)/../%.3 9 | cp $< $@ 10 | else !UTF8 11 | %.3: $(srcdir)/../%.3 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man3/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.3: $(srcdir)/../%.3 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.3: $(srcdir)/../%.3 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man4/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man4/manpages: -------------------------------------------------------------------------------- 1 | MANPAGES = console_codes.4 fifo.4 hd.4 2 | -------------------------------------------------------------------------------- /src/man4/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.4: $(srcdir)/../%.4 9 | cp $< $@ 10 | else !UTF8 11 | %.4: $(srcdir)/../%.4 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man4/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.4: $(srcdir)/../%.4 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.4: $(srcdir)/../%.4 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man5/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man5/group.5: -------------------------------------------------------------------------------- 1 | .\" 版权所有(c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 2 | .\" 3 | .\" 这是免费的文档;你可以遵照自由软件基金会出版的GNU通用出版许可版本2或者更高版本的条例来重新发布和/或修改它. 4 | .\" 5 | .\" GNU通用出版许可中涉及到的"目标代码(object code)"和"可执行程序(executables)"可解释为任意文档格式化的输出或者排版系统,包括中间的和已输出的结果. 6 | .\" 7 | .\" 该文档的发布寄望于能够实用,但并不做任何担保;甚至也不提供隐含的商品性的保证或者针对特殊目的的适用性.参见GNU通用版权许可以获知详情. 8 | .\" 9 | .\" 你应该接收到与本文档一同发布的GNU通用版权许可的副本;如果没有,请写信到自由软件基金会(Free Software Foundation), Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. 10 | .\" 11 | .\" 于1993年1月24日星期六17:06:03由Rik Faith (faith@cs.unc.edu)修改 12 | .TH GROUP 5 "1992年12月29日" "Linux" "Linux Programmer's Manual(Linux程序员手册)" 13 | .SH NAME(名称) 14 | group \- 用户组文件 15 | .SH DESCRIPTION(描述) 16 | \fB/etc/group\fp 是一个ASCII码的文件,它定义了用户所属的组.文件中每行包括一条记录,其格式如下: 17 | .sp 18 | .RS 19 | group_name:passwd:GID:user_list 20 | .RE 21 | .sp 22 | 字段描述如下: 23 | .IP group_name 24 | 组名 25 | .IP password 26 | (加密的)组密码.如果该字段为空,则不需要密码. 27 | .IP GID 28 | 组的数字标识. 29 | .IP user_list 30 | 组内所有成员的用户名,以逗号分隔. 31 | .SH FILES(相关文件) 32 | /etc/group 33 | .SH "SEE ALSO"(另见) 34 | .BR login "(1), " newgrp "(1), " passwd (5) 35 | -------------------------------------------------------------------------------- /src/man5/issue.5: -------------------------------------------------------------------------------- 1 | .\" 2 | .\" 版权所有(c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 3 | .\" 4 | .\" 这是免费的文档;你可以遵照自由软件基金会出版的GNU通用出版许可版本2或者更高版本的条例来重新发布和/或修改它. 5 | .\" 6 | .\" GNU通用出版许可中涉及到的"目标代码(object code)"和"可执行程序(executables)"可解释为任意文档格式化的输出或者排版系统,包括中间的和已输出的结果. 7 | .\" 8 | .\" 该文档的发布寄望于能够实用,但并不做任何担保;甚至也不提供隐含的商品性的保证或者针对特殊目的的适用性.参见GNU通用版权许可以获知详情. 9 | .\" 10 | .\" 你应该接收到与本文档一同发布的GNU通用版权许可的副本;如果没有,请写信到自由软件基金会(Free Software Foundation), Inc., 59 Temple Place, Suite 330, Boston, MA 02111, USA. 11 | .\" 12 | .\" 于1993年1月25日星期日11:06:22由Rik Faith 修改 13 | .\" 于1996年10月21日星期一17:47:19 EDT由Eric S. Raymond 修改 14 | .TH ISSUE 5 "1993年7月24日" "Linux" "Linux Programmer's Manual(Linux程序员手册)" 15 | .SH NAME (名称) 16 | issue \- 登录前的信息和标识文件 17 | .SH DESCRIPTION (描述) 18 | \fB/etc/issue\fP 是一个文本文件,它包含了在登录提示符出现之前显示的信息 19 | 或者系统标识.如果 20 | .BR getty (1) 21 | 支持的话,它可能包括多个 \fB\@\fIchar\fP 和 \fB\e\fP\fIchar\fP 序列. 22 | .SH FILES (相关文件) 23 | /etc/issue 24 | .SH "SEE ALSO"(另见) 25 | .BR getty (1), 26 | .BR motd (5) 27 | 28 | .SH "[中文版维护人]" 29 | .B riser 30 | .SH "[中文版最新更新]" 31 | .BR 2001/07/19 32 | .SH "《中国linux论坛man手册页翻译计划》:" 33 | .BI http://cmpp.linuxforum.net 34 | -------------------------------------------------------------------------------- /src/man5/man.conf.5: -------------------------------------------------------------------------------- 1 | .so man5/man.config.5 2 | -------------------------------------------------------------------------------- /src/man5/man.config.5: -------------------------------------------------------------------------------- 1 | .\" @(#)man.conf 2 | .TH MAN.CONF 5 "30 Mar 1994" 3 | .SH NAME 4 | man.conf \- man 的 设 定 资 料 5 | .SH "描述" 6 | .LP 7 | .BR man (1) 8 | man(1) 会 读 取 本 档 。 man.conf 的 内 容 包 含 了 (a) 如 何 建 立 man 搜 寻 路 径 的 资 讯 , (b) man 所 使 用 的 程 式 ( nroff, egn, tbl 等 等 ) 的 完 整 路 径 设 定 (c) 对 特 定 副 档 名 的 解 压 缩 程 式 。 9 | .PP 10 | 若 需 特 别 指 定 设 定 档 可 利 用 : 11 | .LP 12 | .RS 13 | man -C private_man.conf ... 14 | .RE 15 | .LP 16 | man.conf 中 的 指 令 可 附 加 选 项 。 nroff 的 常 用 选 项 可 在 grotty(1) 找 到 。 例 如 , 为 了 取 代 默 认 值 17 | .LP 18 | .RS 19 | .nf 20 | NROFF /usr/bin/groff -mandoc -Tlatin1 21 | .fi 22 | .RE 23 | .LP 24 | 我 们 可 以 用 25 | .LP 26 | .RS 27 | .nf 28 | NROFF /usr/bin/groff -mandoc -Tlatin1 -P-u -P-b 29 | .fi 30 | .RE 31 | .LP 32 | 以 抑 制 底 线 与 重 打 的 功 能 。 33 | .SH "文件 FILES" 34 | .I "@man_config_file@" 35 | .SH "参见 SEE ALSO" 36 | col(1), (g)eqn(1), (g)pic(1), groff(1), grotty(1), (g)refer(1), (g)tbl(1), 37 | less(1), man (1) and compress(1), gzip(1). 38 | 39 | 40 | .SH "[中文版维护人]" 41 | .B 软件教程之Linux Man 42 | .SH "[中文版最新更新]" 43 | .B 2001.01.01 44 | .SH "《中国linux论坛man手册页翻译计划》:" 45 | .BI http://cmpp.linuxforum.net 46 | -------------------------------------------------------------------------------- /src/man5/manpages: -------------------------------------------------------------------------------- 1 | MANPAGES = acct.5 aliases.5 environ.5 fs.5 ftpaccess.5 group.5 host.conf.5 info.5 inittab.5 ipc.5 issue.5 keymaps.5 lilo.conf.5 lmhosts.5 locale.5 man.conf.5 man.config.5 motd.5 nologin.5 nscd.conf.5 nsswitch.5 passwd.5 proc.5 protocols.5 resolver.5 rpc.5 securetty.5 services.5 shells.5 smb.conf.5 smbpasswd.5 svnserve.conf.5 termcap.5 texinfo.5 ttytype.5 tzfile.5 utmp.5 2 | -------------------------------------------------------------------------------- /src/man5/protocols.5: -------------------------------------------------------------------------------- 1 | .TH PROTOCOLS 5 "1995 年 10 月 18 日" "Linux" "Linux 程序员手册" 2 | .SH NAME 名称 3 | protocols \- 协议定义文件 4 | .SH 描述 5 | 该文件为普通 ASCII 文件,它描述了 TCP/IP 子系统中各类 DARPA internet 协议族. 6 | 你应该参考这个文件, 而不是使用 ARPA 的 include 文件中的号码, 更不必去猜测它们. 7 | 这些号码将出现在任何 ip 包头的协议字段中. 8 | 9 | 你应该保持这个文件不变, 因为修改会导致不正确的 ip 包. 10 | 协议号码和名字由 DDN 网络信息中心指定. 11 | 12 | 每行的格式如下: 13 | 14 | .RS 15 | .I 协议 号码 别名 ... 16 | .RE 17 | 18 | 这里的字段以空格或者 tab 键分隔. 空行和以散列符 (#) 开头的行将忽略. 19 | 从散列符起始的行的剩余部分也将忽略. 20 | 21 | 字段描述如下: 22 | 23 | .TP 24 | .I 协议 25 | 协议的本名.例如 :ip, tcp 或者 udp. 26 | .TP 27 | .I 号码 28 | 协议的正式号码, 它将出现在 ip 包头中. 29 | .TP 30 | .I 别名 31 | 协议的可选别名. 32 | .LP 33 | 34 | 该文件也可以使用网络范围中的名字服务,如黄页/NIS 或 BIND/Hesoid, 35 | 在网络分发. 36 | 37 | .SH 文件 38 | .TP 39 | .I /etc/protocols 40 | 协议定义文件. 41 | .SH 参见 42 | .BR getprotoent (3) 43 | 44 | 黄页服务的指南 45 | 46 | BIND/Hesiod 服务的指南 47 | 48 | .SH "[中文版维护人]" 49 | .B riser 50 | .SH "[中文版最新更新]" 51 | .B 2000/11/6 52 | .SH "《中国linux论坛man手册页翻译计划》:" 53 | .BI http://cmpp.linuxforum.net 54 | .br 55 | -------------------------------------------------------------------------------- /src/man5/securetty.5: -------------------------------------------------------------------------------- 1 | .\" 版权所有(c) 1993 Michael Haardt (michael@moria.de), Fri Apr 2 11:32:09 MET DST 1993 2 | .\" 3 | .\" 这是免费的文档;你可以遵照自由软件基金会出版的GNU通用出版许可版本2或者更高版本的条例来重新发布和/或修改它. 4 | .\" 5 | .\" GNU通用出版许可中涉及到的"目标代码(object code)"和"可执行程序(executables)"可解释为任意文档格式化的输出或者排版系统,包括中间的和已输出的结果. 6 | .\" 7 | .\" 该文档的发布寄望于能够实用,但并不做任何担保;甚至也不提供隐含的商品性的保证或者针对特殊目的适用性.参见GNU通用版权许可以获知更多详情. 8 | .\" 9 | .\" 你应该接收到与本文档一同发布的GNU通用版权许可的副本;如果没有,请写信到自由软件基金会(Free Software Foundation), Inc., 59 Temple Place, Suite 330, Boston, MA 02111, 10 | .\" USA. 11 | .\" 12 | .\" 于1993年1月25日星期日11:06:27由Rik Faith (faith@cs.unc.edu)修改 13 | .TH SECURETTY 5 "1992 年 12 月 29 日" "Linux" "Linux 程序员手册" 14 | .SH NAME (名称) 15 | \fB/etc/securetty\fR 由 16 | .BR login (1) 17 | 使用,该文件由包含数行 tty 设备名(每行一个设备名,前面不加 18 | .IR /dev/ ) 19 | 在这些设备上可以允许 root 登录. 20 | .SH FILES(相关文件) 21 | /etc/securetty 22 | .SH "SEE ALSO"(另见) 23 | .BR login (1) 24 | .SH "[中文版维护人]" 25 | .B riser 26 | .SH "[中文版最新更新]" 27 | .B 2000/11/2 28 | .SH "《中国Linux论坛man手册页翻译计划》:" 29 | .B http://cmpp.linuxforum.net 30 | -------------------------------------------------------------------------------- /src/man5/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.5: $(srcdir)/../%.5 9 | cp $< $@ 10 | else !UTF8 11 | %.5: $(srcdir)/../%.5 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man5/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.5: $(srcdir)/../%.5 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.5: $(srcdir)/../%.5 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man6/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man6/manpages: -------------------------------------------------------------------------------- 1 | MANPAGES = zic2xpm.6 2 | -------------------------------------------------------------------------------- /src/man6/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.6: $(srcdir)/../%.6 9 | cp $< $@ 10 | else !UTF8 11 | %.6: $(srcdir)/../%.6 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man6/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.6: $(srcdir)/../%.6 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.6: $(srcdir)/../%.6 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man7/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man7/abort.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ABORT" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ABORT \- 退出当前事务 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ABORT [ WORK | TRANSACTION ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBABORT\fR 回卷当前事务并且废弃所有当前事务中做的更新。 这个命令和 SQL 命令 15 | ROLLBACK [\fBrollback\fR(7)], 16 | 的行为完全一样, 只是由于历史原因而保留下来。 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fBWORK\fR 20 | .TP 21 | \fBTRANSACTION\fR 22 | 可选的关键字,它们没有什么影响。 23 | .SH "NOTES 注意" 24 | .PP 25 | 使用 COMMIT [\fBcommit\fR(7)] to 26 | 成功地中止一个事务。 27 | .PP 28 | 如果不在事务内部发出 ABORT 不会有问题,但是会产生一个警告信息。 29 | .SH "EXAMPLES 例子" 30 | .PP 31 | 退出全部变更: 32 | .sp 33 | .nf 34 | ABORT; 35 | .sp 36 | .fi 37 | .SH "COMPATIBILITY 兼容性" 38 | .PP 39 | 此命令是 PostgreSQL 基于历史原因做的扩展。 ROLLBACK 是 SQL 中等价的命令。 40 | .SH "SEE ALSO 参见" 41 | BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)], ROLLBACK [\fBrollback\fR(l)] 42 | 43 | .SH "译者" 44 | .B Postgresql 中文网站 45 | .B 何伟平 46 | -------------------------------------------------------------------------------- /src/man7/alter_aggregate.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER AGGREGATE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER AGGREGATE \- 修改一个聚集函数的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER AGGREGATE \fIname\fR ( \fItype\fR ) RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER AGGREGATE\fR 改变一个聚集函数的定义。目前唯一可用的功能是对聚集函数进行重命名。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一个现有的聚集函数的名字(可以有模式修饰)。 19 | .TP 20 | \fB\fItype\fB\fR 21 | 聚集函数的参数数据类型,如果函数接受任何数据类型,则是 *。 22 | .TP 23 | \fB\fInewname\fB\fR 24 | 聚集函数的新名字。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 给一个接受 integer 类型参数的叫 \fImyavg\fR 的聚集函数重命名为 \fImy_average\fR: 28 | .sp 29 | .nf 30 | ALTER AGGREGATE myavg(integer) RENAME TO my_average; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | SQL 标准里面没有 \fBALTER AGGREGATE\fR 语句。 36 | .SH "SEE ALSO 参见" 37 | CREATE AGGREGATE [\fBcreate_aggregate\fR(7)], DROP AGGREGATE [\fBdrop_aggregate\fR(l)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/alter_conversion.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER CONVERSION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER CONVERSION \- 修改一个编码转换的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER CONVERSION \fIname\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER CONVERSION\fR 修改一个编码转换的定义。 目前能用的唯一的一个功能是重命名这个转换。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一个现有的编码转换的名字(可以有模式修饰)。 19 | .TP 20 | \fB\fInewname\fB\fR 21 | 转换的新名字。 22 | .SH "EXAMPLES 例子" 23 | .PP 24 | 把编码转换 iso_8859_1_to_utf_8 重新命名为 latin1_to_unicode: 25 | .sp 26 | .nf 27 | ALTER CONVERSION iso_8859_1_to_utf_8 RENAME TO latin1_to_unicode; 28 | .sp 29 | .fi 30 | .SH "COMPATIBILITY 兼容性" 31 | .PP 32 | SQL 标准里没有 ALTER CONVERSION 语句。 33 | .SH "SEE ALSO 参见" 34 | CREATE CONVERSION [\fBcreate_conversion\fR(7)], DROP CONVERSION [\fBdrop_conversion\fR(l)] 35 | 36 | .SH "译者" 37 | .B Postgresql 中文网站 38 | .B 何伟平 39 | -------------------------------------------------------------------------------- /src/man7/alter_function.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER FUNCTION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER FUNCTION \- 修改一个函数的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER FUNCTION \fIname\fR ( [ \fItype\fR [, ...] ] ) RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER FUNCTION\fR 修改一个函数的定义,目前唯一的功能是修改它的名字。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一个现有的函数的名字(可以有模式修饰)。 19 | .TP 20 | \fB\fItype\fB\fR 21 | 该函数参数的数据类型。 22 | .TP 23 | \fB\fInewname\fB\fR 24 | 函数的新名字。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 把名字为 sqrt,参数类型为 integer 的函数重命名为 square_root: 28 | .sp 29 | .nf 30 | ALTER FUNCTION sqrt(integer) RENAME TO square_root; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | 在 SQL 标准里有一个 ALTER FUNCTION 语句,但是它并没有提供重命名函数的选项。 36 | .SH "SEE ALSO 参见" 37 | CREATE FUNCTION [\fBcreate_function\fR(7)], DROP FUNCTION [\fBdrop_function\fR(l)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/alter_language.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER LANGUAGE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER LANGUAGE \- 修改一个过程语言的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER LANGUAGE \fIname\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER LANGUAGE\fR 修改一门语言的定义。 目前唯一的功能就是重命名语言。只有超级用户可以重命名一门语言。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一门语言的名字 19 | .TP 20 | \fB\fInewname\fB\fR 21 | 该语言的新名字 22 | .SH "COMPATIBILITY 兼容性" 23 | .PP 24 | SQL 标准里没有 ALTER LANGUAGE 语句。 25 | .SH "SEE ALSO 参见" 26 | CREATE LANGUAGE [\fBcreate_language\fR(7)], DROP LANGUAGE [\fBdrop_language\fR(l)] 27 | 28 | .SH "译者" 29 | .B Postgresql 中文网站 30 | .B 何伟平 31 | -------------------------------------------------------------------------------- /src/man7/alter_operator_class.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER OPERATOR CLASS" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER OPERATOR CLASS \- 修改一个操作符表的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER OPERATOR CLASS \fIname\fR USING \fIindex_method\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER OPERATOR CLASS\fR 修改一个操作符表的定义。 目前唯一支持的功能是重命名这个操作符表。 15 | 16 | .SH "PARAMETERS 参数" 17 | .TP 18 | \fB\fIname\fB\fR 19 | 一个现有操作符的名字(可以有模式修饰) class. 20 | .TP 21 | \fB\fIindex_method\fB\fR 22 | 这个操作符表操作的索引方法的名字。 23 | .TP 24 | \fB\fInewname\fB\fR 25 | 操作符表的新名字。 26 | .SH "COMPATIBILITY 兼容性" 27 | .PP 28 | 在 SQL 标准里没有 ALTER OPERATOR CLASS 语句。 29 | .SH "SEE ALSO 参见" 30 | CREATE OPERATOR CLASS [\fBcreate_operator_class\fR(7)], DROP OPERATOR CLASS [\fBdrop_operator_class\fR(l)] 31 | 32 | .SH "译者" 33 | .B Postgresql 中文网站 34 | .B 何伟平 35 | -------------------------------------------------------------------------------- /src/man7/alter_schema.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER SCHEMA" "7" "2003-11-02" "SQL - Schema Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER SCHEMA \- 修改一个模式的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER SCHEMA \fIname\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER SCHEMA\fR 修改一个模式的定义。 现在它唯一的功能就是重命名模式。 要重命名模式,你必须拥有这个这个模式并且有在该数据库里 CREATE 的权限。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 模式的名字 19 | .TP 20 | \fB\fInewname\fB\fR 21 | 模式的新名字 22 | .SH "COMPATIBILITY 兼容性" 23 | .PP 24 | 在 SQL 标准里没有 ALTER SCHEMA 语句。 25 | .SH "SEE ALSO 参见" 26 | CREATE SCHEMA [\fBcreate_schema\fR(7)], DROP SCHEMA [\fBdrop_schema\fR(l)] 27 | 28 | .SH "译者" 29 | .B Postgresql 中文网站 30 | .B 何伟平 31 | -------------------------------------------------------------------------------- /src/man7/alter_trigger.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ALTER TRIGGER" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ALTER TRIGGER \- 修改一个触发器的定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ALTER TRIGGER \fIname\fR ON \fItable\fR RENAME TO \fInewname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBALTER TRIGGER\fR 改变一个现有触发器的属性。 RENAME 修改一个给出地触发器地名称, 而不用改变触发器的定义。 15 | .PP 16 | 你必需拥有该触发器作用的表才能改变其属性。 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIname\fB\fR 20 | 现有需要修改的触发器的名称。 21 | .TP 22 | \fB\fItable\fB\fR 23 | 该触发器作用的表的名字。 24 | .TP 25 | \fB\fInewname\fB\fR 26 | 现有触发器的新名字。 27 | .SH "EXAMPLES 例子" 28 | .PP 29 | 重新命名一个现有触发器: 30 | .sp 31 | .nf 32 | ALTER TRIGGER emp_stamp ON emp RENAME TO emp_track_chgs; 33 | .sp 34 | .fi 35 | .SH "COMPATIBILITY 兼容性" 36 | .PP 37 | \fBALTER TRIGGER\fR 是 PostgreSQL 对 SQL 标准的扩展。 38 | .SH "译者" 39 | .B Postgresql 中文网站 40 | .B 何伟平 41 | -------------------------------------------------------------------------------- /src/man7/checkpoint.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "CHECKPOINT" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | CHECKPOINT \- 强制一个事务日志检查点 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | CHECKPOINT 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | 预写式日志(Write-Ahead Logging (WAL))缺省时在事务日志中每隔一段时间放一个检查点。 (要调整这个原子化的检查点间隔,你可以参考运行时选项 checkpoint_segments 和 checkpoint_segments 。) CHECKPOINT 强迫在命令声明时立即进行检查, 而不是等到下一次调度时的检查点。 15 | .PP 16 | 检查点是一个事务日志训练中的点,在该点,所有数据文件都被更新以反映日志中的信息。 所有数据文件都将被冲刷到磁盘。请参考 Chapter 25 ``Write-Ahead Logging'' 获取更多有关 WAL 系统的信息。 17 | .PP 18 | 只有超级用户可以调用 CHECKPOINT。 该命令不是设计用于正常操作过程中的。 19 | .SH "COMPATIBILITY 兼容性" 20 | .PP 21 | \fBCHECKPOINT\fR 命令是 PostgreSQL 语言的扩展。 22 | .SH "译者" 23 | .B Postgresql 中文网站 24 | .B 何伟平 25 | -------------------------------------------------------------------------------- /src/man7/close.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "CLOSE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | CLOSE \- 关闭一个游标 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | CLOSE \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBCLOSE\fR 释放和一个游标关联的资源。 一个游标关闭后,不允许对其再做任何操作。一个不再使用的游标应该关闭掉。 15 | .PP 16 | 在一个事务用 COMMIT 或者 ROLLBACK 终止之后, 每个不可保持的已打开游标都隐含关闭。如果创建事务通过 ROLLBACK 退出, 那么一个可以保持的游标隐含关闭。如果创建事务成功提交,那么可保持的游标保持打开, 直到执行一个明确的 CLOSE,或者客户端断开。 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIname\fB\fR 20 | 一个待关闭的游标的名字。 21 | .SH "NOTES 注意" 22 | .PP 23 | PostgreSQL 没有明确的 OPEN (打开)游标的语句; 我们认为一个游标在声明时就打开了。使用 DECLARE 语句声明一个游标。 24 | .SH "EXAMPLES 例子" 25 | .PP 26 | 关闭游标 liahona: 27 | .sp 28 | .nf 29 | CLOSE liahona; 30 | .sp 31 | .fi 32 | .SH "COMPATIBILITY 兼容性" 33 | .PP 34 | \fBCLOSE\fR 完全遵循 SQL 标准。 35 | .SH "译者" 36 | .B Postgresql 中文网站 37 | .B 何伟平 38 | -------------------------------------------------------------------------------- /src/man7/commit.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "COMMIT" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | COMMIT \- 提交当前事务 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | COMMIT [ WORK | TRANSACTION ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBCOMMIT\fR 提交当前事务。 所有事务的更改都将为其他事务可见,而且保证当崩溃发生时的可持续性。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fBWORK\fR 18 | .TP 19 | \fBTRANSACTION\fR 20 | 可选关键字。没有作用。 21 | .SH "NOTES 注意" 22 | .PP 23 | 使用 ROLLBACK [\fBrollback\fR(7)] 语句退出一次事务。 24 | .PP 25 | 在一个事务内部发出 COMMIT 不会有问题,但是他将产生一个警告信息。 26 | .SH "EXAMPLES 例子" 27 | .PP 28 | 要让所有变更永久化: 29 | .sp 30 | .nf 31 | COMMIT; 32 | .sp 33 | .fi 34 | .SH "COMPATIBILITY 兼容性" 35 | .PP 36 | SQL92 只声明了两种形式 COMMIT 和 COMMIT WORK。否则完全兼容。 37 | .SH "SEE ALSO 参见" 38 | BEGIN [\fBbegin\fR(7)], ROLLBACK [\fBrollback\fR(l)] 39 | 40 | .SH "译者" 41 | .B Postgresql 中文网站 42 | .B 何伟平 43 | -------------------------------------------------------------------------------- /src/man7/create_constraint_trigger.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "CREATE CONSTRAINT TRIGGER" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | CREATE CONSTRAINT TRIGGER \- 定义一个新的约束触发器 5 | .SH SYNOPSIS 6 | .sp 7 | .nf 8 | CREATE CONSTRAINT TRIGGER \fIname\fR 9 | AFTER \fIevents\fR ON 10 | \fItablename\fR \fIconstraint\fR \fIattributes\fR 11 | FOR EACH ROW EXECUTE PROCEDURE \fIfuncname\fR ( \fIargs\fR ) 12 | .sp 13 | .fi 14 | .SH "DESCRIPTION 描述" 15 | .PP 16 | \fBCREATE CONSTRAINT TRIGGER\fR 被 CREATE TABLE/ALTER TABLE 内部使用以及被 pg_dump 用于创建那些用于参考完整性的特殊的触发器。 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIname\fB\fR 20 | 约束触发器的名称。 21 | .TP 22 | \fB\fIevents\fB\fR 23 | 触发该触发器的事件范围。 24 | .TP 25 | \fB\fItablename\fB\fR 26 | 发生触发器事件的表名称(可能有模式修饰)。 27 | .TP 28 | \fB\fIconstraint\fB\fR 29 | 实际的约束声明。 30 | .TP 31 | \fB\fIattributes\fB\fR 32 | 约束属性。 33 | .TP 34 | \fB\fIfuncname\fB(\fIargs\fB)\fR 35 | 触发器处理所调用的函数。 36 | .SH "译者" 37 | .B Postgresql 中文网站 38 | .B 何伟平 39 | -------------------------------------------------------------------------------- /src/man7/deallocate.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DEALLOCATE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DEALLOCATE \- 删除一个准备好的查询 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DEALLOCATE [ PREPARE ] \fIplan_name\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDEALLOCATE\fR 用于删除前面准备好的查询。 如果你没有明确 DEALLOCATE 一个准备好的查询, 那么它在会话结束的时候删除。 15 | .PP 16 | 有关已准备好的查询的更多信息。参阅 PREPARE [\fBprepare\fR(7)]. 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fBPREPARE\fR 20 | 这个关键字被忽略。 21 | .TP 22 | \fB\fIplan_name\fB\fR 23 | 要删除的已准备查询。 24 | .SH "COMPATIBILITY 兼容性" 25 | .PP 26 | SQL 标准包括一个 DEALLOCATE 语句,但它只是用于嵌入的 SQL 客户端。 27 | .SH "译者" 28 | .B Postgresql 中文网站 29 | .B 何伟平 30 | -------------------------------------------------------------------------------- /src/man7/drop_aggregate.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP AGGREGATE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP AGGREGATE \- 删除一个用户定义的聚集函数 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP AGGREGATE \fIname\fR ( \fItype\fR ) [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP AGGREGATE\fR 将删除一个现存聚集函数。 执行这条命令的用户必须是该聚集函数的所有者。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 现存的聚集函数名(可以有模式修饰)。 19 | .TP 20 | \fB\fItype\fB\fR 21 | 聚集函数的输入数据类型,或者 * ,如果这个聚集函数接受任意输入类型。 22 | .TP 23 | \fBCASCADE\fR 24 | 自动删除依赖于这个聚集的对象。 25 | .TP 26 | \fBRESTRICT\fR 27 | 如果有任何依赖对象,则拒绝删除这个聚集。这是缺省。 28 | .SH "EXAMPLES 例子" 29 | .PP 30 | 将类型 integer 的聚集函数 myavg 删除: 31 | .sp 32 | .nf 33 | DROP AGGREGATE myavg(integer); 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY 兼容性" 37 | .PP 38 | 在 SQL 标准中没有 DROP AGGREGATE 语句。 39 | .SH "SEE ALSO 参见" 40 | ALTER AGGREGATE [\fBalter_aggregate\fR(7)], CREATE AGGREGATE [\fBcreate_aggregate\fR(l)] 41 | 42 | .SH "译者" 43 | .B Postgresql 中文网站 44 | .B 何伟平 45 | -------------------------------------------------------------------------------- /src/man7/drop_cast.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP CAST" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP CAST \- 删除一个用户定义的类型转换 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP CAST (\fIsourcetype\fR AS \fItargettype\fR) [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP CAST\fR 删除一个前面定义的类型转换。 15 | .PP 16 | 要能删除一个类型转换,你必须拥有源或者目的数据类型。 这是和创建一个类型转换相同的权限。 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIsourcetype\fB\fR 20 | 类型转换里的源数据类型。 21 | .TP 22 | \fB\fItargettype\fB\fR 23 | 类型转换里的目的数据类型。 24 | .TP 25 | \fBCASCADE\fR 26 | .TP 27 | \fBRESTRICT\fR 28 | 这些键字没有任何效果,因为在类型转换上没有依赖关系。 29 | .SH "EXAMPLES 例子" 30 | .PP 31 | 删除从 text 到 int 的转换: 32 | .sp 33 | .nf 34 | DROP CAST (text AS int); 35 | .sp 36 | .fi 37 | .SH "COMPATIBILITY 兼容性" 38 | .PP 39 | \fBDROP CAST\fR 遵循 SQL 标准。 40 | .SH "SEE ALSO 参见" 41 | CREATE CAST [\fBcreate_cast\fR(7)] 42 | 43 | .SH "译者" 44 | .B Postgresql 中文网站 45 | .B 何伟平 46 | -------------------------------------------------------------------------------- /src/man7/drop_conversion.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP CONVERSION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP CONVERSION \- 删除一个用户定义的编码转换 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP CONVERSION \fIname\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP CONVERSION\fR 删除一个以前定义的编码转换。 要想删除一个转换,你必须拥有该转换。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 编码转换的名字。这个名字可以用模式修饰。 19 | .TP 20 | \fBCASCADE\fR 21 | .TP 22 | \fBRESTRICT\fR 23 | 这些键字没有作用,因为编码转换上没有依赖关系。 24 | .SH "EXAMPLES 例子" 25 | .PP 26 | 删除一个叫做 myname 的编码转换: 27 | .sp 28 | .nf 29 | DROP CONVERSION myname; 30 | .sp 31 | .fi 32 | .SH "COMPATIBILITY 兼容性" 33 | .PP 34 | SQL 标准里没有 DROP CONVERSION。 35 | .SH "SEE ALSO 参见" 36 | ALTER CONVERSION [\fBalter_conversion\fR(7)], CREATE CONVERSION [\fBcreate_conversion\fR(l)] 37 | 38 | .SH "译者" 39 | .B Postgresql 中文网站 40 | .B 何伟平 41 | -------------------------------------------------------------------------------- /src/man7/drop_database.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP DATABASE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP DATABASE \- 删除一个数据库 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP DATABASE \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP DATABASE\fR 删除一个现存数据库的目录入口并且删除包含数据的目录。 只有数据库所有者能够执行这条命令(通常也是数据库创建者)。 15 | .PP 16 | \fBDROP DATABASE\fR 不能撤销,小心使用! 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIname\fB\fR 20 | 要被删除的现有数据库名。 21 | .SH "NOTES 注意" 22 | .PP 23 | \fBDROP DATABASE\fR cannot be executed inside a transaction 24 | block. 25 | .PP 26 | 这条命令在和目标数据库联接时不能执行。 通常更好的做法是用 dropdb[\fBdropdb\fR(1)] 程序代替,该程序是此命令的一个封装。 27 | .SH "COMPATIBILITY 兼容性" 28 | .PP 29 | 在 SQL 标准中没有 DROP DATABASE 语句。 30 | .SH "SEE ALSO 参见" 31 | CREATE DATABASE [\fBcreate_database\fR(7)] 32 | 33 | .SH "译者" 34 | .B Postgresql 中文网站 35 | .B 何伟平 36 | -------------------------------------------------------------------------------- /src/man7/drop_domain.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP DOMAIN" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP DOMAIN \- 删除一个用户定义的域 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP DOMAIN \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP DOMAIN\fR 将从系统表中删除一个用户域。 只有域的所有者才能删除它。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一个现有的域(可以有模式修饰)。 19 | .TP 20 | \fBCASCADE\fR 21 | 自动删除倚赖域的对象。(比如,表字段)。 22 | .TP 23 | \fBRESTRICT\fR 24 | 如果有任何依赖对象存在,则拒绝删除此域。这个是缺省。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 删除 box 域∶ 28 | .sp 29 | .nf 30 | DROP DOMAIN box; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | 这条命令遵循 SQL 标准。 36 | .SH "SEE ALSO 参见" 37 | CREATE DOMAIN [\fBcreate_domain\fR(7)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/drop_function.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP FUNCTION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP FUNCTION \- 删除一个函数 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP FUNCTION \fIname\fR ( [ \fItype\fR [, ...] ] ) [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP FUNCTION\fR 将删除一个现存的函数的引用。 要执行这条命令,用户必须是函数的所有者。 必须声明函数的参数类型,因为几个不同的函数可能会有同样的名字和不同的参数列表。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 现存的函数名称(可以有模式修饰)。 19 | .TP 20 | \fB\fItype\fB\fR 21 | 函数参数的类型。 22 | .TP 23 | \fBCASCADE\fR 24 | 自动删除依赖于函数的对象(比如操作符或触发器)。 25 | .TP 26 | \fBRESTRICT\fR 27 | 如果有任何依赖对象存在,则拒绝删除该函数。这个是缺省。 28 | .SH "EXAMPLES 例子" 29 | .PP 30 | 这条命令删除平方根函数: 31 | .sp 32 | .nf 33 | DROP FUNCTION sqrt(integer); 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY 兼容性" 37 | .PP 38 | 在 SQL 标准里定义了一个 DROP FUNCTION 语句。 但和这条命令不兼容。 39 | .SH "SEE ALSO 参见" 40 | CREATE FUNCTION [\fBcreate_function\fR(7)], ALTER FUNCTION [\fBalter_function\fR(l)] 41 | 42 | .SH "译者" 43 | .B Postgresql 中文网站 44 | .B 何伟平 45 | -------------------------------------------------------------------------------- /src/man7/drop_group.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP GROUP" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP GROUP \- 删除一个用户组 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP GROUP \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP GROUP\fR 从数据库中删除指定的组。组中的用户不被删除。 组中的用户不被删除。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 现存组名。 19 | .SH "EXAMPLES 例子" 20 | .PP 21 | 删除一个组: 22 | .sp 23 | .nf 24 | DROP GROUP staff; 25 | .sp 26 | .fi 27 | .SH "COMPATIBILITY 兼容性" 28 | .PP 29 | SQL 标准里没有 DROP GROUP。 30 | .SH "SEE ALSO 参见" 31 | ALTER GROUP [\fBalter_group\fR(7)], CREATE GROUP [\fBcreate_group\fR(l)] 32 | 33 | .SH "译者" 34 | .B Postgresql 中文网站 35 | .B 何伟平 36 | -------------------------------------------------------------------------------- /src/man7/drop_index.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP INDEX" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP INDEX \- 删除一个索引 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP INDEX \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP INDEX\fR 从数据库中删除一个现存的索引。 要执行这个命令,你必须是索引的所有者。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 要删除的索引名(可以有模式修饰)。 19 | .TP 20 | \fBCASCADE\fR 21 | 自动删除依赖于该索引的对象。 22 | .TP 23 | \fBRESTRICT\fR 24 | 如果有依赖对象存在,则拒绝删除该索引。这个是缺省。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 此命令将删除title_idx 索引: 28 | .sp 29 | .nf 30 | DROP INDEX title_idx; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | \fBDROP INDEX\fR 是 PostgreSQL 语言扩展。 在 SQL 标准里没有索引的规定。 36 | .SH "SEE ALSO 参见" 37 | CREATE INDEX [\fBcreate_index\fR(7)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/drop_language.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP LANGUAGE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP LANGUAGE \- 删除一个过程语言 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP [ PROCEDURAL ] LANGUAGE \fIname\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP LANGUAGE\fR 将删除曾注册过的过程语言 name。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 现存语言的名称。出于向下兼容的考虑,这个名字可以用单引号包围。 19 | .TP 20 | \fBCASCADE\fR 21 | 自动删除依赖于改语言的对象(比如该语言写的函数)。 22 | .TP 23 | \fBRESTRICT\fR 24 | 如果存在依赖对象,则拒绝删除。这个是缺省。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 下面命令删除 plsample 语言: 28 | .sp 29 | .nf 30 | DROP LANGUAGE plsample; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | 在 SQL 标准里没有 DROP PROCEDURAL LANGUAGE。 36 | .SH "SEE ALSO 参见" 37 | ALTER LANGUAGE [\fBalter_language\fR(7)], CREATE LANGUAGE [\fBcreate_language\fR(l)], \fBdroplang\fR(1) 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/drop_operator_class.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP OPERATOR CLASS" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP OPERATOR CLASS \- 删除一个操作符类 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP OPERATOR CLASS \fIname\fR USING \fIindex_method\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP OPERATOR CLASS\fR 从数据库中删除一个现有操作符表。要执行这条命令,你必须是此操作符表的所有者。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一个现存操作符表的名字(可以用模式修饰)。 19 | .TP 20 | \fB\fIindex_method\fB\fR 21 | 操作符表所对付的索引访问方法的名字。 22 | .TP 23 | \fBCASCADE\fR 24 | 自动删除依赖于该操作符表的对象。 25 | .TP 26 | \fBRESTRICT\fR 27 | 如果有任何依赖对象存在,则拒绝删除此操作符表。这个行为是缺省。 28 | .SH "EXAMPLES 例子" 29 | .PP 30 | 删除 B-tree 操作符表 widget_ops: 31 | .sp 32 | .nf 33 | DROP OPERATOR CLASS widget_ops USING btree; 34 | .sp 35 | .fi 36 | 如果有任何现存的索引使用这个操作符表,那么这条命令将不能 执行。增加一个 CASCADE 删除这样的索引以及这个 操作符表。 37 | .SH "COMPATIBILITY 兼容性" 38 | .PP 39 | 在 SQL 标准里没有 DROP OPERATOR CLASS。 40 | .SH "SEE ALSO 参见" 41 | ALTER OPERATOR CLASS [\fBalter_operator_class\fR(7)], CREATE OPERATOR CLASS [\fBcreate_operator_class\fR(l)] 42 | 43 | .SH "译者" 44 | .B Postgresql 中文网站 45 | .B 何伟平 46 | -------------------------------------------------------------------------------- /src/man7/drop_rule.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP RULE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP RULE \- 删除一个重写规则 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP RULE \fIname\fR ON \fIrelation\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP RULE\fR 删除一个规则。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 要删除的现存的规则。 19 | .TP 20 | \fB\fIrelation\fB\fR 21 | 该规则应用的关系名字(可以有模式修饰)。 22 | .TP 23 | \fBCASCADE\fR 24 | 自动删除依赖于此规则的对象。 25 | .TP 26 | \fBRESTRICT\fR 27 | 如果有任何依赖对象,则拒绝删除此规则。这个是缺省。 28 | .SH "EXAMPLES 例子" 29 | .PP 30 | 删除重写规则 newrule: 31 | .sp 32 | .nf 33 | DROP RULE newrule ON mytable; 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY 兼容性" 37 | .PP 38 | 在 SQL 标准中没有DROP RULE。 39 | .SH "SEE ALSO 参见" 40 | CREATE RULE [\fBcreate_rule\fR(7)] 41 | 42 | .SH "译者" 43 | .B Postgresql 中文网站 44 | .B 何伟平 45 | -------------------------------------------------------------------------------- /src/man7/drop_schema.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP SCHEMA" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP SCHEMA \- 删除一个模式 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP SCHEMA \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP SCHEMA\fR 从数据库中删除模式。 15 | .PP 16 | 模式只能被它的所有者或者超级用户删除。请注意, 所有者即使没有拥有模式中任何对象也可以删除模式(以及模式中的所有对象)。 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIname\fB\fR 20 | 模式的名字。 21 | .TP 22 | \fBCASCADE\fR 23 | 自动删除包含在模式中的对象(表,函数,等等)。 24 | .TP 25 | \fBRESTRICT\fR 26 | 如果模式包含任何对象,则拒绝删除它。这个是缺省。 27 | .SH "EXAMPLES 例子" 28 | .PP 29 | 从数据库中删除模式 mystuff,以及它包含的所有东西: 30 | .sp 31 | .nf 32 | DROP SCHEMA mystuff CASCADE; 33 | .sp 34 | .fi 35 | .SH "COMPATIBILITY 兼容性" 36 | .PP 37 | \fBDROP SCHEMA\fR 和 SQL 标准完全兼容, 只不过标准只允许一条命令删除一个模式。 38 | .SH "SEE ALSO 参见" 39 | ALTER SCHEMA [\fBalter_schema\fR(7)], CREATE SCHEMA [\fBcreate_schema\fR(l)] 40 | 41 | .SH "译者" 42 | .B Postgresql 中文网站 43 | .B 何伟平 44 | -------------------------------------------------------------------------------- /src/man7/drop_sequence.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP SEQUENCE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP SEQUENCE \- 删除一个序列 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP SEQUENCE \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP SEQUENCE\fR 从数据库中删除序列号生成器。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 序列名(可以有模式修饰)。 19 | .TP 20 | \fBCASCADE\fR 21 | 自动删除依赖序列的对象。 22 | .TP 23 | \fBRESTRICT\fR 24 | 如果存在任何依赖的对象,则拒绝删除序列。这个是缺省。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 从数据库中删除序列 serial: 28 | .sp 29 | .nf 30 | DROP SEQUENCE serial; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | 在 SQL 标准里没有 DROP SEQUENCE。 36 | .SH "SEE ALSO 参见" 37 | CREATE SEQUENCE [\fBcreate_sequence\fR(7)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/drop_table.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP TABLE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP TABLE \- 删除一个表 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP TABLE \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP TABLE\fR 从数据库中删除表或视图。 只有其所有者才能删除一个表或视图。要清空一个表,而不删除表, 使用 DELETE。 15 | .PP 16 | \fBDROP TABLE\fR 总是删除目标表上现有的任何索引, 规则,触发器以及约束。但是,要删除一个由另外一个表用外键约束引用的表, 我们必须声明 CASCADE。(CASCADE 将删除外键约束,而不是另外一个表。) 17 | .SH "PARAMETERS 参数" 18 | .TP 19 | \fB\fIname\fB\fR 20 | 要删除的现存表的名字(可以有模式修饰)。 21 | .TP 22 | \fBCASCADE\fR 23 | 自动删除依赖于表的对象。(比如视图)。 24 | .TP 25 | \fBRESTRICT\fR 26 | 如果存在依赖对象,则拒绝删除该表。这个是缺省。 27 | .SH "EXAMPLES 例子" 28 | .PP 29 | 删除 films 和 distributors表: 30 | .sp 31 | .nf 32 | DROP TABLE films, distributors; 33 | .sp 34 | .fi 35 | .SH "COMPATIBILITY 兼容性" 36 | .PP 37 | 此命令遵循 SQL 标准。 38 | .SH "SEE ALSO 参见" 39 | ALTER TABLE [\fBalter_table\fR(7)], CREATE TABLE [\fBcreate_table\fR(l)] 40 | 41 | .SH "译者" 42 | .B Postgresql 中文网站 43 | .B 何伟平 44 | -------------------------------------------------------------------------------- /src/man7/drop_trigger.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP TRIGGER" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP TRIGGER \- 删除一个触发器定义 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP TRIGGER \fIname\fR ON \fItable\fR [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP TRIGGER\fR 将删除所有对一个现存触发器的引用。 要执行这个命令,当前用户必须是触发器的所有者。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 要删除的触发器名。 19 | .TP 20 | \fB\fItable\fB\fR 21 | 触发器定义所在的表的名称(可以有模式修饰)。 22 | .TP 23 | \fBCASCADE\fR 24 | 自动删除依赖此触发器的对象。 25 | .TP 26 | \fBRESTRICT\fR 27 | 如果有任何依赖对象存在,那么拒绝删除。这个是缺省。 28 | .SH "EXAMPLES 例子" 29 | .PP 30 | 删除表films的if_dist_exists触发器: 31 | .sp 32 | .nf 33 | DROP TRIGGER if_dist_exists ON films; 34 | .sp 35 | .fi 36 | .SH "COMPATIBILITY 兼容性" 37 | .PP 38 | PostgreSQL 里的 DROP TRIGGER 语句和 SQL 标准不兼容。在 SQL 标准里,触发器名字不是表所局部拥有的,所以命令只是简单的 DROP TRIGGER name。 39 | .SH "SEE ALSO 参见" 40 | CREATE TRIGGER [\fBcreate_trigger\fR(7)] 41 | 42 | .SH "译者" 43 | .B Postgresql 中文网站 44 | .B 何伟平 45 | -------------------------------------------------------------------------------- /src/man7/drop_type.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP TYPE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP TYPE \- 删除一个用户定义数据类型 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP TYPE \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP TYPE\fR 将从系统表里删除用户定义的类型。 只有类型所有者可以删除类型。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 要删除的类型名(可以有模式修饰)。 19 | .TP 20 | \fBCASCADE\fR 21 | 自动删除依赖该类型的对象(比如表字段,函数,操作符等等)。 22 | .TP 23 | \fBRESTRICT\fR 24 | 如果有依赖对象,则拒绝删除该类型。这个是缺省。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 删除 box 类型: 28 | .sp 29 | .nf 30 | DROP TYPE box; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | 这条命令类似于 SQL 标准里对应的命令,但是要注意,PostgreSQL 里的 CREATE TYPE 命令和数据类型扩展机制是和 SQL 标准里不同的。 36 | .SH "SEE ALSO 参见" 37 | CREATE TYPE [\fBcreate_type\fR(7)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/drop_user.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP USER" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP USER \- 删除一个数据库用户帐号 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP USER \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP USER\fR 从数据库中删除指定的用户。 它不删除数据库里此用户所有的表,视图或其他对象。 如果该用户拥有任何数据库,你会收到一个错误信息。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 一个现存用户的名称。 19 | .SH "NOTES 注意" 20 | .PP 21 | PostgreSQL 还有一个程序 dropuser [\fBdropuser\fR(1)] , 这个程序和这条命令功能相同(实际上,程序里调用此命令), 但是可以在命令行上运行。 22 | .PP 23 | To drop a user who owns a database, first drop the database or change 24 | its ownership. 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 删除一个用户帐户: 28 | .sp 29 | .nf 30 | DROP USER jonathan; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | \fBDROP USER\fR 语句是一个 PostgreSQL 的扩展。SQL 标准把用户的定义交给具体实现处理。 36 | .SH "SEE ALSO 参见" 37 | ALTER USER [\fBalter_user\fR(7)], CREATE USER [\fBcreate_user\fR(l)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/drop_view.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "DROP VIEW" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | DROP VIEW \- 删除一个视图 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | DROP VIEW \fIname\fR [, ...] [ CASCADE | RESTRICT ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBDROP VIEW\fR 从数据库中删除一个现存的视图。 执行这条命令必须是视图的所有者。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 要删除的视图名称(可以有模式修饰)。 19 | .TP 20 | \fBCASCADE\fR 21 | 自动删除依赖此视图的对象(比如其它视图)。 22 | .TP 23 | \fBRESTRICT\fR 24 | 如果有依赖对象存在,则拒绝删除此视图。这个是缺省。 25 | .SH "EXAMPLES 例子" 26 | .PP 27 | 下面命令将删除视图 kinds: 28 | .sp 29 | .nf 30 | DROP VIEW kinds; 31 | .sp 32 | .fi 33 | .SH "COMPATIBILITY 兼容性" 34 | .PP 35 | 这条命令遵循 SQL 标准。 36 | .SH "SEE ALSO 参见" 37 | CREATE VIEW [\fBcreate_view\fR(7)] 38 | 39 | .SH "译者" 40 | .B Postgresql 中文网站 41 | .B 何伟平 42 | -------------------------------------------------------------------------------- /src/man7/end.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "END" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | END \- 提交当前的事务 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | END [ WORK | TRANSACTION ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBEND\fR END 提交当前事务。 所有当前事务做的修改都可被其它事务看到并且保证在发生崩溃的情况下的持续性。 它是一个 PostgreSQL 的扩展,等效于 COMMIT [\fBcommit\fR(7)]. 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fBWORK\fR 18 | .TP 19 | \fBTRANSACTION\fR 20 | 可选关键字。没有作用。 21 | .SH "NOTES 注意" 22 | .PP 23 | 用 ROLLBACK [\fBrollback\fR(7)] 退出事务。 24 | .PP 25 | 如果不在一个事务块里发出 END 将不会有什么损害,但是它会生成一个警告信息。 26 | .SH "EXAMPLES 例子" 27 | .PP 28 | 提交当前事务,令所有改变生效: 29 | .sp 30 | .nf 31 | END; 32 | .sp 33 | .fi 34 | .SH "COMPATIBILITY 兼容性" 35 | .PP 36 | \fBEND\fR 是 PostgreSQL 的扩展,提供与 COMMIT [\fBcommit\fR(7)] 相同的功能, 后者是 SQL 标准声明的语句。 37 | .SH "SEE ALSO 参见" 38 | BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)], ROLLBACK [\fBrollback\fR(l)] 39 | 40 | .SH "译者" 41 | .B Postgresql 中文网站 42 | .B 何伟平 43 | -------------------------------------------------------------------------------- /src/man7/execute.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "EXECUTE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | EXECUTE \- 执行一个准备好的查询 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | EXECUTE \fIplan_name\fR [ (\fIparameter\fR [, ...] ) ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBEXECUTE\fR 用于执行一个前面准备好的语句。 因为一个准备好的查询只在会话的生命期里存在,那么准备好的查询必须是在当前会话的前些时候用 PREPARE 语句执行的。 15 | .PP 16 | 如果创建语句的 PREPARE 语句声明了一些参数, 那么传递给 EXECUTE 语句的必须是一个兼容的参数集, 否则就会生成一个错误。请注意(和函数不同),准备好的语句不会基于参数的类型或者个数重载: 在一次数据库会话过程中,准备好的语句的名字必须是唯一的。 17 | .PP 18 | 有关创建和使用准备好的语句的更多信息, 请参阅 PREPARE [\fBprepare\fR(7)]. 19 | .SH "PARAMETERS 参数" 20 | .TP 21 | \fB\fIplan_name\fB\fR 22 | 要执行的准备好的语句。 23 | .TP 24 | \fB\fIparameter\fB\fR 25 | 给准备好的语句的一个参数的具体数值。 它必须是一个生成与创建这个准备好的语句的 PREPARE 语句指定参数位置的参数相兼容的数据类型的表达式。 26 | .SH "COMPATIBILITY 兼容性" 27 | .PP 28 | SQL 标准包括一个 EXECUTE 语句, 但它只是用于嵌入的 SQL 客户端。PostgreSQL 实现的 EXECUTE 的语法也略微不同。 29 | .SH "译者" 30 | .B Postgresql 中文网站 31 | .B 何伟平 32 | -------------------------------------------------------------------------------- /src/man7/load.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "LOAD" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | LOAD \- 装载或重载一个共享库文件 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | LOAD '\fIfilename\fR' 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | 这个命令装载一个共享库文件到PostgreSQL服务器的地址空间。 一旦一个文件被装载,如果该文件前面曾经装载过,那么服务器首先会卸载它。 这条命令主要用于在一个共享库件修改后卸载和重载它。 要利用这个共享库件,我们必须用 CREATE FUNCTION [\fBcreate_function\fR(7)] 15 | 命令声明函数。 16 | .PP 17 | 文件名是和 CREATE FUNCTION [\fBcreate_function\fR(7)] 里描写的共享库的名字相同方法声明的; 特别要注意等是我们可以依赖搜索路径和自动附加系统标准共享库扩展名的特点。 参阅 Section 31.3 ``User-Defined Functions'' 获取更多细节。 18 | .SH "COMPATIBILITY 兼容性" 19 | .PP 20 | \fBLOAD\fR 是 PostgreSQL 扩展。 21 | .SH "SEE ALSO 参见" 22 | .PP 23 | CREATE FUNCTION [\fBcreate_function\fR(7)] 24 | .SH "译者" 25 | .B Postgresql 中文网站 26 | .B 何伟平 27 | -------------------------------------------------------------------------------- /src/man7/reset.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "RESET" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | RESET \- 把一个运行时参数值恢复为缺省值 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | RESET \fIname\fR 10 | RESET ALL 11 | .sp 12 | .fi 13 | .SH "DESCRIPTION 描述" 14 | .PP 15 | \fBRESET\fR 将运行时参数恢复为缺省值。 RESET 是下面语句的一个变种 16 | .sp 17 | .nf 18 | SET \fIparameter\fR TO DEFAULT 19 | .sp 20 | .fi 21 | 请参考 SET [\fBset\fR(7)] 命令令获取允许的变量值和缺省值的详细信息。 22 | .PP 23 | 缺省值是定义成变量可以拥有的数值,并且在当前会话中没有用 SET 设置过。这个数值的实际源头可能是编译的缺省, postmaster 的配置文件,或者是命令行开关,或者是每数据库或每用户的缺省设置。 参阅 Section 16.4``Run-time Configuration'' 获取细节。 24 | .PP 25 | 参阅 \fBSET\fR 手册页获取有关RESET 的事务行为的细节。 26 | .SH "PARAMETERS 参数" 27 | .TP 28 | \fB\fIname\fB\fR 29 | 请参考 SET [\fBset\fR(7)] 语句获取有关可用的参数的详细说明。 30 | .TP 31 | \fBALL\fR 32 | 把所有运行时参数设置为缺省值。 33 | .SH "EXAMPLES 例子" 34 | .PP 35 | 把 datestyle 重新设为缺省值: 36 | .sp 37 | .nf 38 | RESET datestyle; 39 | .sp 40 | .fi 41 | .PP 42 | 把 geqo 重新设为缺省值: 43 | .sp 44 | .nf 45 | RESET geqo; 46 | .sp 47 | .fi 48 | .SH "COMPATIBILITY 兼容性" 49 | .PP 50 | \fBRESET\fR 是 PostgreSQL 扩展。 51 | .SH "译者" 52 | .B Postgresql 中文网站 53 | .B 何伟平 54 | -------------------------------------------------------------------------------- /src/man7/rollback.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "ROLLBACK" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | ROLLBACK \- 退出当前事务 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | ROLLBACK [ WORK | TRANSACTION ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBROLLBACK\fR 回卷当前事务并取消当前事务中的所有更新。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fBWORK\fR 18 | .TP 19 | \fBTRANSACTION\fR 20 | 可选的键字。没有作用。 21 | .SH "NOTES 注意" 22 | .PP 23 | 使用 COMMIT [\fBcommit\fR(7)] 语句将一次事务成功停止。 24 | .PP 25 | 如果不在一个事务内部发出 ROLLBACK 不会有问题,但是将抛出一个警告信息。 26 | .SH "EXAMPLES 例子" 27 | .PP 28 | 取消所有更改: 29 | .sp 30 | .nf 31 | ROLLBACK; 32 | .sp 33 | .fi 34 | .SH "COMPATIBILITY 兼容性" 35 | .PP 36 | SQL 标准只声明了两种形式 ROLLBACK 和 ROLLBACK WORK。否则完全兼容。 37 | .SH "SEE ALSO 参见" 38 | BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)] 39 | 40 | .SH "译者" 41 | .B Postgresql 中文网站 42 | .B 何伟平 43 | -------------------------------------------------------------------------------- /src/man7/set_constraints.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "SET CONSTRAINTS" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | SET CONSTRAINTS \- 设置当前事务的约束模式 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | SET CONSTRAINTS { ALL | \fIname\fR [, ...] } { DEFERRED | IMMEDIATE } 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBSET CONSTRAINTS\fR 设置当前事务里的约束运算的特性。 在 IMMEDIATE 模式下,约束是在每条语句后面进行检查的。 在 DEFERRED 模式下,一直到事务提交时才检查约束。 15 | .PP 16 | 在你把约束的模式修改成 IMMEDIATE 之后,新的约束模式是反作用式地生效的: 任何尚在等待的,需要在事务结束检查地数据修改的约束(在使用 DEFERRED 的时候)都将在执行 SET CONSTRAINTS 命令的时候马上检查。 17 | .PP 18 | 从创建的时候开始,一个约束总是表现为下面三个特性之一: INITIALLY DEFERRED, 19 | INITIALLY IMMEDIATE DEFERRABLE, 或 20 | INITIALLY IMMEDIATE NOT DEFERRABLE。 第三个特性不会受 SET CONSTRAINTS影响。 21 | .PP 22 | 目前,只有外键约束被这个设置影响。检查和唯一约束总是立即检查的而不是可推迟的。 23 | .SH "NOTES 注意" 24 | .PP 25 | 这个命令只在当前事务里修改约束的行为。因此,如果你在事务块外面 (BEGIN/COMMIT 对)执行这个命令, 它将显得没有任何作用那样。如果你希望不在每个事务中发出 SET CONSTRAINTS 也能修改约束的行为, 那么在创建这些约束的时候声明 INITIALLY DEFERRED 或者 INITIALLY IMMEDIATE。 26 | .SH "COMPATIBILITY 兼容性" 27 | .PP 28 | 这条命令与 SQL 标准里定义的行为兼容,只不过,在 PostgreSQL 里,它只适用于外键约束。 29 | .SH "译者" 30 | .B Postgresql 中文网站 31 | .B 何伟平 32 | -------------------------------------------------------------------------------- /src/man7/start_transaction.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "START TRANSACTION" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | START TRANSACTION \- 开始一个事务块 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | START TRANSACTION [ ISOLATION LEVEL { READ COMMITTED | SERIALIZABLE } ] [ READ WRITE | READ ONLY ] 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | 这条命令开始一个新的事务。如果声明了隔离级别或者读写模式, 那么新事务就使用这个特性,如同执行了 SET TRANSACTION [\fBset_transaction\fR(7)] 一样。在其它方面,这条命令的行为和 BEGIN [\fBbegin\fR(7)] 命令一样。 15 | .SH "PARAMETERS 参数" 16 | .PP 17 | 参阅 SET TRANSACTION [\fBset_transaction\fR(7)] 获取有关参数含义的信息。 18 | .SH "COMPATIBILITY 兼容性" 19 | .PP 20 | 这条命令兼容 SQL 标准;但是又见 SET TRANSACTION [\fBset_transaction\fR(7)] 的兼容性小节。 21 | .SH "SEE ALSO 参见" 22 | BEGIN [\fBbegin\fR(7)], COMMIT [\fBcommit\fR(l)], ROLLBACK [\fBrollback\fR(l)], SET TRANSACTION [\fBset_transaction\fR(l)] 23 | 24 | .SH "译者" 25 | .B Postgresql 中文网站 26 | .B 何伟平 27 | -------------------------------------------------------------------------------- /src/man7/truncate.7: -------------------------------------------------------------------------------- 1 | .\" auto-generated by docbook2man-spec $Revision: 1.1 $ 2 | .TH "TRUNCATE" "7" "2003-11-02" "SQL - Language Statements" "SQL Commands" 3 | .SH NAME 4 | TRUNCATE \- 清空一个表 5 | 6 | .SH SYNOPSIS 7 | .sp 8 | .nf 9 | TRUNCATE [ TABLE ] \fIname\fR 10 | .sp 11 | .fi 12 | .SH "DESCRIPTION 描述" 13 | .PP 14 | \fBTRUNCATE\fR 快速地从一个表中删除所有行。它和无条件的 DELETE 有同样的效果,不过因为它不做表扫描,因而快得多。 在大表上最有用。 15 | .SH "PARAMETERS 参数" 16 | .TP 17 | \fB\fIname\fB\fR 18 | 要清空的表名字(可以有模式修饰)。 19 | .SH "NOTES 注意" 20 | .PP 21 | 如果从其它表有到这个表的外键引用,那么就不能使用 TRUNCATE。 在这种情况下检查有效性要求进行表扫描,而 TRUNCATE 的概念是不做这样的事情。 22 | .PP 23 | \fBTRUNCATE\fR 不会运行任何在该表上存在的 ON DELETE 触发器。 24 | .SH "EXAMPLES 例子" 25 | .PP 26 | 截断表 bigtable∶ 27 | .sp 28 | .nf 29 | TRUNCATE TABLE bigtable; 30 | .sp 31 | .fi 32 | .SH "COMPATIBILITY 兼容性" 33 | .PP 34 | SQL 标准里没有 TRUNCATE 。 35 | .SH "译者" 36 | .B Postgresql 中文网站 37 | .B 何伟平 38 | -------------------------------------------------------------------------------- /src/man7/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.7: $(srcdir)/../%.7 9 | cp $< $@ 10 | else !UTF8 11 | %.7: $(srcdir)/../%.7 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man7/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.7: $(srcdir)/../%.7 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.7: $(srcdir)/../%.7 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man8/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/man8/blockdev.8: -------------------------------------------------------------------------------- 1 | .\" -*- nroff -*- 2 | .\" Copyright 1998 Andries E. Brouwer (aeb@cwi.nl) 3 | .\" 4 | .\" May be distributed under the GNU General Public License 5 | .TH BLOCKDEV 8 "May 2000" "" 6 | .SH NAME 7 | blockdev \- 从命令行调用区块设备控制程序 8 | .SH 总览(SYNOPSIS) 9 | .B blockdev 10 | .RI [ options ] 11 | .I commands devices 12 | .SH 描述(DESCRIPTION) 13 | .B blockdev 14 | 工具允许从命令行调用区块设备控制程序。 15 | .SH 选项(OPTIONS) 16 | .TP 17 | .B \-V 18 | 打印版本信息并退出。 19 | .TP 20 | .B \-q 21 | 安静。 22 | .TP 23 | .B \-v 24 | 详细信息。 25 | .SH 命令(COMMANDS) 26 | .TP 27 | .B \--setro 28 | 设置只读模式。 29 | .TP 30 | .B \--setrw 31 | 设置读写模式。 32 | .TP 33 | .B \--getro 34 | 只读模式检测。如果是只读模式,显示1,否则显示0。 35 | .TP 36 | .B \--getss 37 | 用字节为单位打印扇区大小——一般是512字节。 38 | .TP 39 | .B \--getsize 40 | 显示设备容量(使用512个字节大小的扇区为单位) 41 | .TP 42 | .BI \--setra " N" 43 | 设置预读扇区(512字节)为 44 | .I N 45 | 个。 46 | .TP 47 | .B \--getra 48 | 打印预读扇区(512字节) 49 | .TP 50 | .B \--flushbufs 51 | 刷新缓存。 52 | .TP 53 | .B \--rereadpt 54 | 重读分区表。 55 | .SH "[中文版维护人]" 56 | .B billpan 57 | .SH "[中文版最新更新]" 58 | .BR 2002/01/10 59 | .SH "《中国linux论坛man手册页翻译计划》:" 60 | .BI http://cmpp.linuxforum.net 61 | -------------------------------------------------------------------------------- /src/man8/convertquota.8: -------------------------------------------------------------------------------- 1 | .TH CONVERTQUOTA 8 "Fri Mar 09 2001" 2 | .UC 4 3 | .SH NAME 4 | convertquota \- 把老的配额文件转换为新的格式 5 | .SH "总览 (SYNOPSIS)" 6 | .B convertquota 7 | [ 8 | .B -ug 9 | ] 10 | .I filesystem 11 | .SH "描述 (DESCRIPTION)" 12 | .B convertquota 13 | 把老的配额文件 14 | .BR quota.user 15 | 和 16 | .BR quota.group 17 | 转换为Red Hat Linux内核2.4以及更新的 18 | .IR 文件系统 19 | 所用的 20 | .BR aquota.user 21 | 和 22 | .BR aquota.group 。 23 | .PP 24 | 新的格式可以允许为32位uids/gids设定配额, 为root设定配额, 25 | 以字节(byte)为单位统计所用空间(可以在ReiserFS中使用配额), 并且与结构无关。 26 | 新的格式用Radix树(一种简单的树结构)为配额文件中存储信息的主要方式。 27 | .SH "选项 (OPTIONS)" 28 | .TP 29 | .B -u 30 | 转换用户配额文件。 此选项是默认的。 31 | .TP 32 | .B -g 33 | 转换组配额文件。 34 | .SH "文件 (FILES)" 35 | .TP 20 36 | .B aquota.user 37 | 新的用户配额文件 38 | .TP 39 | .B aquota.group 40 | 新的组配额文件 41 | .SH "参见 (SEE ALSO)" 42 | .BR quota (1), 43 | .BR setquota (8), 44 | .BR edquota (8), 45 | .BR quotacheck (8), 46 | .BR quotaon (8), 47 | .BR repquota (8) 48 | .SH "作者 (AUTHOR)" 49 | Jan Kara \ 50 | 51 | .SH "[中文版维护人]" 52 | .B 唐友 \ 53 | .SH "[中文版最新更新]" 54 | .BR 2001/7/18 55 | .SH "[中国Linux论坛man手册页翻译计划]" 56 | .BI http://cmpp.linuxforum.net 57 | -------------------------------------------------------------------------------- /src/man8/cron.8: -------------------------------------------------------------------------------- 1 | .TH cron 8 2 | .SH NAME 3 | .B cron \- 定期执行指定命令的守护程序 (Vixie Cron) 4 | .SH 总览 5 | .B cron 6 | .SH 描述 7 | Cron 应该由 /etc/rc 或者 /etc/rc.local 启动(译注:有很多发行版与此不同的,如 RedHat6.x 使用 /etc/rc.d/init.d/crond )。系统会立即返回提示符状态,因此没有必要后缀 '&' 来启动。 8 | Cron 在目录 /var/spool/cron 下搜索以 /etc/passwd 中账户名命名的 crontab 文件,将找到的文件内容加载到内存中。 Cron 还搜索 /etc/crontab 和目录 /etc/cron.d/ 下的文件,但这些文件使用另外的格式。(见 crontab(5) )。 Cron 平时出于休眠状态,每分钟醒来一次,检查所有储存的 crontab 文件,检查其中的每一条命令并适时执行。执行命令时,任何输出通过邮件发往 crontab 的拥有者(如果 crontab 中设置了 MAILTO 环境变量,就发往此变量所指的用户)。 9 | .PP 10 | 另外, cron 每分钟检查它的 spool 目录以及 /etc/crontab) 的 modtime 【译注:即文件的最新修改时间,在文件系统的 i-node 中以 mtime 标记】,如果发生变化, cron 将检查所有 crontab 文件的 modtime ,并重新加载已改变的。这意味着即使修改 crontab 文件也没有必要重新启动 cron 守护程序。注意当 Crontab(1) 命令改变 crontab 时会刷新 spool 目录的 modtime 标记。 11 | .PP 12 | .SH 另见 13 | crontab(1), crontab(5) 14 | .SH 作者 15 | Paul Vixie 16 | 17 | .SH "[中文版维护人]" 18 | .B Wang Dong 19 | .SH "[中文版最新更新]" 20 | 2000年12月23日 21 | .SH "《中国linux论坛man手册翻译计划》:" 22 | .BI http://cmpp.linuxforum.net 23 | -------------------------------------------------------------------------------- /src/man8/imapd.8: -------------------------------------------------------------------------------- 1 | .TH IMAPD 8 "October 12, 1998" 2 | .UC 5 3 | .SH NAME 4 | IMAPd \- Internet 邮件存取协议服务器 5 | .SH 总览 6 | .B /usr/etc/imapd 7 | .SH 描述 8 | .I imapd 9 | 是个支持 10 | .B IMAP4rev1 11 | 远程邮件存取协议(由RFC2060定义)的服务器。 12 | .I imapd 13 | 是由internet服务器(参见 14 | .IR inetd (8) )来调用的, 15 | 正常情况下监听对 16 | .B IMAP 17 | 端口的连接请求,该端口在 18 | .I /etc/services 19 | 文件(参见 20 | .IR services (5)). 21 | )中定义。通常它是143。 22 | .PP 23 | .I imapd 24 | 也可以由很多基于Unix平台的客户端通过 25 | .IR rsh (1C) 26 | 进行访问。为此, 27 | .I imapd 28 | 程序必须具有一个到 29 | .I /etc/rimapd 30 | 的链接,因为这是系统认为该软件所在的地方。 31 | .SH "又见" 32 | rsh(1C) ipopd(8C) 33 | .SH "[中文版维护人]" 34 | .B meaculpa 35 | .SH "[中文版最新更新]" 36 | .B 2001/05/01 37 | .SH 《中国Linux论坛man手册页翻译计划》: 38 | .B http://cmpp.linuxforum.net 39 | 40 | -------------------------------------------------------------------------------- /src/man8/manpages: -------------------------------------------------------------------------------- 1 | MANPAGES = badblocks.8 bdflush.8 blockdev.8 chat.8 chpasswd.8 convertquota.8 cron.8 dmesg.8 edquota.8 exportfs.8 fdisk.8 fsck.8 groupadd.8 groupdel.8 groupmod.8 halt.8 hdparm.8 ifconfig.8 imapd.8 inetd.8 init.8 iptables.8 iptables-restore.8 iptables-save.8 lilo.8 losetup.8 lspci.8 mailstats.8 MAKEDEV.8 makemap.8 mingetty.8 mkfs.8 mkswap.8 modinfo.8 named-bootconf.8 netstat.8 nmbd.8 ntsysv.8 ping.8 pppd.8 printcap.8 quotacheck.8 quotaoff.8 quotaon.8 quotastats.8 ramsize.8 rdev.8 repquota.8 rootflags.8 route.8 rpm.8 setclock.8 setquota.8 setserial.8 showmount.8 shutdown.8 smbd.8 smbmnt.8 smbmount.8 smbpasswd.8 smbspool.8 smbumount.8 svnserve.8 swapoff.8 swapon.8 swat.8 sync.8 tcpdump.8 tzselect.8 umount.8 useradd.8 userdel.8 usermod.8 vidmode.8 vmstat.8 xinetd.8 zdump.8 zic.8 2 | -------------------------------------------------------------------------------- /src/man8/modinfo.8: -------------------------------------------------------------------------------- 1 | .\" Copyright (c) 1996 Free Software Foundation, Inc. 2 | .\" This program is distributed according to the Gnu General Public License. 3 | .\" See the file COPYING in the kernel source directory 4 | .\" 5 | .TH MODINFO 8 "11 Nov 1997" Linux "模块支持" 6 | .SH NAME 7 | modinfo \- 显示当前内核模块信息 8 | .SH 总览 9 | .B modinfo 10 | [ options ] 11 | .SH 描述 12 | .B modinfo 13 | 工具软件用来对内核模块的目标文件 14 | .I module_file 15 | 进行测试并打印输出相关信息。 16 | .SS 选项 17 | .TP 18 | .BR \-a ", " \-\-author 19 | 显示模块的开发人员 20 | .TP 21 | .BR \-d ", " \-\-description 22 | 显示此模块的描述说明 23 | .TP 24 | .BI \-f format_string ", \-\-format " format_string 25 | 由用户定义任意格式字符串,可以通过该字符串从内核模块 26 | .I module_file 27 | 的 ELF 段中获得该模块相应的值,其中包含该模块的信息。 28 | 替换由一个百分号后跟一个由花括号括起来的标签名组成。 29 | .TP 30 | .BR \-p ", " \-\-parameters 31 | 显示模块所支持的有类型的参数 32 | .TP 33 | .BR \-h ", " \-\-help 34 | 显示帮助信息 35 | .TP 36 | .BR \-V ", " \-\-version 37 | 显示 38 | .BR modinfo 的版本信息 39 | .SH "参见" 40 | .BR insmod "(8), " modprobe "(8), " depmod "(8), " rmmod "(8), " 41 | .BR lsmod "(8), " ksyms "(8), " modules "(2) " 42 | .SH ”[中文版维护人]” 43 | .B 所罗门 44 | .SH ”[中文版最新更新]” 45 | .B 2001/05/01 46 | .SH 《中国Linux论坛man手册页翻译计划》: 47 | .B http://cmpp.linuxforum.net 48 | 49 | -------------------------------------------------------------------------------- /src/man8/ntsysv.8: -------------------------------------------------------------------------------- 1 | .TH NTSYSV 8 "Mon Oct 13 1997" 2 | .UC 4 3 | .SH NAME 4 | ntsysv \- 用于配置运行级别的简单接口 5 | .SH 总览 SYNOPSIS 6 | \fBntsysv\fR [--back] [--level ] 7 | .SH 描述 DESCRIPTION 8 | \fBntsysv\fR 是个用于配置运行级别服务(也可通过 \fBchkconfig\fR 来配置)的简单接口。对于缺省情况,它配置当前的运行级别。 如果用户需要配置其它的运行级别,可以在命令行上用 \fB--levels\fR选项,在其后列出所要配置的那些运行级别,且互相之间不加空格。例如,\fB--levels 016\fR 选项编辑运行级别0、1和6。 9 | 10 | 如果一项服务是由正被编辑的运行级别中任一级别启动的话,那么它会被考虑在设置的运行级别中启动。 11 | 12 | \fBntsysv\fR 窗口通常包含一个\fB取消\fR按钮。如果指定使用\fB--back\fR 选项的话,会出现一个\fB回退\fR按钮作为代替。 13 | 14 | .PD 15 | .SH "返回值 RETURN CODES" 16 | \fBntsysv\fR 在正常情况下返回0,在出错时返回2,且如果用户取消(或撤回)程序则返回1。 17 | 18 | .PD 19 | .SH "参见 SEE ALSO" 20 | .BR chkconfig (8), 21 | .BR serviceconf (8) 22 | 23 | .SH 作者 AUTHOR 24 | Erik Troan 25 | 26 | .SH "[中文版维护人]" 27 | .B meaculpa 28 | .SH "[中文版最新更新]" 29 | .B 2000/12/08 30 | .SH "《中国linux论坛man手册页翻译计划》:" 31 | .BI http://cmpp.linuxforum.net 32 | 33 | -------------------------------------------------------------------------------- /src/man8/quotaoff.8: -------------------------------------------------------------------------------- 1 | .so man8/quotaon.8 2 | -------------------------------------------------------------------------------- /src/man8/quotastats.8: -------------------------------------------------------------------------------- 1 | .TH QUOTASTATS 8 "1999年8月20日星期五" 2 | .UC 4 3 | .SH NAME(名称) 4 | quotastats - 显示与配额子系统相关的统计信息 5 | .SH SYNOPSIS(总览) 6 | .B quotastats 7 | .SH DESCRIPTION(描述) 8 | 该命令显示与配额子系统相关的统计信息. 9 | .SH "SEE ALSO"(另见) 10 | quota(1), quotactl(2) 11 | .SH AUTHOR(作者) 12 | Marco van Wieringen \ 13 | .br 14 | Jan Kara \ 15 | .br 16 | 作了细小的修改. 17 | 18 | 19 | .SH "[中文版维护人]" 20 | .B riser 21 | .SH "[中文版最新更新]" 22 | 2001/7/10 23 | .SH "[中国 Linux 论坛 man 手册页翻译计划]" 24 | .BI http://cmpp.linuxforum.net 25 | -------------------------------------------------------------------------------- /src/man8/ramsize.8: -------------------------------------------------------------------------------- 1 | .so man8/rdev.8 2 | -------------------------------------------------------------------------------- /src/man8/rootflags.8: -------------------------------------------------------------------------------- 1 | .so man8/rdev.8 2 | -------------------------------------------------------------------------------- /src/man8/setclock.8: -------------------------------------------------------------------------------- 1 | .TH SETCLOCK 8 "1996年11月12日 sun" 2 | .UC 4 3 | .SH NAME 4 | \fBsetclock \- 用系统时间来设置硬件时间 \fR 5 | .SH 总览 6 | \fBsetclock\fR 7 | .SH 描述 8 | \fBsetclock\fR 用当前系统时钟存储的时间设置系统的硬件时间. 9 | 它先读取 \fI/etc/sysconfig/clock\fR 的时间格式, 时间存储前应该转化成这种格式. 10 | Red Hat 的标准启动脚本和 \fBtimeconfig(8)\fR 也是用的这种方法 . 11 | 12 | .SH 相关文件 13 | .PD 0 14 | .TP 25 15 | \fI/etc/sysconfig/clock\fR 16 | 用来配置时间的格式. 17 | 18 | .PD 19 | .SH "另见" 20 | .BR clock (8), 21 | .BR timeconfig (8) 22 | .SH 作者 23 | .nf 24 | Erik Troan 25 | .fi 26 | 27 | -------------------------------------------------------------------------------- /src/man8/smbmnt.8: -------------------------------------------------------------------------------- 1 | .TH SMBMNT 8 "26 Apr 2000" "smbmnt 2.0.7" 2 | .PP 3 | .SH "NAME 名字" 4 | smbmnt \- 装载 SMB 文件系统的协助工具。 5 | .PP 6 | .SH "总览" 7 | \fBsmbmnt\fP mount-point [ -s share ] [ -r ] [ -u uid ] [ -g gid ] [ -f mask ] [ -d mask ] 8 | .PP 9 | .SH "描述" 10 | .PP 11 | smbmnt 用于协助 smbmount 程序完成实际装载 SMB 共享资源。 12 | smbmnt 必须以 root 用 setuid 来安装,这样普通用户才能 13 | 装载他们的 SMB 共享资源。它在装载点和装载目录上检查 14 | 用户是否有写权限。 15 | .PP 16 | smbmnt 通常由 smbmount 来调用。用户不能直接调用它。 17 | .PP 18 | .IP "\fB-r\fP" 19 | 以只读方式装载文件系统 20 | .PP 21 | .IP "\fB-u uid\fP" 22 | 指定要装载文件者的用户标识符。 23 | .PP 24 | .IP "\fB-g gid\fP" 25 | 指定要装载文件者的组标识符。 26 | .PP 27 | .IP "\fB-f mask\fP" 28 | 声明用八进制数表示的文件掩码。 29 | .PP 30 | .IP "\fB-d mask\fP" 31 | 声明用八进制数表示的文件掩码。 32 | .PP 33 | .SH "作者" 34 | smbfs、smbmnt 和 smbmount 的维护人是 Andrew Tridgell tridge@samba.org 35 | 36 | .SH "[中文版维护人]" 37 | .B meaculpa 38 | .SH "[中文版最新更新]" 39 | .B 2001/04/14 40 | .SH "[中国 Linux 论坛 man 手册页翻译计划]" 41 | .BI http://cmpp.linuxforum.net 42 | 43 | 44 | -------------------------------------------------------------------------------- /src/man8/swapoff.8: -------------------------------------------------------------------------------- 1 | .so man8/swapon.8 2 | -------------------------------------------------------------------------------- /src/man8/tzselect.8: -------------------------------------------------------------------------------- 1 | .\" 中文版 Copyright (c) 2000 mhss 和 www.linuxforum.net 2 | 3 | .TH TZSELECT 8 4 | .SH NAME 5 | tzselect \- 选择一个时区 6 | .SH 总览 7 | .B tzselect 8 | .SH 描述 9 | .B tzselect 10 | 程序向用户询问当前位置的信息,把时区描述作为结果输出到标准输出。 11 | 此结果适合作为环境变量 TZ 的值。 12 | .PP 13 | 所有与用户的交互是通过标准输入和标准错误输出完成的。 14 | .SH "环境变量" 15 | .TP 16 | \f3AWK\fP 17 | 一个 Posix 兼容的 18 | .I awk 19 | 程序的名字(缺省: 20 | .BR awk ). 21 | .TP 22 | \f3TZDIR\fP 23 | 包含时区数据文件的目录的名字 (缺省: 24 | .BR /usr/local/etc/zoneinfo ). 25 | .SH 文件 26 | .TP 27 | \f2TZDIR\fP\f3/iso3166.tab\fP 28 | 包含国家(地区)编码和名称的 ISO 3166 2-字母表。 29 | .TP 30 | \f2TZDIR\fP\f3/zone.tab\fP 31 | 国家(地区)代码表,包含经度和纬度,TZ(时区)值,描述性的注释。 32 | .TP 33 | \f2TZDIR\fP\f3/\fP\f2TZ\fP 34 | 关于时区的时区数据文件 \f2TZ\fP. 35 | .SH "退出状态" 36 | 若从用户获得了正确的时区退出状态返回 0,否则非 0。 37 | .SH "参见" 38 | newctime(3), tzfile(5), zdump(8), zic(8) 39 | 40 | .SH "[中文版维护人]" 41 | mhss 42 | .SH "[中文版最新更新]" 43 | 2000/10/15 44 | .SH "《中国linux论坛man手册页翻译计划》:" 45 | .BI http://cmpp.linuxforum.net 46 | -------------------------------------------------------------------------------- /src/man8/vidmode.8: -------------------------------------------------------------------------------- 1 | .so man8/rdev.8 2 | -------------------------------------------------------------------------------- /src/man8/zdump.8: -------------------------------------------------------------------------------- 1 | .\" Chinese Version Copyright mhss, www.linuxforum.net, 2000 2 | .TH ZDUMP 8 3 | .SH NAME 4 | zdump \- 时区输出器 5 | .SH SYNOPSIS 总览 6 | .B zdump 7 | [ 8 | .B \-v 9 | ] [ 10 | .B \-c 11 | cutoffyear ] [ zonename ... ] 12 | .SH 描述 13 | .I Zdump 14 | 对命令行中的每一个 15 | .I zonename 16 | 输出其当前时间。 17 | .PP 18 | 提供了以下选项: 19 | .TP 20 | .B \-v 21 | 对于命令行的每一个 22 | .I zonename 23 | , 24 | 输出可能的最早时间值,可能的最早时间一天以后的时间值, 25 | 它们均是能被检测到的精确时刻的1秒前的时间值, 26 | 可能的最晚时间一天以前的时间值, 可能的最晚时间值, 27 | 如果给出的时间是夏令时,每行以 28 | .B isdst=1 29 | 结束,否则以 30 | .B isdst=0 31 | 结束。 32 | .TP 33 | .BI "\-c " cutoffyear 34 | 在给定的年份开始的前后,剪切掉冗余的输出。 35 | .SH "又见" 36 | newctime(3), tzfile(5), zic(8) 37 | .\" @(#)zdump.8 7.3 38 | 39 | .SH [中文版维护人] 40 | .B mhss 41 | .SH [中文版最新更新] 42 | 2000/12/05 43 | .SH "[中国 Linux 论坛 man 手册页翻译计划]" 44 | .BI http://cmpp.linuxforum.net 45 | -------------------------------------------------------------------------------- /src/man8/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.8: $(srcdir)/../%.8 9 | cp $< $@ 10 | else !UTF8 11 | %.8: $(srcdir)/../%.8 12 | iconv -f utf8 -t gbk -o $@ $< 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/man8/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %.8: $(srcdir)/../%.8 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | else 11 | %.8: $(srcdir)/../%.8 12 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 13 | endif 14 | 15 | clean-local: 16 | rm -f $(man_MANS) 17 | -------------------------------------------------------------------------------- /src/mann/LabelFrame.3tk: -------------------------------------------------------------------------------- 1 | .TH LabelFrame 3tk "tcllib - BWidget" 2 | 3 | .SH NAME 4 | .B LabelFrame - 有一个标签的框架. 5 | 6 | .SH 创建 CREATION 7 | .B LabelFrame pathName ?option value...? 8 | 9 | .SH 描述 DESCRIPTION 10 | LabelFrame 使用户能建立带有可定位在任何一边的一个标签的框架。ComboBox 和 SpinBox 使用了 LabelFrame。 11 | 12 | .SH 组件特有选项 WIDGET-SPECIFIC OPTIONS 13 | 14 | .TP 15 | -side (read-only) 16 | 指定把标签定位于相对于用户框架的: top、bottom、left 或 right。 17 | 18 | .SH 组件命令 19 | 20 | .TP 21 | LabelFrame::align ?arg...? 22 | 这个命令通过设置用 args 给出的类 LabelFrame (或衍生(derive)类)的所有组件的标签的宽度为最大的那个宽度 + 1 来对齐(align)这些标签。 23 | 24 | .TP 25 | pathName cget option 26 | 返回用 option 给出的配置选项的当前值。Option 可以是能被建立命令接受的任何值。 27 | 28 | .TP 29 | pathName configure ?option? ?value option value ...? 30 | 查询或修改这个组件的配置选项。如果未指定 option ,则返回描述 pathName 的所有可获得的选项的一个列表。如果指定了不带 value 的 option,则这个命令返回描述这个指名的 option 的一个列表(这个列表与未指定 option 所返回的值的相应的子集是一样的)。如果指定了一个或多个选项-值 对,则这个命令把给定的组件选项修改为给定的值;在这种情况下这个命令返回一个空串。Option 可以是能被建立命令接受的任何值。只读选项不可修改。 31 | 32 | .TP 33 | pathName getframe 34 | 返回用户可以建立任何其他组件的那个框架。 35 | 36 | .SH "[中文版维护人]" 37 | .B 寒蝉退士 38 | .SH "[中文版最新更新]" 39 | .B 2001/05/06 40 | .SH "《中国 Linux 论坛 man 手册页翻译计划》:" 41 | .BI http://cmpp.linuxforum.net 42 | -------------------------------------------------------------------------------- /src/mann/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/manpages 2 | 3 | SUBDIRS = $(zh_CN) $(zh_TW) 4 | DIST_SUBDIRS = zh_CN zh_TW 5 | 6 | EXTRA_DIST = $(MANPAGES) 7 | -------------------------------------------------------------------------------- /src/mann/TitleFrame.3tk: -------------------------------------------------------------------------------- 1 | .TH TitleFrame 3tk "tcllib - BWidget" 2 | 3 | .SH NAME 4 | .B TitleFrame - 有一个标题的框架 5 | 6 | .SH 创建 CREATION 7 | .B TitleFrame pathName ?option value...? 8 | 9 | .SH 描述 DESCRIPTION 10 | TitleFrame 使用户能建立带有象 XmFrame Motif 组件那样的框架。 11 | 12 | .SH 组件特有选项 WIDGET-SPECIFIC OPTIONS 13 | .TP 14 | .TP 15 | -baseline 16 | 指定标题的垂直对齐: top、center 或 bottom。 17 | 18 | .TP 19 | -ipad 20 | 指定在这个框架和用户框架之间的填充(pad)。值使用屏幕单位。 21 | 22 | .TP 23 | -side 24 | 指定标题的水平对齐: left、center 或 right。 25 | 26 | .SH 组件命令 27 | 28 | .TP 29 | pathName cget option 30 | 返回用 option 给出的配置选项的当前值。Option 可以是能被建立命令接受的任何值。 31 | 32 | .TP 33 | pathName configure ?option? ?value option value ...? 34 | 查询或修改这个组件的配置选项。如果未指定 option ,则返回描述 pathName 的所有可获得的选项的一个列表。如果指定了不带 value 的 option,则这个命令返回描述这个指名的 option 的一个列表(这个列表与未指定 option 所返回的值的相应的子集是一样的)。如果指定了一个或多个选项-值 对,则这个命令把给定的组件选项修改为给定的值;在这种情况下这个命令返回一个空串。Option 可以是能被建立命令接受的任何值。只读选项不可修改。 35 | 36 | .TP 37 | pathName getframe 38 | 返回用户可以建立任何其他组件的那个框架。 39 | 40 | .SH "[中文版维护人]" 41 | .B 寒蝉退士 42 | .SH "[中文版最新更新]" 43 | .B 2001/05/08 44 | .SH "《中国 Linux 论坛 man 手册页翻译计划》:" 45 | .BI http://cmpp.linuxforum.net 46 | -------------------------------------------------------------------------------- /src/mann/ckalloc.3tcl: -------------------------------------------------------------------------------- 1 | .so man3/memory.3tcl 2 | -------------------------------------------------------------------------------- /src/mann/ckfree.3tcl: -------------------------------------------------------------------------------- 1 | .so man3/memory.3tcl 2 | -------------------------------------------------------------------------------- /src/mann/while.3tcl: -------------------------------------------------------------------------------- 1 | .TH while 3tcl 2 | .SH NAME 3 | .B while - 在条件满足时重复的执行脚本 4 | .SH 总览 5 | .B while test body 6 | .SH 描述 7 | while 命令把 test 作为一个表达式来求值(用与 expr 求它的参数的值相同的方式)。这个表达式的值必须是一个正确的 boolean 值;如果它是真值则把 body 传递给 Tcl 解释器来执行它。一旦执行了 body 则再次求值 test ,并重复处理直到最终 test 求值出一个假 boolean 值。可以在 body 中执行 Continue 命令来终止这个循环的当前重复操作(iteration),并可以在 body 中执行 break 命令来导致 while 命令立即终止。while 命令总是返回一个空串。 8 | 9 | 注意: test 应该总是包围在花括号中。如果不是,在 while 命令开始执行之前将进行变量替换,这意味着循环体所做的变量变更将不考虑在这个表达式中。这将很可能导致无限循环。如果 test 被包围在花括号中,变量替换被推迟到求值这个表达式的时候(在每次循环重复操作之前),所以变量的变化将是可见的。例如,尝试下列脚本并在 $x<10 两边分别加上和不加花括号: 10 | 11 | .nf 12 | set x 0 13 | while {$x<10} { 14 | puts "x is $x" 15 | incr x 16 | } 17 | .fi 18 | 19 | .SH 关键字 20 | boolean 值, 循环, 测试, while 21 | 22 | .SH 作者 23 | .nf 24 | Copyright (C) 1993 The Regents of the University of California. 25 | Copyright (C) 1994-1997 Sun Microsystems, Inc. 26 | Copyright (C) 1995-1997 Roger E. Critchlow Jr. 27 | .fi 28 | .SH [中文版维护人] 29 | .B 寒蝉退士 30 | .SH [中文版最新更新] 31 | .B 2001/11/20 32 | .SH 《中国 Linux 论坛 man 手册页翻译计划》: 33 | .BI http://cmpp.linuxforum.net 34 | -------------------------------------------------------------------------------- /src/mann/zh_CN/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_CN 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %tcl: $(srcdir)/../%tcl 9 | cp $< $@ 10 | %tk: $(srcdir)/../%tk 11 | cp $< $@ 12 | else !UTF8 13 | %tcl: $(srcdir)/../%tcl 14 | iconv -f utf8 -t gbk -o $@ $< 15 | 16 | %tk: $(srcdir)/../%tk 17 | iconv -f utf8 -t gbk -o $@ $< 18 | endif 19 | 20 | clean-local: 21 | rm -f $(man_MANS) 22 | -------------------------------------------------------------------------------- /src/mann/zh_TW/Makefile.am: -------------------------------------------------------------------------------- 1 | include $(srcdir)/../manpages 2 | 3 | mandir = @mandir@/zh_TW 4 | 5 | man_MANS = $(MANPAGES) 6 | 7 | if UTF8 8 | %tcl: $(srcdir)/../%tcl 9 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 10 | %tk: $(srcdir)/../%tk 11 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl | iconv -f big5 -t utf8 > $@ 12 | else 13 | %tcl: $(srcdir)/../%tcl 14 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 15 | %tk: $(srcdir)/../%tk 16 | iconv -f utf8 -t gbk $< | autob5 | $(top_srcdir)/utils/totw.pl > $@ 17 | endif 18 | 19 | clean-local: 20 | rm -f $(man_MANS) 21 | -------------------------------------------------------------------------------- /utils/Makefile.am: -------------------------------------------------------------------------------- 1 | EXTRA_DIST = totw.pl 2 | -------------------------------------------------------------------------------- /utils/bi2fbfi.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | # 3 | # 将html 格式中的转换为roff 格式中的\fB \fR 4 | # 也转换为 \fI \fR 5 | # 6 | while(<>){ 7 | s/\(.*?)\<\/b\>/\\fB\1\\fR/g; 8 | s/\(.*?)\<\/B\>/\\fB\1\\fR/g; 9 | s/\(.*?)\<\/i\>/\\fI\1\\fR/g; 10 | s/\(.*?)\<\/I\>/\\fI\1\\fR/g; 11 | print 12 | } 13 | -------------------------------------------------------------------------------- /utils/html2man: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl 2 | while(<>){ 3 | s/gb2312/utf8/g; 4 | s/
//ig; 5 | s/
//ig; 6 | s/
//ig; 7 | s/<\/DL>//ig; 8 | print 9 | } 10 | -------------------------------------------------------------------------------- /utils/man2html: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # bbbush 20031123 3 | # you need to set LC_ALL to zh_CN.GB18030 before you use this script 4 | # to process GB encoded man pages. 5 | 6 | man2html="/usr/bin/groff -Thtml -mandoc" 7 | if [ ! $# -le "1" ] ;then 8 | echo "Error! $0 Need exactly 1 arguments and act as a pipe" 9 | exit 10 | elif [ $# -eq 1 ] ;then 11 | $man2html $1 2>/dev/null 12 | else 13 | $man2html - 2>/dev/null 14 | fi 15 | -------------------------------------------------------------------------------- /utils/name.pl: -------------------------------------------------------------------------------- 1 | while(<>){ 2 | s/^\.S([H|h])"?\s*名\s*字\s*(\(?NAME\)?"?)?.*$/\.S\1 NAME/; 3 | s/^\.S([Hh])\s*Name/\.S\1 NAME/; 4 | s/^\.S([Hh])\s*命令名/\.S\1 NAME/; 5 | s/^\.SH NAME \[?名字\]?/\.SH NAME/; 6 | print 7 | } 8 | -------------------------------------------------------------------------------- /utils/pre-trans.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env perl 2 | # 3 | # 将标题替换为中文和英文混合的标准标题 4 | # 将签名添加在文档最后 5 | # 6 | while (<>){ 7 | s/^\.SH "?SYNOPSIS"?/\.SH "总览 SYNOPSIS"/; 8 | s/^\.SH "?DESCRIPTION"?/\.SH "描述 DESCRIPTION"/; 9 | s/^\.SH "?SEE ALSO"?/\.SH "参见 SEE ALSO"/; 10 | s/^\.SH "?AUTHOR"?/\.SH "作者 AUTHOR"/; 11 | s/^\.SH "?KEYWORDS"?/\.SH "关键字 KEYWORDS"/; 12 | s/^\.SH "?OPTIONS"?/\.SH "选项 OPTIONS"/; 13 | s/^\.SH "?EXAMPLE"?/\.SH "范例 EXAMPLE"/; 14 | print 15 | } 16 | print < 20 | .SH "[中文版最新更新]" 21 | .BR yyyy.mm.dd 22 | .SH "《中国linux论坛man手册翻译计划》:" 23 | .BI http://cmpp.linuxforum.net 24 | EOF 25 | -------------------------------------------------------------------------------- /utils/release-manpages: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | manpages=man-pages-zh_CN 3 | release=$manpages-1.5 4 | rm -rf $manpages* 5 | rm -rf finally 6 | cvs -d:pserver:anonymous@sf.linuxforum.net:/cvsroot/cmpp export -r HEAD $manpages 7 | mv $manpages $release 8 | count=`wc -l $release/DOCS/00TRANSLATED` 9 | tar zcf $release.tar.gz $release 10 | rpmbuild -ta $release.tar.gz 11 | mkdir finally 12 | mv /usr/src/redhat/SRPMS/$manpages*.src.rpm finally/ 13 | mv /usr/src/redhat/RPMS/noarch/$manpages*.rpm finally/ 14 | mv $release.tar.gz finally/ 15 | rm -rf $manpages* 16 | echo $count 17 | -------------------------------------------------------------------------------- /utils/totw.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lidaobing/manpages-zh/f8dc031d9ca4d88da2ae075b95cc4b368a095373/utils/totw.pl -------------------------------------------------------------------------------- /utils/update-cman.sh: -------------------------------------------------------------------------------- 1 | rm -rf GB/mann 2 | for i in `cat DOCS/00TRANSLATED` ; do cp -f GB/$i ../cman/$i ; done 3 | --------------------------------------------------------------------------------