diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2005-09-03 16:10:27 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2005-09-03 16:10:27 +0000 |
commit | 15d9155808de928fa26bfeaaecfee7210afde0d3 (patch) | |
tree | f113365bda736d949d39dd94bd99346056030e30 /man | |
download | baselayout-vserver-15d9155808de928fa26bfeaaecfee7210afde0d3.tar.gz baselayout-vserver-15d9155808de928fa26bfeaaecfee7210afde0d3.tar.bz2 baselayout-vserver-15d9155808de928fa26bfeaaecfee7210afde0d3.zip |
import initial baselayout sources (1.12.0_pre8)
svn path=/baselayout-vserver/trunk/; revision=3
Diffstat (limited to 'man')
-rw-r--r-- | man/MAKEDEV.8 | 392 | ||||
-rw-r--r-- | man/consoletype.1 | 28 | ||||
-rw-r--r-- | man/modules-update.8 | 51 | ||||
-rw-r--r-- | man/modules.autoload.5 | 19 | ||||
-rw-r--r-- | man/rc-status.8 | 39 | ||||
-rw-r--r-- | man/rc-update.8 | 46 | ||||
-rw-r--r-- | man/start-stop-daemon.8 | 233 |
7 files changed, 808 insertions, 0 deletions
diff --git a/man/MAKEDEV.8 b/man/MAKEDEV.8 new file mode 100644 index 0000000..b3c9b84 --- /dev/null +++ b/man/MAKEDEV.8 @@ -0,0 +1,392 @@ +.\" $Id: MAKEDEV.8 334 2003-03-09 09:06:23Z azarah $ +.TH MAKEDEV 8 "14th August 1994" Linux "Linux Programmer's Manual" +.SH NAME +MAKEDEV \- create devices +.SH SYNOPSIS +.B "cd dev; ./MAKEDEV -V" +.br +.B "cd dev; ./MAKEDEV [ -n ] [ -v ] update" +.br +.BI "cd dev; ./MAKEDEV [ -n ] [ -v ] [ -d ]" " device ..." +.SH DESCRIPTION +.B MAKEDEV +is a script that will create the devices in \fC/dev\fP used to interface +with drivers in the kernel. +.PP +This man page is woefully out of date. A large number of devices are supported +that are not documented here. +.PP +Note that programs giving the error ``ENOENT: No such file or +directory'' normally means that the device file is missing, whereas +``ENODEV: No such device'' normally means the kernel does not have the +driver configured or loaded. +.SH OPTIONS +.TP +.B \-V +Print out version (actually RCS version information) and exit. +.TP +.B \-n +Do not actually update the devices, just print the actions that would be +performed. +.TP +.B \-d +Delete the devices. The main use for this flag is by +.B MAKEDEV +itself. +.TP +.B \-v +Be verbose. Print out the actions as they are performed. This is the +same output as produced by +.BR \-n . +.SH CUSTOMISATION +Since there is currently no standardisation in what names are used for +system users and groups, it is possible that you may need to modify +.B MAKEDEV +to reflect your site's settings. Near the top of the file is a mapping +from device type to user, group and permissions (e.g. all CD-ROM devices +are set from the \fC$cdrom\fP variable). If you wish to change the +defaults, this is the section to edit. +.SH DEVICES +.TP +.B General Options +.TP +.B update +This only works on kernels which have \fC/proc/interrupts\fP (introduced +during 1.1.x). This file is scanned to see what devices are currently +configured into the kernel, and this is compared with the previous +settings stored in the file called \fCDEVICES\fP. +Devices which are new since then or have a different major number are +created, and those which are no longer configured are deleted. +.TP +.B generic +Create a generic subset of devices. This is the standard devices, plus +floppy drives, various hard drives, pseudo-terminals, console devices, +basic serial devices, busmice, and printer ports. +.TP +.B +std +Standard devices. +These are: +.B mem +\- acess to physical memory; +.B kmem +\- access to kernel virtual memory; +.B null +\- null device (infinite sink); +.B port +\- access to I/O ports; +.B zero +\- null byte source (infinite source); +.B core +\- symlink to /proc/kcore (for kernel debugging); +.B full +\- always returns ENOSPACE on write; +.B ram +\- ramdisk; +.B tty +\- to access the controlling tty of a process. +.TP +.B local +This simply runs +.BR MAKEDEV.local . +This is a script that can create any local devices. +.TP +.B Virtual Terminals +.TP +.I console +This creates the devices associated with the console. This is the virtual +terminals +.RI tty x , +where +.I x +can be from 0 though 63. The device tty0 is the currently active vt, and +is also known as \fCconsole\fP. For each vt, there are two devices +.RI vcs x +and +.RI vcsa x , +which are used to generate screen-dumps of the vt (the +.BI vcs x +is just the text, +and +.BI vcsa x +includes the attributes). +.TP +.B Serial Devices +.TP +.I ttyS{0..63} +Serial ports and corresponding dialout device. For device +.BI ttyS x , +there is also the device +.BI cua x +which is used to dial out with. This can avoid the need for cooperative +locks in simple situations. +.TP +.I cyclades +Dial-in and dial-out devices for the cyclades intelligent I/O serial card. +The dial in device is +.BI ttyC x +and the corresponding dial-out device is +.BI cub x +Devices for 32 lines are created. +.TP +.B Pseudo Terminals +.TP +.I pty[p-s] +Each possible argument will create a bank of 16 master and slave +pairs. The current kernel (1.2) is limited to 64 such pairs. +The master pseudo-terminals are +.BR pty[p-s][0-9a-f] , +and the slaves are +.BR tty[p-s][0-9a-f] . +.TP +.B Parallel Ports +.TP +.I lp +Standard parallel ports. The devices are created +.BR lp0 , +.BR lp1 , +and +.BR lp2 . +These correspond to ports at 0x3bc, 0x378 and 0x278. +Hence, on some machines, the first printer port may actually be +.BR lp1 . +.TP +.I par +Alternative to +.IR lp . +Ports are named +.BI par x +instead of +.BI lp x . +.TP +.B Bus Mice +.TP +.I busmice +The various bus mice devices. This creates the following devices: +.B logimouse +(Logitech bus mouse), +.B psmouse +(PS/2-style mouse), +.B msmouse +(Microsoft Inport bus mouse) and +.B atimouse +(ATI XL bus mouse) and +.B jmouse +(J-mouse). +.TP +.B Joystick Devices +.TP +.I js +Joystick. Creates +.B js0 +and +.BR js1 . +.TP +.B Disk Devices +.TP +.I fd[0-7] +Floppy disk devices. The device +.BI fd x +is the device which autodetects the format, and the additional devices are +fixed format (whose size is indicated in the name). +The other devices are named as +.BI fd xLn . +The single letter +.I L +identifies the type of floppy disk (d = 5.25" DD, h = 5.25" HD, D = 3.5" +DD, H = 3.5" HD, E = 3.5" ED). The number +.I n +represents the capacity of that format in K. Thus the standard formats +are +.BI fd x d360 , +.BI fd x h1200 , +.BI fd x D720 , +.BI fd x H1440 , +and +.RI fd x E2880 . +.IP +For more information see Alain Knaff's fdutils package. +.IP +Devices +.BI fd0 * +through +.BI fd3 * +are floppy disks on the first controller, and devices +.BI fd4 * +through +.BI fd7 * +are floppy disks on the second controller. +.TP +.I hd[a-d] +AT hard disks. The device +.BI hd x +provides access to the whole disk, with the partitions being +.BI hd x [0-20]. +The four primary partitions are +.BI hd x 1 +through +.BI hd x 4, +with the logical partitions being numbered from +.BI hd x 5 +though +.BI hd x 20. +(A primary partition can be made into an extended partition, which can hold +4 logical partitions). +By default, only the devices for 4 logical partitions are made. The +others can be made by uncommenting them. +.IP +Drives hda and hdb are the two on the first controller. If using the new +IDE driver (rather than the old HD driver), then hdc and hdd are the two +drives on the secondary controller. These devices can also be used to +acess IDE CDROMs if using the new IDE driver. +.TP +.I xd[a-d] +XT hard disks. Partitions are the same as IDE disks. +.TP +.I sd[a-h] +SCSI hard disks. The partitions are similar to the IDE disks, but there +is a limit of 11 logical partitions +.RI (sd x 5 +through +.RI sd x 15). +This is to allow there to be 8 SCSI disks. +.TP +.I loop +Loopback disk devices. These allow you to use a regular file as a +block device. This means that images of filesystems can be mounted, +and used as normal. This creates 8 devices loop0 through loop7. +.TP +.B Tape Devices +.TP +.I st[0-7] +SCSI tapes. This creates the rewinding tape device +.BI st x +and the non-rewinding tape device +.BI nst x . +.TP +.I qic +QIC-80 tapes. The devices created are +.BR rmt8 , +.BR rmt16 , +.BR tape-d , +and +.BR tape-reset . +.TP +.I ftape +Floppy driver tapes (QIC-117). There are 4 methods of access depending on +the floppy tape drive. For each of access methods 0, 1, 2 and 3, the +devices +.BI rft x +(rewinding) and +.BI nrft x +(non-rewinding) are created. For compatability, devices +.B ftape +and +.B nftape +are symlinks to +.B rft0 +and +.B nrft0 +respectively. +.TP +.B CDROM Devices +.TP +.I scd[0-7] +SCSI CD players. +.TP +.I sonycd +Sony CDU-31A CD player. +.TP +.I mcd +Mitsumi CD player. +.TP +.I cdu535 +Sony CDU-535 CD player. +.TP +.I lmscd +LMS/Philips CD player. +.TP +.I sbpcd{,1,2,3} +Sound Blaster CD player. The kernel is capable of supporting 16 CDROMs, +each of which is accessed as +.BR sbpcd[0-9a-f] . +These are assigned in groups of 4 to each controller. +.B sbpcd +is a symlink to +.BR sbpcd0 . +.\" .TP +.\" .I idecd +.\" NEC CDR-260 (note: this will probably be obsoleted by the new IDE driver). +.TP +.B Scanner +.TP +.I logiscan +Logitech ScanMan32 & ScanMan 256. +.TP +.I m105scan +Mustek M105 Handscanner. +.TP +.I ac4096 +A4Tek Color Handscanner. +.TP +.B Audio +.TP +.I audio +This creates the audio devices used by the sound driver. These include +.BR mixer , +.BR sequencer , +.BR dsp , +and +.BR audio . +.TP +.I pcaudio +Devices for the PC Speaker sound driver. These are +.BR pcmixer . +.BR pxsp , +and +.BR pcaudio . +.TP +.B Miscellaneous +.TP +.I sg +Generic SCSI devices. The devices created are +.B sg0 through +.BR sg7 . +These +allow arbitary commands to be sent to any SCSI device. This allows for +querying information about the device, or controlling SCSI devices that +are not one of disk, tape or CDROM (e.g. scanner, writeable CDROM). +.TP +.I fd +To allow an arbitary program to be fed input from file descriptor +.IR x , +use +.BI /dev/fd/ x +as the file name. This also creates +BR /dev/stdin , +BR /dev/stdout , +and +BR /dev/stderr . +(Note, these are just symlinks into /proc/self/fd). +.TP +.I ibcs2 +Devices (and symlinks) needed by the IBCS2 emulation. +.TP +.I apm +Devices for power management. +.TP +.I dcf +Driver for DCF-77 radio clock. +.TP +.I helloworld +Kernel modules demonstration device. See the modules source. +.TP +.B "Network Devices" +Linux used to have devices in /dev for controlling network devices, but +that is no longer the case. To see what network devices are known by the +kernel, look at /proc/net/dev. +.SH "SEE ALSO" +Linux Allocated Devices, maintained by H.\ Peter Anvin, +<Peter.Anvin@linux.org>. +.SH AUTHOR +Nick Holloway diff --git a/man/consoletype.1 b/man/consoletype.1 new file mode 100644 index 0000000..2720f87 --- /dev/null +++ b/man/consoletype.1 @@ -0,0 +1,28 @@ +.TH CONSOLETYPE 1 "Red Hat, Inc" "RH" \" -*- nroff -*- +.SH NAME +.B consoletype +\- print type of the console connected to standard input +.SH SYNOPSIS +.B consoletype +.SH DESCRIPTION +.B consoletype +prints the type of console connected to standard input. It prints +.I vt +if console is a virtual terminal (/dev/tty* or /dev/console device if not on +a serial console), +.I serial +if standard input is a serial console (/dev/console or /dev/ttyS*) and +.I pty +if standard input is a pseudo terminal. +.SH RETURN VALUE +.B consoletype +returns +.TP +.I 0 +if on virtual terminal +.TP +.I 1 +if on serial console +.TP +.I 2 +if on a pseudo terminal. diff --git a/man/modules-update.8 b/man/modules-update.8 new file mode 100644 index 0000000..84ac7a8 --- /dev/null +++ b/man/modules-update.8 @@ -0,0 +1,51 @@ +.TH MODULES-UPDATE 8 "Gentoo Linux" "2001" +.SH NAME +modules\-update \- (re)generate /etc/modules.conf +.SH SYNOPSIS +.B modules\-update +[force] +.SH DESCRIPTION +.B modules\-update +is a simple tool to manage +.IR /etc/modules.conf . +The Linux module utilities use a single file for all their +configuration. This makes it difficult for packages to dynamically add +information about their own modules. +.PP +.B modules-update +makes the dynamic addition of information easier by generating the +single configuration file from the many files located in +.IR /etc/modules.d/ . +All files in that directory are assembled together to form +.IR /etc/modules.conf . +.PP +After generation, a backup of the old file can be found at +.IR /etc/modules.conf.old . +.SH "FILES" +There are two types of file you can put in +.IR /etc/modules.d/ : +normal files and exectuable files. Normal files contain standard modules +configuration information, as described in +.BR modules.conf (5). +Executable files are executed and their output is used as extra configuration +information. Error messages are sent to stderr and thus do not become +part of the configuration file. +.SH OPTIONS +.TP +.I force +.B modules\-update +will check if the current +.I /etc/modules.conf +is a generated file by checking for a special tag on the first line. If this +tag is not found generation is aborted. By supplying +.I force +as parameter only a warning is printed. +.SH "REPORTING BUGS" +Please report bugs via http://bugs.gentoo.org/ +.SH "SEE ALSO" +.BR depmod (1), +.BR modules.conf (5) +.SH AUTHOR +This manual page was written by Wichert Akkerman <wakkerma@debian.org> +for the Debian GNU/Linux system. Modified for +.I Gentoo Linux. diff --git a/man/modules.autoload.5 b/man/modules.autoload.5 new file mode 100644 index 0000000..1a0c3e3 --- /dev/null +++ b/man/modules.autoload.5 @@ -0,0 +1,19 @@ +.TH MODULES.AUTOLOAD 5 "Gentoo Linux" "Nov 2001" +.SH NAME +\fI/etc/modules.autoload\fR - kernel modules to load at boot time +.SH DESCRIPTION +.PP +The \fI/etc/modules.autoload\fR +file contains the names of kernel modules that are to be loaded at boot +time, one per line. Arguments can be given on the same line as the module +name. Comments begin with a `#', and everything on the line after it is +ignored. This file is read by the \fI/etc/init.d/modules\fR initscript, +which is usually linked in the \fI/etc/runlevels/boot\fR directory. +.SH "SEE ALSO" +.BR modules-update (8), +.BR modprobe (8), +.BR modules.conf (5) +.TP +The \fI/sbin/modules-update\fR script. +.TP +The files in \fI/etc/modules.d\fR. diff --git a/man/rc-status.8 b/man/rc-status.8 new file mode 100644 index 0000000..c91e872 --- /dev/null +++ b/man/rc-status.8 @@ -0,0 +1,39 @@ +.TH "BASELAYOUT" "8" "May 2004" "baselayout" "baselayout" +.SH NAME +rc-status \- show status info about runlevels +.SH SYNOPSIS +\fBrc-status\fR \fI[command [runlevel]]\fR +.SH DESCRIPTION +\fBrc-status\fR gathers and displays information about the status of init +scripts in different runlevels. The default behavior is to show information +about the current runlevel, but any runlevel can be quickly examined. +directory. They must also conform to the Gentoo runscript standard. +.SH OPTIONS +.TP +\fB\-\-all (\-a)\fR +Show all runlevels and their services +.TP +\fB\-\-list (\-l)\fR +List all defined runlevels +.TP +\fB\-\-nocolor (\-nc)\fR +Disable color output +.TP +\fB\-\-servicelist (\-s)\fR +Show all services +.TP +\fB\-\-unused (\-u)\fR +Show services not assigned to any runlevel +.TP +\fB[runlevel]\fR +Show information only for the named \fBrunlevel\fR +.SH "REPORTING BUGS" +Please report bugs via http://bugs.gentoo.org/ +.SH "SEE ALSO" +.BR rc-update (8) + +http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4 +.SH AUTHORS +Mike Frysinger <vapier@gentoo.org> +.SH "CVS HEADER" +$Header$ diff --git a/man/rc-update.8 b/man/rc-update.8 new file mode 100644 index 0000000..b5b1d8c --- /dev/null +++ b/man/rc-update.8 @@ -0,0 +1,46 @@ +.TH "BASELAYOUT" "8" "May 2004" "baselayout" "baselayout" +.SH NAME +rc-update \- add and remove init scripts to a runlevel +.SH SYNOPSIS +\fBrc-update\fR \fIadd\fR \fIscript\fR \fI<runlevels>\fR +.br +\fBrc-update\fR \fIdel\fR \fIscript\fR \fI[runlevels]\fR +.br +\fBrc-update\fR \fIshow\fR \fI[runlevels]\fR +.SH DESCRIPTION +Gentoo's init system uses named runlevels. Rather than editing some obscure +file or managing a directory of symlinks, \fBrc-update\fR exists to quickly +add or delete init scripts from different runlevels. + +All scripts specified with this utility must reside in the \fI/etc/init.d\fR +directory. They must also conform to the Gentoo runscript standard. +.SH OPTIONS +.TP +\fBadd (\-a)\fR \fIscript\fR \fI<runlevels>\fR +Add the specified \fIinit script\fR to the specified \fIrunlevels\fR. You +must specify at least one runlevel. + +Example: rc-update add net.eth0 default +.TP +\fBdel (\-d)\fR \fIscript\fR \fI[runlevels]\fR +Delete the specified \fIinit script\fR from the specified \fIrunlevels\fR. +If you do not specify the \fIrunlevels\fR from which to delete, the script +will be removed from all exists runlevels. + +Example: rc-update del sysklogd +.TP +\fBshow (\-s)\fR \fI[runlevels]\fR +Show all init scripts and the runlevels they belong to. If you specify +\fIrunlevels\fR to show, then only those will be included in the output. + +Example: rc-update show +.SH "REPORTING BUGS" +Please report bugs via http://bugs.gentoo.org/ +.SH "SEE ALSO" +.BR rc-status (8) + +http://www.gentoo.org/doc/en/handbook/handbook-x86.xml?part=2&chap=4 +.SH AUTHORS +Mike Frysinger <vapier@gentoo.org> +.SH "CVS HEADER" +$Header$ diff --git a/man/start-stop-daemon.8 b/man/start-stop-daemon.8 new file mode 100644 index 0000000..d0d8f0b --- /dev/null +++ b/man/start-stop-daemon.8 @@ -0,0 +1,233 @@ +.\" Hey, Emacs! This is an -*- nroff -*- source file. +.TH START\-STOP\-DAEMON 8 "15th March 1997" "Debian Project" "Debian GNU/Linux" +.SH NAME +start\-stop\-daemon \- start and stop system daemon programs +.SH SYNOPSIS +.B start-stop-daemon +.BR -S | --start +.IR options +.RB [ \-\- ] +.IR arguments +.HP +.B start-stop-daemon +.BR -K | --stop +.IR options +.HP +.B start-stop-daemon +.BR -H | --help +.HP +.B start-stop-daemon +.BR -V | --version +.SH DESCRIPTION +.B start\-stop\-daemon +is used to control the creation and termination of system-level processes. +Using the +.BR --exec ", " --pidfile ", " --user ", and " --name " options," +.B start\-stop\-daemon +can be configured to find existing instances of a running process. + +With +.BR --start , +.B start\-stop\-daemon +checks for the existence of a specified process. +If such a process exists, +.B start\-stop\-daemon +does nothing, and exits with error status 1 (0 if +.BR --oknodo +is specified). +If such a process does not exist, it starts an +instance, using either the executable specified by +.BR --exec , +(or, if specified, by +.BR --startas ). +Any arguments given after +.BR -- +on the command line are passed unmodified to the program being +started. If +.B --retry +is specified then start-stop-daemon will check that the process(es) +have terminated. + +With +.BR --stop , +.B start\-stop\-daemon +also checks for the existence of a specified process. +If such a process exists, +.B start\-stop\-daemon +sends it the signal specified by +.BR --signal , +and exits with error status 0. +If such a process does not exist, +.B start\-stop\-daemon +exits with error status 1 +(0 if +.BR --oknodo +is specified). + +.SH OPTIONS + +.TP +\fB-x\fP|\fB--exec\fP \fIexecutable\fP +Check for processes that are instances of this executable (according to +.B /proc/ +.I pid +.B /exe +). +.TP +\fB-p\fP|\fB--pidfile\fP \fIpid-file\fP +Check for processes whose process-id is specified in +.I pid-file. +.TP +\fB-u\fP|\fB--user\fP \fIusername\fP|\fIuid\fP +Check for processes owned by the user specified by +.I username +or +.I uid. +.TP +\fB-n\fP|\fB--name\fP \fIprocess-name\fP +Check for processes with the name +.I process-name +(according to +.B /proc/ +.I pid +.B /stat +). +.TP +\fB-s\fP|\fB--signal\fP \fIsignal\fP +With +.BR --stop +, specifies the signal to send to processes being stopped (default 15). +.TP +\fB-R\fP|\fB--retry\fP \fItimeout\fP|\fIschedule\fP +With +.BR --stop , +specifies that +.B start-stop-daemon +is to check whether the process(es) +do finish. It will check repeatedly whether any matching processes +are running, until none are. If the processes do not exit it will +then take further action as determined by the schedule. + +If +.I timeout +is specified instead of +.I schedule +then the schedule +.IB signal / timeout /KILL/ timeout +is used, where +.I signal +is the signal specified with +.BR --signal . + +.I schedule +is a list of at least two items separated by slashes +.RB ( / ); +each item may be +.BI - signal-number +or [\fB\-\fP]\fIsignal-name\fP, +which means to send that signal, +or +.IR timeout , +which means to wait that many seconds for processes to +exit, +or +.BR forever , +which means to repeat the rest of the schedule forever if +necessary. + +If the end of the schedule is reached and +.BR forever +is not specified, then +.B start-stop-daemon +exits with error status 2. +If a schedule is specified, then any signal specified +with +.B --signal +is ignored. +.TP +\fB-a\fP|\fB--startas\fP \fIpathname\fP +With +.BR --start , +start the process specified by +.IR pathname . +If not specified, defaults to the argument given to +.BR --exec . +.TP +.BR -t | --test +Print actions that would be taken and set appropriate return value, +but take no action. +.TP +.BR -o | --oknodo +Return exit status 0 instead of 1 if no actions are (would be) taken. +.TP +.BR -q | --quiet +Do not print informational messages; only display error messages. +.TP +\fB-c\fP|\fB--chuid\fP \fIusername\fR|\fIuid\fP +Change to this username/uid before starting the process. You can also +specify a group by appending a +.BR : , +then the group or gid in the same way +as you would for the `chown' command (\fIuser\fP\fB:\fP\fIgroup\fP). +When using this option +you must realize that the primary and supplemental groups are set as well, +even if the +.B --group +option is not specified. The +.B --group +option is only for +groups that the user isn't normally a member of (like adding per/process +group membership for generic users like +.BR nobody ). +.TP +\fB-r\fP|\fB--chroot\fP \fIroot\fP +Chdir and chroot to +.I root +before starting the process. Please note that the pidfile is also written +after the chroot. +.TP +.BR -b | --background +Typically used with programs that don't detach on their own. This option +will force +.B start-stop-daemon +to fork before starting the process, and force it into the background. +.B WARNING: start-stop-daemon +cannot check the exit status if the process fails to execute for +.B any +reason. This is a last resort, and is only meant for programs that either +make no sense forking on their own, or where it's not feasible to add the +code for it to do this itself. +.TP +.BR -N | --nicelevel +This alters the prority of the process before starting it. +.TP +.BR -m | --make-pidfile +Used when starting a program that does not create its own pid file. This +option will make +.B start-stop-daemon +create the file referenced with +.B --pidfile +and place the pid into it just before executing the process. Note, it will +not be removed when stopping the program. +.B NOTE: +This feature may not work in all cases. Most notably when the program +being executed forks from its main process. Because of this it is usually +only useful when combined with the +.B --background +option. +.TP +.BR -v | --verbose +Print verbose informational messages. +.TP +.BR -H | --help +Print help information; then exit. +.TP +.BR -V | --version +Print version information; then exit. + +.SH AUTHORS +Marek Michalkiewicz <marekm@i17linuxb.ists.pwr.wroc.pl> based on +a previous version by Ian Jackson <ian@chiark.greenend.org.uk>. + +Manual page by Klee Dienes <klee@mit.edu>, partially reformatted +by Ian Jackson. |