diff options
-rw-r--r-- | kerberosV/src/kdc/hprop.8 | 61 | ||||
-rw-r--r-- | kerberosV/src/kdc/hpropd.8 | 10 | ||||
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 4 | ||||
-rw-r--r-- | libexec/ftpd/ftpd.8 | 10 | ||||
-rw-r--r-- | sbin/fdisk/fdisk.8 | 13 | ||||
-rw-r--r-- | sbin/fsck/fsck.8 | 6 | ||||
-rw-r--r-- | share/man/man8/man8.vax/format.8 | 4 | ||||
-rw-r--r-- | usr.bin/ssh/sshd.8 | 31 | ||||
-rw-r--r-- | usr.sbin/eeprom/eeprom.8 | 156 | ||||
-rw-r--r-- | usr.sbin/extattrctl/extattrctl.8 | 4 | ||||
-rw-r--r-- | usr.sbin/getextattr/getextattr.8 | 4 | ||||
-rw-r--r-- | usr.sbin/user/groupmod.8 | 6 |
12 files changed, 154 insertions, 155 deletions
diff --git a/kerberosV/src/kdc/hprop.8 b/kerberosV/src/kdc/hprop.8 index 9b26d25c0f0..ef1b2810f4c 100644 --- a/kerberosV/src/kdc/hprop.8 +++ b/kerberosV/src/kdc/hprop.8 @@ -1,44 +1,49 @@ -.\" $KTH: hprop.8,v 1.8 2001/01/30 04:18:41 assar Exp $ +.\" $KTH: hprop.8,v 1.13 2001/07/19 16:33:26 assar Exp $ .\" .Dd June 19, 2000 .Dt HPROP 8 .Os HEIMDAL .Sh NAME .Nm hprop -.Nd -propagate the KDC database +.Nd propagate the KDC database .Sh SYNOPSIS -.Nm +.Nm hprop +.Bk -words .Oo Fl m Ar file \*(Ba Xo -.Fl -master-key= Ns Pa file Oc +.Fl -master-key= Ns Pa file .Xc +.Oc .Oo Fl d Ar file \*(Ba Xo -.Fl -database= Ns Pa file Oc +.Fl -database= Ns Pa file +.Xc +.Oc +.Op Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|krb4-db|kaserver +.Oo Fl r Ar string \*(Ba Xo +.Fl -v4-realm= Ns Ar string .Xc -.Op Fl -source= Ns Ar heimdal|mit-dump|krb4-db|krb4-dump -.Op Fl 4 | Fl -v4-db -.Op Fl K | Fl -ka-db +.Oc .Oo Fl c Ar cell \*(Ba Xo -.Fl -cell= Ns Ar cell Oc +.Fl -cell= Ns Ar cell .Xc +.Oc .Op Fl S | Fl -kaspecials -.Oo Fl r Ar string \*(Ba Xo -.Fl -v4-realm= Ns Ar string Oc -.Xc .Oo Fl k Ar keytab \*(Ba Xo -.Fl -keytab= Ns Ar keytab Oc +.Fl -keytab= Ns Ar keytab .Xc +.Oc .Oo Fl R Ar string \*(Ba Xo -.Fl -v5-realm= Ns Ar string Oc +.Fl -v5-realm= Ns Ar string .Xc +.Oc .Op Fl D | Fl -decrypt .Op Fl E | Fl -encrypt .Op Fl n | Fl -stdout .Op Fl v | Fl -verbose .Op Fl -version .Op Fl h | Fl -help -.Ar host Ns Op :port -... +.Op Ar host Ns Op : Ns Ar port +.Ar ... +.Ek .Sh DESCRIPTION .Nm takes a principal database in a specified format and converts it into @@ -65,10 +70,11 @@ Where to find the master key to encrypt or decrypt keys with. .Xc The database to be propagated. .It Xo -.Fl -source= Ns Ar heimdal|mit-dump|krb4-db|krb4-dump +.Fl -source= Ns Ar heimdal|mit-dump|krb4-dump|krb4-db|kaserver .Xc Specifies the type of the source database. Alternatives include: -.Bl -tag -width krb4-dump + +.Bl -tag -width krb4-dump -compact -offset indent .It heimdal a Heimdal database .It mit-dump @@ -78,7 +84,7 @@ a Kerberos 4 database .It krb4-dump a Kerberos 4 dump file .It kaserver -a Transarc kaserver database +an AFS kaserver database .El .It Xo .Fl k Ar keytab Ns , @@ -99,20 +105,20 @@ Local realm override. .Fl -decrypt .Xc The encryption keys in the database can either be in clear, or -encrypted with a master key. This option thansmits the database with +encrypted with a master key. This option transmits the database with unencrypted keys. .It Xo .Fl E Ns , .Fl -encrypt .Xc -This option thansmits the database with encrypted keys. +This option transmits the database with encrypted keys. .It Xo .Fl n Ns , .Fl -stdout .Xc Dump the database on stdout, in a format that can be fed to hpropd. .El - +.Pp The following options are only valid if .Nm hprop is compiled with support for Kerberos 4 (kaserver). @@ -121,7 +127,7 @@ is compiled with support for Kerberos 4 (kaserver). .Fl r Ar string Ns , .Fl -v4-realm= Ns Ar string .Xc -v4 realm to use +v4 realm to use. .It Xo .Fl c Ar cell Ns , .Fl -cell= Ns Ar cell @@ -145,7 +151,6 @@ Deprecated, identical to Deprecated, identical to .Sq --source=kaserver . .El - .Sh EXAMPLES The following will propagate a database to another machine (which should run @@ -153,15 +158,15 @@ should run .Bd -literal -offset indent $ hprop slave-1 slave-2 .Ed - +.Pp Copy a Kerberos 4 database to a Kerberos 5 slave: .Bd -literal -offset indent $ hprop --source=krb4-db -E krb5-slave .Ed - +.Pp Convert a Kerberos 4 dump-file for use with a Heimdal KDC: .Bd -literal -offset indent -$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump -E | hpropd -n +$ hprop -n --source=krb4-dump -d /var/kerberos/principal.dump --master-key=/.k | hpropd -n .Ed .Sh SEE ALSO .Xr hpropd 8 diff --git a/kerberosV/src/kdc/hpropd.8 b/kerberosV/src/kdc/hpropd.8 index f53f8a4f8c6..582b04f5f68 100644 --- a/kerberosV/src/kdc/hpropd.8 +++ b/kerberosV/src/kdc/hpropd.8 @@ -7,7 +7,8 @@ .Nm hpropd .Nd receive a propagated database .Sh SYNOPSIS -.Nm +.Nm hpropd +.Bk -words .Oo Fl d Ar file \*(Ba Xo .Fl -database= Ns Ar file .Xc @@ -20,10 +21,11 @@ .Xc .Oc .Op Fl 4 | Fl -v4dump +.Ek .Sh DESCRIPTION .Nm -receives databases sent by -.Nm hprop . +receives a database sent by +.Xr hprop 8 and writes it as a local database. .Pp By default, @@ -58,7 +60,7 @@ print dump to stdout .Fl i Ns , .Fl -no-inetd .Xc -Not started from inetd +not started from inetd .It Xo .Fl k Ar keytab Ns , .Fl -keytab= Ns Ar keytab diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index 4915f422575..830cbcfc0c3 100644 --- a/libexec/ftp-proxy/ftp-proxy.8 +++ b/libexec/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.29 2002/12/21 21:13:43 henning Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.30 2003/01/31 21:54:40 jmc Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -108,7 +108,7 @@ necessary to capture the FTP control connection. .It Fl V Be verbose. With this option the proxy logs the control commands -sent by clients and the replies send by the servers to +sent by clients and the replies sent by the servers to .Xr syslog 8 .It Fl w Use the tcp wrapper access control library diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index bea69fd2a3c..7d7a458873b 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.55 2002/11/15 19:52:15 millert Exp $ +.\" $OpenBSD: ftpd.8,v 1.56 2003/01/31 21:54:40 jmc Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -91,7 +91,7 @@ Instead of simply using .Pa ~ftp for anonymous transfers, a directory matching the fully qualified name of the IP number the client connected to, and located inside -.Pa ~ftp +.Pa ~ftp , is used instead. .It Fl n Do not permit anonymous ftp logins. @@ -233,7 +233,7 @@ SITE request. .It UMASK Ta change umask, e.g., ``SITE UMASK 002'' .It IDLE Ta set idle-timer, e.g., ``SITE IDLE 60'' .It CHMOD Ta change mode of a file, e.g., ``SITE CHMOD 755 filename'' -.It HELP Ta give help information. +.It HELP Ta give help information .El .Pp The remaining ftp requests specified in Internet RFC 959 @@ -528,9 +528,9 @@ list of users on the system .Xr chroot 2 , .Xr login.conf 5 , .Xr shells 5 , +.Xr ftp-proxy 8 , .Xr inetd 8 , -.Xr syslogd 8 , -.Xr ftp-proxy 8 +.Xr syslogd 8 .Sh HISTORY The .Nm diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index bf8d125a2f2..b1348ad6742 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdisk.8,v 1.38 2002/01/04 21:20:56 kjell Exp $ +.\" $OpenBSD: fdisk.8,v 1.39 2003/01/31 21:54:40 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" All rights reserved. @@ -70,7 +70,7 @@ Edit existing MBR sectors. .It Fl f Ar mbrname Specifies an alternate MBR template file. .It Fl u -Update MBR code, preserving existing partition table +Update MBR code, preserving existing partition table. .It Xo Fl c Ar cylinders , .Fl h Ar heads , .Fl s Ar sectors @@ -129,7 +129,7 @@ If no 166 partition is found, it will use an older partition (with a magic number of 165 or A5 in hex). .It Em "cyl/hd/sec" These fields provide the starting and ending address of the partition -in BIOS geometry +in BIOS geometry. .It Em "start/size" These fields provide the starting sector and size in sectors of the partition in linear block addresses. @@ -171,9 +171,10 @@ equivalent to the DOS command .Dq FDISK /MBR . Note that this option will overwrite the NT disk signature, if present. .Pp -The flag +The .Fl e -is used to modify a partition table using a interactive edit mode of the +flag is used to modify a partition table using an +interactive edit mode of the .Nm program. This mode is designed to allow you to change any partition on the @@ -196,7 +197,7 @@ If it has been modified, the prompt will change to look like: The second piece of information pertains to the number given in the prompt. This number specifies the disk offset of the currently selected boot block you are editing. -This number could be something different that zero when +This number could be something other than zero when you are editing extended partitions. The list of commands and their explanations are given below. .Bl -tag -width "update" diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 69dc6964f4d..dbe53784824 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.19 2002/10/17 13:15:21 brad Exp $ +.\" $OpenBSD: fsck.8,v 1.20 2003/01/31 21:54:40 jmc Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -47,7 +47,7 @@ The command invokes filesystem-specific programs to check the special devices listed in the .Xr fstab 5 -file or in the command line for consistency. +file or on the command line for consistency. The options are as follows: .Bl -tag -width Ds .It Fl d @@ -105,7 +105,7 @@ filesystem table .El .Sh SEE ALSO .Xr fstab 5 , -.Xr fsck_ffs 8 , .Xr fsck_ext2fs 8 , +.Xr fsck_ffs 8 , .Xr fsck_msdos 8 , .Xr mount 8 diff --git a/share/man/man8/man8.vax/format.8 b/share/man/man8/man8.vax/format.8 index f665a913e59..10c06d16c28 100644 --- a/share/man/man8/man8.vax/format.8 +++ b/share/man/man8/man8.vax/format.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: format.8,v 1.11 2002/08/29 07:34:31 wcobb Exp $ +.\" $OpenBSD: format.8,v 1.12 2003/01/31 21:54:40 jmc Exp $ .\" Copyright (c) 1980, 1983 The Regents of the University of California. .\" All rights reserved. .\" @@ -169,7 +169,7 @@ A carriage return disables debugging information. should be used prior to building file systems (with .Xr newfs 8 to ensure that all sectors with uncorrectable media errors -are remapped. +are remapped). If a drive develops uncorrectable defects after formatting, either .Xr bad144 8 or diff --git a/usr.bin/ssh/sshd.8 b/usr.bin/ssh/sshd.8 index 22ab70e0021..a99c4f16273 100644 --- a/usr.bin/ssh/sshd.8 +++ b/usr.bin/ssh/sshd.8 @@ -34,7 +34,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sshd.8,v 1.193 2002/09/24 20:59:44 todd Exp $ +.\" $OpenBSD: sshd.8,v 1.194 2003/01/31 21:54:40 jmc Exp $ .Dd September 25, 1999 .Dt SSHD 8 .Os @@ -43,6 +43,7 @@ .Nd OpenSSH SSH daemon .Sh SYNOPSIS .Nm sshd +.Bk -words .Op Fl deiqtD46 .Op Fl b Ar bits .Op Fl f Ar config_file @@ -52,6 +53,7 @@ .Op Fl o Ar option .Op Fl p Ar port .Op Fl u Ar len +.Ek .Sh DESCRIPTION .Nm (SSH Daemon) is the daemon program for @@ -75,7 +77,7 @@ This implementation of .Nm supports both SSH protocol version 1 and 2 simultaneously. .Nm -works as follows. +works as follows: .Pp .Ss SSH protocol version 1 .Pp @@ -86,7 +88,7 @@ the daemon starts, it generates a server RSA key (normally 768 bits). This key is normally regenerated every hour if it has been used, and is never stored on disk. .Pp -Whenever a client connects the daemon responds with its public +Whenever a client connects, the daemon responds with its public host and server keys. The client compares the RSA host key against its own database to verify that it has not changed. @@ -119,7 +121,7 @@ System security is not improved unless .Nm rshd , .Nm rlogind , and -.Xr rexecd +.Nm rexecd are disabled (thus completely disabling .Xr rlogin and @@ -189,7 +191,9 @@ The server sends verbose debug output to the system log, and does not put itself in the background. The server also will not fork and will only process one connection. This option is only intended for debugging for the server. -Multiple -d options increase the debugging level. +Multiple +.Fl d +options increase the debugging level. Maximum is 3. .It Fl e When this option is specified, @@ -225,7 +229,8 @@ the different protocol versions and host key algorithms. .It Fl i Specifies that .Nm -is being run from inetd. +is being run from +.Xr inetd 8 . .Nm is normally not run from inetd because it needs to generate the server key before it can @@ -282,7 +287,7 @@ should be put into the .Pa utmp file. .Fl u0 -is also be used to prevent +may also be used to prevent .Nm from making DNS requests unless the authentication mechanism or configuration requires it. @@ -446,7 +451,7 @@ authentication. The command supplied by the user (if any) is ignored. The command is run on a pty if the client requests a pty; otherwise it is run without a tty. -If a 8-bit clean channel is required, +If an 8-bit clean channel is required, one must not request a pty or should specify .Cm no-pty . A quote may be included in the command by quoting it with a backslash. @@ -506,7 +511,7 @@ command="dump /home",no-pty,no-port-forwarding 1024 33 23.\|.\|.\|2323 backup.hu permitopen="10.2.1.55:80",permitopen="10.2.1.56:25" 1024 33 23.\|.\|.\|2323 .Sh SSH_KNOWN_HOSTS FILE FORMAT The -.Pa /etc/ssh/ssh_known_hosts , +.Pa /etc/ssh/ssh_known_hosts and .Pa $HOME/.ssh/known_hosts files contain host public keys for all known hosts. @@ -627,7 +632,7 @@ These files should be writable only by root/the owner. .Pa /etc/ssh/ssh_known_hosts should be world-readable, and .Pa $HOME/.ssh/known_hosts -can but need not be world-readable. +can, but need not be, world-readable. .It Pa /etc/nologin If this file exists, .Nm @@ -644,7 +649,7 @@ Further details are described in This file contains host-username pairs, separated by a space, one per line. The given user on the corresponding host is permitted to log in -without password. +without a password. The same file is used by rlogind and rshd. The file must be writable only by the user; it is recommended that it not be @@ -713,7 +718,9 @@ controlled via the .Cm PermitUserEnvironment option. .It Pa $HOME/.ssh/rc -If this file exists, it is run with /bin/sh after reading the +If this file exists, it is run with +.Pa /bin/sh +after reading the environment files but before starting the user's shell or command. It must not produce any output on stdout; stderr must be used instead. diff --git a/usr.sbin/eeprom/eeprom.8 b/usr.sbin/eeprom/eeprom.8 index 6e78be6f8c0..cc8c29cb8f1 100644 --- a/usr.sbin/eeprom/eeprom.8 +++ b/usr.sbin/eeprom/eeprom.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: eeprom.8,v 1.11 2001/12/04 19:18:31 miod Exp $ +.\" $OpenBSD: eeprom.8,v 1.12 2003/01/31 21:54:39 jmc Exp $ .\" $NetBSD: eeprom.8,v 1.2 1996/02/28 01:13:24 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -41,18 +41,7 @@ .Sh NAME .Nm eeprom .Nd display or modify contents of the EEPROM or OpenProm -.Sh SUN 3 SYNOPSIS -.Nm eeprom -.Op Fl -.Op Fl c -.Op Fl f Ar device -.Op Fl i -.Oo -.Ar field Ns Oo -.Li = Ns Ar value -.Oc ... -.Oc -.Sh SPARC AND SPARC64 SYNOPSIS +.Sh SYNOPSIS .Nm eeprom .Op Fl .Op Fl c @@ -101,11 +90,6 @@ If checksum values are incorrect, .Nm eeprom will ignore them and continue after displaying a warning. This flag is quietly ignored on systems with an OpenProm. -.El -.Pp -The following options are valid only on the sparc and sparc64 and will -produce an error when used on a sun3: -.Bl -tag -width indent .It Fl v On systems with an OpenProm, be verbose when setting a value. Systems with an EEPROM are always verbose. @@ -118,7 +102,7 @@ instead of the default .Sh FIELDS AND VALUES The following fields and values are for systems with an EEPROM: .Bl -tag -width "watchdog_reboot " -.It hwupdate +.It Ar hwupdate A valid date, such as .Dq 7/12/95 . The strings @@ -126,11 +110,11 @@ The strings and .Dq now are also acceptable. -.It memsize +.It Ar memsize How much memory, in megabytes, is installed in the system. -.It memtest +.It Ar memtest How much memory, in megabytes, is to be tested upon power-up. -.It scrsize +.It Ar scrsize The size of the screen. Acceptable values are .Dq 1024x1024 , @@ -138,13 +122,13 @@ Acceptable values are .Dq 1600x1280 , and .Dq 1440x1440 . -.It watchdog_reboot +.It Ar watchdog_reboot If true, the system will reboot upon reset. Otherwise, the system will fall into the monitor. -.It default_boot +.It Ar default_boot If true, the system will use the boot device stored in -.Pa bootdev . -.It bootdev +.Ar bootdev . +.It Ar bootdev Specifies the default boot device in the form cc(x,x,x), where .Dq cc is a combination of two letters such as @@ -155,11 +139,11 @@ and each .Dq x is a hexadecimal number between 0 and ff, less the prepending .Dq 0x . -.It kbdtype +.It Ar kbdtype This value is .Dq 0 for all Sun keyboards. -.It console +.It Ar console Specifies the console type. Valid values are .Dq b&w , @@ -168,50 +152,50 @@ Valid values are .Dq color , and .Dq p4opt . -.It keyclick +.It Ar keyclick If true, the keys click annoyingly. -.It diagdev +.It Ar diagdev This is a string very similar to that used by -.Pa bootdev . +.Ar bootdev . It specifies the default boot device when the diagnostic switch is turned on. -.It diagpath +.It Ar diagpath A 40-character, NULL-terminated string specifying the kernel or standalone program to load when the diagnostic switch is turned on. -.It columns +.It Ar columns An 8-bit integer specifying the number of columns on the console. -.It rows +.It Ar rows An 8-bit integer specifying the number of rows on the console. -.It ttya_use_baud +.It Ar ttya_use_baud Use the baud rate stored in -.Pa ttya_baud +.Ar ttya_baud instead of the default 9600. -.It ttya_baud +.It Ar ttya_baud A 16-bit integer specifying the baud rate to use on ttya. -.It ttya_no_rtsdtr +.It Ar ttya_no_rtsdtr If true, disables RTS/DTR. -.It ttyb_use_baud +.It Ar ttyb_use_baud Similar to -.Pa ttya_use_baud , +.Ar ttya_use_baud , but for ttyb. -.It ttyb_baud +.It Ar ttyb_baud Similar to -.Pa ttya_baud , +.Ar ttya_baud , but for ttyb. -.It ttyb_no_rtsdtr +.It Ar ttyb_no_rtsdtr Similar to -.Pa ttya_no_rtsdtr , +.Ar ttya_no_rtsdtr , but for ttyb. -.It banner +.It Ar banner An 80-character, NULL-terminated string to use at power-up instead of the default Sun banner. .El .Pp Note that the -.Pa secure , -.Pa bad_login , +.Ar secure , +.Ar bad_login , and -.Pa password +.Ar password fields are not currently supported. .Pp Since the OpenProm is designed such that the field names are arbitrary, @@ -222,27 +206,27 @@ NOTE: this list may be incomplete or incorrect due to differences between revisions of the OpenProm. .Bl -tag -width "last-hardware-update " -.It sunmon-compat? +.It Ar sunmon-compat? If true, the old EEPROM-style interface will be used while in the monitor, rather than the OpenProm-style interface. -.It selftest-#megs +.It Ar selftest-#megs A 32-bit integer specifying the number of megabytes of memory to test upon power-up. -.It oem-logo +.It Ar oem-logo A 64bitx64bit bitmap in Sun Iconedit format. -To set the bitmpa, give the pathname of the file containing the image. +To set the bitmap, give the pathname of the file containing the image. NOTE: this property is not yet supported. -.It oem-logo? +.It Ar oem-logo? If true, enables the use of the bitmap stored in -.Pa oem-logo +.Ar oem-logo rather than the default Sun logo. -.It oem-banner +.It Ar oem-banner A string to use at power-up, rather than the default Sun banner. -.It oem-banner? +.It Ar oem-banner? If true, enables the use of the banner stored in -.Pa oem-banner +.Ar oem-banner rather than the default Sun banner. -.It ttya-mode +.It Ar ttya-mode A string of five comma separated fields in the format .Dq 9600,8,n,1,- . The first field is the baud rate. @@ -268,79 +252,79 @@ field; acceptable values are (RTS/CTS), and .Dq s (XON/XOFF). -.It ttya-rts-dtr-off +.It Ar ttya-rts-dtr-off If true, the system will ignore RTS/DTR. -.It ttya-ignore-cd +.It Ar ttya-ignore-cd If true, the system will ignore carrier detect. -.It ttyb-mode +.It Ar ttyb-mode Similar to -.Pa ttya-mode , +.Ar ttya-mode , but for ttyb. -.It ttyb-rts-dtr-off +.It Ar ttyb-rts-dtr-off Similar to -.Pa ttya-rts-dtr-off , +.Ar ttya-rts-dtr-off , but for ttyb. -.It ttyb-ignore-cd +.It Ar ttyb-ignore-cd Similar to -.Pa ttya-ignore-cd , +.Ar ttya-ignore-cd , but for ttyb. -.It sbus-probe-list +.It Ar sbus-probe-list Four digits in the format .Dq 0123 specifying which order to probe the sbus at power-up. It is unlikely that this value should ever be changed. -.It screen-#columns +.It Ar screen-#columns An 8-bit integer specifying the number of columns on the console. -.It screen-#rows +.It Ar screen-#rows An 8-bit integer specifying the number of rows on the console. -.It auto-boot? +.It Ar auto-boot? If true, the system will boot automatically at power-up. -.It watchdog-reboot? +.It Ar watchdog-reboot? If true, the system will reboot upon reset. -Otherwise, system will fall into the monitor. -.It input-device +Otherwise, the system will fall into the monitor. +.It Ar input-device One of the strings .Dq keyboard , .Dq ttya , or .Dq ttyb specifying the default console input device. -.It output-device +.It Ar output-device One of the strings .Dq screen , .Dq ttya , or .Dq ttyb specifying the default console output device. -.It keyboard-click? +.It Ar keyboard-click? If true, the keys click annoyingly. -.It sd-targets +.It Ar sd-targets A string in the format .Dq 31204567 describing the translation of physical to logical target. -.It st-targets +.It Ar st-targets Similar to -.Pa sd-targets , +.Ar sd-targets , but for tapes. The default translation is .Dq 45670123 . -.It scsi-initiator-id +.It Ar scsi-initiator-id The SCSI ID of the on-board SCSI controller. -.It hardware-revision +.It Ar hardware-revision A 7-character string describing a date, such as .Dq 25May95 . -.It last-hardware-update +.It Ar last-hardware-update Similar to -.Pa hardware-revision , +.Ar hardware-revision , describing when the CPU was last updated. -.It diag-switch? +.It Ar diag-switch? If true, the system will boot and run in diagnostic mode. -.It local-mac-address? +.It Ar local-mac-address? When set to -.Pa false +.Em false all Ethernet devices will use same system default MAC address. When -.Pa true , +.Em true , Ethernet devices which have a unique MAC address will use it rather than the system default MAC address. .El diff --git a/usr.sbin/extattrctl/extattrctl.8 b/usr.sbin/extattrctl/extattrctl.8 index 88d61da67fe..3ab5ddf506a 100644 --- a/usr.sbin/extattrctl/extattrctl.8 +++ b/usr.sbin/extattrctl/extattrctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: extattrctl.8,v 1.3 2002/11/14 02:57:28 deraadt Exp $ +.\" $OpenBSD: extattrctl.8,v 1.4 2003/01/31 21:54:40 jmc Exp $ .\"- .\" Copyright (c) 2000, 2001 Robert N. M. Watson .\" All rights reserved. @@ -129,7 +129,7 @@ on the file system identified by .Ar path . Available namespaces are "user" and "system". The file system must have attributes started on it, and the attribute -most have been enabled using +must have been enabled using .Cm enable . .El .Sh EXAMPLES diff --git a/usr.sbin/getextattr/getextattr.8 b/usr.sbin/getextattr/getextattr.8 index e5a1ae55b6e..3e10991b2e5 100644 --- a/usr.sbin/getextattr/getextattr.8 +++ b/usr.sbin/getextattr/getextattr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getextattr.8,v 1.1 2002/02/22 21:10:30 drahn Exp $ +.\" $OpenBSD: getextattr.8,v 1.2 2003/01/31 21:54:40 jmc Exp $ .\"- .\" Copyright (c) 2000, 2001, 2002 Robert N. M. Watson .\" All rights reserved. @@ -76,7 +76,7 @@ hex numbers. In order for .Nm to succeed, the attribute service must be available on the file system, -and the attribute must of defined for the file queried. +and the attribute must be defined for the file queried. .Sh EXAMPLES .Bd -literal -offset indent # getextattr system md5 /kernel diff --git a/usr.sbin/user/groupmod.8 b/usr.sbin/user/groupmod.8 index 6beb87bc3c3..5977507bb45 100644 --- a/usr.sbin/user/groupmod.8 +++ b/usr.sbin/user/groupmod.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: groupmod.8,v 1.9 2002/11/22 04:38:54 millert Exp $ +.\" $OpenBSD: groupmod.8,v 1.10 2003/01/31 21:54:40 jmc Exp $ .\" $NetBSD: groupmod.8,v 1.5 2000/10/03 19:32:23 bjh21 Exp $ .\" .\" Copyright (c) 1999 Alistair G. Crooks. All rights reserved. @@ -51,7 +51,7 @@ The options are as follows: .Bl -tag -width Ds .It Fl g Ar gid gives the numeric group identifier to be used for the new group. -.It Fl n Ar new-group-name +.It Fl n Ar newname gives the new name which the group shall have. .It Fl o allow the new group to have a gid which is already in use for another group. @@ -64,8 +64,8 @@ The utility exits 0 on success, and >0 if an error occurs. .Sh SEE ALSO .Xr group 5 , -.Xr groupdel 8 , .Xr groupadd 8 , +.Xr groupdel 8 , .Xr groupinfo 8 , .Xr user 8 .Sh HISTORY |