diff options
author | 2003-02-07 07:45:12 +0000 | |
---|---|---|
committer | 2003-02-07 07:45:12 +0000 | |
commit | 705b9f846795679da84b792f6c2bc604b8e31e21 (patch) | |
tree | 77113b541cef562b8be119aa297da58e32af7946 | |
parent | sync (diff) | |
download | wireguard-openbsd-705b9f846795679da84b792f6c2bc604b8e31e21.tar.xz wireguard-openbsd-705b9f846795679da84b792f6c2bc604b8e31e21.zip |
typos;
-rw-r--r-- | libexec/makewhatis/makewhatis.8 | 13 | ||||
-rw-r--r-- | sbin/ncheck_ffs/ncheck_ffs.8 | 6 | ||||
-rw-r--r-- | sbin/newfs/newfs.8 | 6 | ||||
-rw-r--r-- | sbin/newfs_msdos/newfs_msdos.8 | 4 | ||||
-rw-r--r-- | share/man/man8/netstart.8 | 10 | ||||
-rw-r--r-- | sys/arch/i386/stand/installboot/installboot.8 | 6 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 6 | ||||
-rw-r--r-- | sys/arch/sparc/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/sparc64/stand/installboot/installboot.8 | 6 | ||||
-rw-r--r-- | usr.sbin/mtree/mtree.8 | 12 |
10 files changed, 41 insertions, 32 deletions
diff --git a/libexec/makewhatis/makewhatis.8 b/libexec/makewhatis/makewhatis.8 index ed157411f7d..2f4964375e7 100644 --- a/libexec/makewhatis/makewhatis.8 +++ b/libexec/makewhatis/makewhatis.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makewhatis.8,v 1.9 2000/10/30 17:46:08 aaron Exp $ +.\" $OpenBSD: makewhatis.8,v 1.10 2003/02/07 07:45:13 jmc Exp $ .\" $NetBSD: makewhatis.8,v 1.2.2.1 1997/11/10 19:57:45 thorpej Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -104,9 +104,9 @@ database. .Sh FILES .Bl -tag -width /etc/man.conf -compact .It Pa whatis.db -index to man pages in directory, +index to man pages in directory .It Pa /etc/man.conf -man configuration information. +man configuration information .El .Sh BUGS .Nm @@ -115,10 +115,11 @@ should parse and deal with extra configuration information. In particular, it does not handle .Xr nroff 1 -me format. +.Cm me +format. Likewise, its use of heuristics to retrieve subjects from most man pages is not 100% accurate. .Sh SEE ALSO -.Xr nroff 1 , .Xr man 1 , -.Xr man.conf 5 . +.Xr nroff 1 , +.Xr man.conf 5 diff --git a/sbin/ncheck_ffs/ncheck_ffs.8 b/sbin/ncheck_ffs/ncheck_ffs.8 index a2cd6601281..d4d39f4e929 100644 --- a/sbin/ncheck_ffs/ncheck_ffs.8 +++ b/sbin/ncheck_ffs/ncheck_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ncheck_ffs.8,v 1.15 2003/01/17 18:27:58 millert Exp $ +.\" $OpenBSD: ncheck_ffs.8,v 1.16 2003/02/07 07:45:13 jmc Exp $ .\" .\" Copyright (c) 1995, 1996 SigmaSoft, Th. Lockert <tholo@sigmasoft.com> .\" All rights reserved. @@ -87,7 +87,7 @@ character. .Pp All other characters, when prefixed by a backslash, simply print the character following the backslash. -The device name is not printed on the first line out output when the +The device name is not printed on the first line of output when the .Fl f option is specified. .It Fl i Ar number Op Ar ... @@ -99,7 +99,7 @@ and .Dq \&.\&. , which are ordinarily skipped. .It Fl m -Give more verbose information on inodes +Give more verbose information on inodes. .It Fl s Report only special files and files with set-user-ID or set-group-ID set. diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index e4460756f09..cde97b72751 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs.8,v 1.28 2002/05/06 19:27:16 millert Exp $ +.\" $OpenBSD: newfs.8,v 1.29 2003/02/07 07:45:13 jmc Exp $ .\" $NetBSD: newfs.8,v 1.12 1995/03/18 14:58:41 cgd Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -42,6 +42,7 @@ .Nd construct a new file system .Sh SYNOPSIS .Nm newfs +.Bk -words .Op Fl NO .Op Fl S Ar sector-size .Op Fl a Ar maxcontig @@ -65,8 +66,10 @@ .Op Fl x Ar sectors .Op Fl z Ar tracks .Ar special +.Ek .Pp .Nm mount_mfs +.Bk -words .Op Fl a Ar maxcontig .Op Fl b Ar block-size .Op Fl c Ar cylinders @@ -78,6 +81,7 @@ .Op Fl o Ar options .Op Fl s Ar size .Ar special node +.Ek .Sh DESCRIPTION Before running .Nm diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 42bdad22c2f..72702203693 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs_msdos.8,v 1.18 2001/12/21 11:41:50 mpech Exp $ +.\" $OpenBSD: newfs_msdos.8,v 1.19 2003/02/07 07:45:13 jmc Exp $ .\" .\" Copyright (c) 1998 Robert Nordier .\" All rights reserved. @@ -35,6 +35,7 @@ .Nd construct a new MS-DOS (FAT) file system .Sh SYNOPSIS .Nm newfs_msdos +.Bk -words .Op Fl N .Op Fl B Ar boot .Op Fl F Ar FAT-type @@ -58,6 +59,7 @@ .Op Fl u Ar track-size .Ar special .Op Ar disktype +.Ek .Sh DESCRIPTION The .Nm diff --git a/share/man/man8/netstart.8 b/share/man/man8/netstart.8 index ce01a810631..f34be04a11c 100644 --- a/share/man/man8/netstart.8 +++ b/share/man/man8/netstart.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstart.8,v 1.3 2002/05/23 09:30:35 mpech Exp $ +.\" $OpenBSD: netstart.8,v 1.4 2003/02/07 07:45:13 jmc Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -65,7 +65,7 @@ Configure the loopback interface. .It Configure all the physical interfaces. .It -Initialize the routing table and setup the default routes. +Initialize the routing table and set up the default routes. .It Configure all the .Xr gif 4 @@ -87,7 +87,7 @@ where .Ar foo0 is the interface or bridge name. .Sh MULTICAST ROUTING -Routing to the 224.0.0.0/4 net is setup using values from +Routing to the 224.0.0.0/4 net is set up using values from .Pa /etc/rc.conf according to these rules: .Bl -bullet -compact @@ -134,8 +134,8 @@ enabled. .Xr hostname.if 5 , .Xr dhcp 8 , .Xr mrouted 8 , -.Xr rc.conf 8 , -.Xr rc 8 +.Xr rc 8 , +.Xr rc.conf 8 .Sh HISTORY The .Nm diff --git a/sys/arch/i386/stand/installboot/installboot.8 b/sys/arch/i386/stand/installboot/installboot.8 index 7d119297c86..a01704a2a79 100644 --- a/sys/arch/i386/stand/installboot/installboot.8 +++ b/sys/arch/i386/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.22 2001/09/20 21:05:25 mickey Exp $ +.\" $OpenBSD: installboot.8,v 1.23 2003/02/07 07:45:12 jmc Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -35,7 +35,7 @@ .Os .Sh NAME .Nm installboot -.Nd installs a bootstrap on a FFS disk or partition +.Nd installs a bootstrap on an FFS disk or partition .Sh SYNOPSIS .Nm installboot .Op Fl n @@ -50,7 +50,7 @@ is used to install a .Dq first-stage boot program into the boot area -of a FFS disk partition, and initialize the table of block numbers the +of an FFS disk partition, and initialize the table of block numbers the .Ar biosboot program uses to load the second-stage boot program. .Pp diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index 8d42cdc43c9..b5e2e22e452 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,11 +1,11 @@ -.\" $OpenBSD: installboot.8,v 1.8 2000/03/03 00:54:52 todd Exp $ +.\" $OpenBSD: installboot.8,v 1.9 2003/02/07 07:45:12 jmc Exp $ .\" .Dd 31 May 1995 .Dt INSTALLBOOT 8 mvme68k .Os .Sh NAME .Nm installboot -.Nd install a bootstrap on a FFS disk +.Nd install a bootstrap on an FFS disk .Sh SYNOPSIS .Nm installboot .Op Fl n @@ -16,7 +16,7 @@ .Sh DESCRIPTION .Nm installboot is used to install a "first-stage" boot program into the boot area -of a FFS disk partition, and initialize the table of block numbers the +of an FFS disk partition, and initialize the table of block numbers the .Ar bootxx program uses to load the second-stage boot program. .Pp diff --git a/sys/arch/sparc/stand/installboot/installboot.8 b/sys/arch/sparc/stand/installboot/installboot.8 index 20dc352f624..aa6fb3cacb1 100644 --- a/sys/arch/sparc/stand/installboot/installboot.8 +++ b/sys/arch/sparc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.6 2001/10/05 00:02:32 miod Exp $ +.\" $OpenBSD: installboot.8,v 1.7 2003/02/07 07:45:12 jmc Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -44,7 +44,7 @@ .Ar device .Sh DESCRIPTION .Nm installboot -prepares a FFS filesystem partition for boot-strapping from the PROM. +prepares an FFS filesystem partition for boot-strapping from the PROM. The sparc bootblocks are split into two parts: a small first-stage program that is written into the superblock area in a partition .Po diff --git a/sys/arch/sparc64/stand/installboot/installboot.8 b/sys/arch/sparc64/stand/installboot/installboot.8 index 9c890e9a0d8..01e15fc4868 100644 --- a/sys/arch/sparc64/stand/installboot/installboot.8 +++ b/sys/arch/sparc64/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.3 2001/10/04 23:58:55 miod Exp $ +.\" $OpenBSD: installboot.8,v 1.4 2003/02/07 07:45:13 jmc Exp $ .\" $NetBSD: installboot.8,v 1.1 1995/09/30 21:32:14 pk Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg @@ -42,14 +42,14 @@ .Ar device .Sh DESCRIPTION .Nm installboot -prepares a FFS filesystem partition for boot-strapping from the PROM. +prepares an FFS filesystem partition for boot-strapping from the PROM. The sparc bootblocks are split into two parts: a small first-stage program that is written into the superblock area in a partition .Po and hence is limited in size to SBSIZE - DEV_BSIZE bytes .Pc , and a second-stage program that resides in the filesystem proper. -The first-stage program is loaded into memory by the PROM. After it receiving +The first-stage program is loaded into memory by the PROM. After it receives control, it loads the second stage program .Ar ofwboot from the filesystem. diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8 index c29cfde7ca9..d6ddc31d216 100644 --- a/usr.sbin/mtree/mtree.8 +++ b/usr.sbin/mtree/mtree.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtree.8,v 1.21 2002/11/18 20:18:20 millert Exp $ +.\" $OpenBSD: mtree.8,v 1.22 2003/02/07 07:45:13 jmc Exp $ .\" $NetBSD: mtree.8,v 1.4 1995/03/07 21:26:25 cgd Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -42,12 +42,14 @@ .Nd map a directory hierarchy .Sh SYNOPSIS .Nm mtree +.Bk -words .Op Fl cdeilnqrUux .Op Fl f Ar spec .Op Fl K Ar keywords .Op Fl k Ar keywords .Op Fl p Ar path .Op Fl s Ar seed +.Ek .Sh DESCRIPTION The utility .Nm mtree @@ -72,7 +74,7 @@ Read the specification from file instead of from the standard input. .It Fl i Indents the output 4 spaces each time a directory level is descended when -create a specification with the +creating a specification with the .Fl c option. This does not affect either the /set statements or the comment before each @@ -117,7 +119,7 @@ instead of the current directory. Quiet mode. Do not complain when a .Dq missing -directory cannot be created because it is already exists. +directory cannot be created because it already exists. This occurs when the directory is a symbolic link. .It Fl r Remove any files in the file hierarchy that are not described in the @@ -137,7 +139,7 @@ Modify the owner, group, and permissions of existing files to match the specification and create any missing directories. User, group, and permissions must all be specified for missing directories to be created. -Exit with a status of 0 on success, 1 if any error occurred, +Exit with a status of 0 on success, 1 if any error occurred; a mismatch is not considered an error if it was corrected. .It Fl u Same as the @@ -149,7 +151,7 @@ Don't descend below mount points in the file hierarchy. .El .Pp Specifications are mostly composed of -.Dq keywords , +.Dq keywords (i.e., strings that specify values relating to files). No keywords have default values, and if a keyword has no value set, no checks based on it are performed. |