diff options
43 files changed, 136 insertions, 137 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 1445141c0fd..b1f469737a2 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1,v 1.9 1998/09/01 16:38:15 deraadt Exp $ +.\" $OpenBSD: ksh.1,v 1.10 1998/09/07 16:44:32 aaron Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1553,11 +1553,11 @@ is prefixed with the string "\fBalias\fP\ ". .sp The \fB\-x\fP option sets (\fB+x\fP clears) the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias has no affect). +(exporting an alias has no effect). .sp The \fB\-x\fP option sets the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias currently has no affect). +(exporting an alias currently has no effect). .sp The \fB\-t\fP option indicates that tracked aliases are to be listed/set (values specified on the command line are ignored for tracked aliases). diff --git a/bin/ksh/ksh.1tbl b/bin/ksh/ksh.1tbl index bd70ae621ae..8d53b7f68bb 100644 --- a/bin/ksh/ksh.1tbl +++ b/bin/ksh/ksh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: ksh.1tbl,v 1.9 1998/09/01 16:38:15 deraadt Exp $ +.\" $OpenBSD: ksh.1tbl,v 1.10 1998/09/07 16:44:32 aaron Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -1553,11 +1553,11 @@ is prefixed with the string "\fBalias\fP\ ". .sp The \fB\-x\fP option sets (\fB+x\fP clears) the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias has no affect). +(exporting an alias has no effect). .sp The \fB\-x\fP option sets the export attribute of an alias, or, if no names are given, lists the aliases with the export attribute -(exporting an alias currently has no affect). +(exporting an alias currently has no effect). .sp The \fB\-t\fP option indicates that tracked aliases are to be listed/set (values specified on the command line are ignored for tracked aliases). diff --git a/bin/test/test.1 b/bin/test/test.1 index bcb4b2beb80..e8448148591 100644 --- a/bin/test/test.1 +++ b/bin/test/test.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: test.1,v 1.5 1997/06/06 11:08:20 deraadt Exp $ +.\" $OpenBSD: test.1,v 1.6 1998/09/07 16:44:32 aaron Exp $ .\" $NetBSD: test.1,v 1.6 1995/03/21 07:04:03 cgd Exp $ .\" .\" Copyright (c) 1991, 1993 @@ -96,7 +96,7 @@ True if .Ar file exists and is a symbolic link. This operator is for COMPATABILITY purposes, -do not rely on it's existance. Use +do not rely on its existence. Use .Fl L instead. .It Fl k Ar file diff --git a/lib/libc/crypt/arc4random.3 b/lib/libc/crypt/arc4random.3 index dd04c8f9343..741965c5ac6 100644 --- a/lib/libc/crypt/arc4random.3 +++ b/lib/libc/crypt/arc4random.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: arc4random.3,v 1.3 1998/07/05 19:54:19 millert Exp $ +.\" $OpenBSD: arc4random.3,v 1.4 1998/09/07 16:44:34 aaron Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -79,5 +79,5 @@ has been designed by RSA Data Security, Inc. It was posted anonymously to the USENET and was confirmed to be equivalent by several sources who had access to the original cipher. Since .Pa RC4 -used to be a trade secret, the cipher is now refered to as +used to be a trade secret, the cipher is now referred to as .Pa ARC4 . diff --git a/lib/libc/net/gethostbyname.3 b/lib/libc/net/gethostbyname.3 index 8d2c18fd7e8..37069c0a597 100644 --- a/lib/libc/net/gethostbyname.3 +++ b/lib/libc/net/gethostbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gethostbyname.3,v 1.8 1998/07/24 20:49:11 deraadt Exp $ +.\" $OpenBSD: gethostbyname.3,v 1.9 1998/09/07 16:44:35 aaron Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -159,7 +159,7 @@ connection. .Pp The .Fn herror -function prints an error message describing the failure. If it's argument +function prints an error message describing the failure. If its argument .Fa string is .Pf non Dv -NULL , diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3 index 36d4d67b699..9e1ca40a8fc 100644 --- a/lib/libc/time/time2posix.3 +++ b/lib/libc/time/time2posix.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time2posix.3,v 1.5 1998/01/18 23:24:58 millert Exp $ +.\" $OpenBSD: time2posix.3,v 1.6 1998/09/07 16:44:35 aaron Exp $ .TH TIME2POSIX 3 .SH NAME time2posix, posix2time \- convert seconds since the Epoch @@ -79,7 +79,7 @@ Both of these are good indicators of the inferiority of the POSIX representation. .PP The following table summarizes the relationship between a time -T and it's conversion to, +T and its conversion to, and back from, the POSIX representation over the leap second inserted at the end of June, 1993. diff --git a/lib/libcurses/curs_addchstr.3 b/lib/libcurses/curs_addchstr.3 index 914ba136ee2..b8889dfd0da 100644 --- a/lib/libcurses/curs_addchstr.3 +++ b/lib/libcurses/curs_addchstr.3 @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $OpenBSD: curs_addchstr.3,v 1.4 1998/07/23 21:17:27 millert Exp $ +.\" $OpenBSD: curs_addchstr.3,v 1.5 1998/09/07 16:44:35 aaron Exp $ .\" $From: curs_addchstr.3x,v 1.6 1998/03/11 21:12:53 juergen Exp $ .TH curs_addchstr 3 "" .SH NAME @@ -64,7 +64,7 @@ The window cursor is \fInot\fR advanced, and these routines work faster than (such as for the newline, backspace, or carriage return characters), they don't advance the current cursor position, they don't expand other control characters to ^-escapes, and they truncate the string if it crosses the right margin, -rather then wrapping it around to the new line. +rather than wrapping it around to the new line. .SH RETURN VALUES All routines return the integer \fBERR\fR upon failure and \fBOK\fR on success diff --git a/libexec/identd/identd.8 b/libexec/identd/identd.8 index 95c80a66d29..fe0b60b9776 100644 --- a/libexec/identd/identd.8 +++ b/libexec/identd/identd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: identd.8,v 1.5 1998/06/10 03:49:39 beck Exp $ +.\" $OpenBSD: identd.8,v 1.6 1998/09/07 16:44:35 aaron Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -131,14 +131,14 @@ Use for logging purposes. .It Fl v Log every request to syslog if -Fl l +.Fl l above is specified. .It Fl o Do the operating system type, instead always return .Dq OTHER . .It Fl e -always return +Always return .Dq UNKNOWN-ERROR instead of the .Dq NO-USER @@ -152,7 +152,7 @@ should be a valid character set as described in the .Tn MIME RFC in upper case characters. .It Fl n -always return uid numbers instead of user names +Always return uid numbers instead of usernames. .It Fl N When replying with a user name or id, first check for a file @@ -161,19 +161,19 @@ in the user's home directory. If this file is accessible, return .Dq HIDDEN-USER instead of the normal USERID response. .It Fl m -allow multiple requests to be +Allow multiple requests to be processed per session. Each request is specified one per line and the responses will be returned one per line. The connection will not -be closed until the client closes it's end of the connection. +be closed until the client closes its end of the connection. PLEASE NOTE THAT THIS MODE VIOLATES THE PROTOCOL SPECIFICATION AS IT CURRENTLY STANDS. -.ItFl d -flag enables some debugging code that normally should NOT +.It Fl d +This flag enables some debugging code that normally should NOT be enabled since that breaks the protocol and may reveal information that should not be available to outsiders. .Pp .Sh SEE ALSO -.Xr inetd.conf 5 . +.Xr inetd.conf 5 .Sh NOTES .Nm uses the diff --git a/libexec/smtpd/smtpd/smtpd.8 b/libexec/smtpd/smtpd/smtpd.8 index 8e5390bd3a1..cf7dfd1c2b5 100644 --- a/libexec/smtpd/smtpd/smtpd.8 +++ b/libexec/smtpd/smtpd/smtpd.8 @@ -1,4 +1,4 @@ -.\" $Id: smtpd.8,v 1.7 1998/06/03 08:56:58 beck Exp $ +.\" $Id: smtpd.8,v 1.8 1998/09/07 16:44:35 aaron Exp $ .Dd Dec 10, 1997 .Dt SMTPD 8 .Os OpenBSD @@ -61,17 +61,17 @@ Disable host checking against the DNS. By default checks and will complain in the syslogs if the DNS information for a host seems to indicate a possible spoof or misconfiguration. .It Fl i -specify a filename that +Specify a filename that .Nm smtpd -should lock and write it's pid to when running as a daemon. +should lock and write its pid to when running as a daemon. Doesn't do anything if running from inetd. Default pid file in daemon mode is .Pa /var/run/smtpd.pid -On BSD systems, or +on BSD systems, or .Pa /usr/spool/smtpd/smtpd.pid on non-BSD systems. .It Fl l -specify an ip address in dotted quad format for +Specify an ip address in dotted quad format for .Nm smtpd to accept connections to. In daemon mode this limits the address that @@ -80,7 +80,7 @@ listens on. In inetd mode, smtpd will issue a 521 error code and exit if connected to on an address other than the specified one. By default, .Nm smtpd -accepts a connection no matter what address it is connected to on. +accepts a connection no matter what address it is connected to. .It Fl L Suppress children in daemon mode (above) from doing an openlog() call. This means your syslogs won't have pid @@ -92,14 +92,14 @@ in a manner that an openlog() call will work in it. Specify .Ar myname , the hostname the daemon should announce itself -as. the default is whatever gethostname() returns. +as. The default is whatever gethostname() returns. .It Fl p -specify a decimal port number for +Specify a decimal port number for .Nm smtpd to listen when running as a daemon. Doesn't do anything if running from inetd. .It Fl P -Enable paranoid mode of operation, in this mode connections are +Enable paranoid mode of operation. In this mode connections are dropped from any client feeding .Nm smtpd a suspicious hostname, FROM:, or RCPT: line containing characters diff --git a/sbin/scan_ffs/scan_ffs.8 b/sbin/scan_ffs/scan_ffs.8 index d13cfe82607..643b90bc720 100644 --- a/sbin/scan_ffs/scan_ffs.8 +++ b/sbin/scan_ffs/scan_ffs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: scan_ffs.8,v 1.2 1998/04/28 07:37:25 deraadt Exp $ +.\" $OpenBSD: scan_ffs.8,v 1.3 1998/09/07 16:44:34 aaron Exp $ .\" .\" Copyright (c) 1997 Niklas Hallqvist, Tobias Weingartner .\" All rights reserved. @@ -42,7 +42,7 @@ .Op Fl e Ar end .Ar device .Sh DESCRIPTION -This is the life-saver of typo's. If you have ever been working too long, +This is the life-saver of typos. If you have ever been working too long, and just happened to type 'disklabel -rw sd0 floppy', instead of 'disklabel -rw fd0 floppy', you know what I am talking about. .Pp @@ -66,7 +66,7 @@ This tells to be smart about skipping partitions (when it thinks it found a valid one). By not scanning partitions for superblocks, the program completes a couple of orders of magnitude faster. However, sometimes being smart is too good for -it's own good, +its own good, especially if your disk has had a different layout previously, or contains other non-UFS/FFS filesystems. .Pp diff --git a/share/man/man1/cd.1 b/share/man/man1/cd.1 index d93a2f30faa..420d1e56ebb 100644 --- a/share/man/man1/cd.1 +++ b/share/man/man1/cd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cd.1,v 1.2 1997/06/15 22:24:26 millert Exp $ +.\" $OpenBSD: cd.1,v 1.3 1998/09/07 16:44:35 aaron Exp $ .\" $NetBSD: cd.1,v 1.2 1994/11/30 08:34:59 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -56,7 +56,7 @@ environment variable (see below). Note that .Nm is implemented as a built-in command in all shells and not as a stand-alone -program. Because each process has it's own working directory, a separate +program. Because each process has its own working directory, a separate .Nm utility would have no effect (it would change the directory and exit, leaving the working directory in the parent unchanged). Different diff --git a/share/man/man3/assert.3 b/share/man/man3/assert.3 index af51048f4d3..e09cfc8587a 100644 --- a/share/man/man3/assert.3 +++ b/share/man/man3/assert.3 @@ -90,7 +90,7 @@ The macro conforms to .St -ansiC . .Sh HISTORY -A +An .Nm assert macro appeared in .At v6 . diff --git a/share/man/man3/dlfcn.3 b/share/man/man3/dlfcn.3 index 324e886af39..ef4bce965eb 100644 --- a/share/man/man3/dlfcn.3 +++ b/share/man/man3/dlfcn.3 @@ -53,7 +53,7 @@ .Sh DESCRIPTION These functions provide an interface to the run-time linker .Xr ld.so . -They allow new shared objects to be loaded into the process' address space +They allow new shared objects to be loaded into the process's address space under program control. The .Fn dlopen @@ -83,7 +83,7 @@ If the named shared object has already been loaded by a previous call to .Fn dlopen .Pq and not yet unloaded by Fn dlclose , -a handle refering to the resident copy is returned. +a handle referring to the resident copy is returned. .Pp .Fn dlclose unlinks and removes the object referred to by @@ -91,7 +91,7 @@ unlinks and removes the object referred to by from the process address space. If multiple calls to .Fn dlopen have been done on this object -.Po or the object was one loaded at startup time +.Po or the object was once loaded at startup time .Pc the object is removed when its reference count drops to zero. .Pp @@ -112,7 +112,7 @@ is .Ud . .Pp .Fn dlerror -return a character string representing the most recent error that has +returns a character string representing the most recent error that has occurred while processing one of the other functions described here. .Sh SEE ALSO .Xr ld 1 , diff --git a/share/man/man3/end.3 b/share/man/man3/end.3 index 9bd5efc82b8..8e6640591ce 100644 --- a/share/man/man3/end.3 +++ b/share/man/man3/end.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: end.3,v 1.3 1998/09/05 17:41:48 deraadt Exp $ +.\" $OpenBSD: end.3,v 1.4 1998/09/07 16:44:36 aaron Exp $ .\" $NetBSD: end.3,v 1.5 1996/03/01 00:17:49 jtc Exp $ .\" .\" Copyright (c) 1986 @@ -61,7 +61,7 @@ the end of the data segment .Xr brk 2 , .Xr malloc 3 .Sh HISTORY -A +An .Nm end manual appeared in .At v6 . diff --git a/share/man/man4/ipl.4 b/share/man/man4/ipl.4 index ce00ef1c311..e40b562ad2b 100644 --- a/share/man/man4/ipl.4 +++ b/share/man/man4/ipl.4 @@ -36,7 +36,7 @@ boundary, padding will be `appended' to ensure that the next log entry is aligned to a 32bit boundary. .LP .PP -If the packet contents is more then 128 bytes, then only 128 bytes of the +If the packet contents is more than 128 bytes, then only 128 bytes of the packet contents is logged. Should the packet contents finish on a non-32bit boundary, then the last few bytes are not logged to ensure the log entry is aligned to a 32bit boundary. diff --git a/share/man/man4/iso.4 b/share/man/man4/iso.4 index 9baca72312e..99677b8fa86 100644 --- a/share/man/man4/iso.4 +++ b/share/man/man4/iso.4 @@ -146,7 +146,7 @@ length structures, we have separated the selector lengths from the data themselves. The network address and various selectors are stored contiguously, with the network address first, then the transport selector, and so -on. Thus, if you had a network address of less then 20 bytes, +on. Thus, if you had a network address of less than 20 bytes, the transport selector would encroach on space normally reserved for the network address. .Pp diff --git a/share/man/man4/man4.hp300/dcl.4 b/share/man/man4/man4.hp300/dcl.4 index 6883f53522d..42da0b6c298 100644 --- a/share/man/man4/man4.hp300/dcl.4 +++ b/share/man/man4/man4.hp300/dcl.4 @@ -33,7 +33,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)dcl.4 5.2 (Berkeley) 3/27/91 -.\" $Id: dcl.4,v 1.1 1995/10/18 08:44:27 deraadt Exp $ +.\" $Id: dcl.4,v 1.2 1998/09/07 16:44:36 aaron Exp $ .\" .Dd March 27, 1991 .Dt DCL 4 hp300 @@ -87,7 +87,7 @@ receive overflow. For output to devices that make heavy use of .Tn XON/XOFF a write size of less -then 256 will improve performance marginally. +than 256 will improve performance marginally. .Sh FILES .Bl -tag -width /dev/ttyl[0-9] -compact .It Pa /dev/ttyl[0-9] diff --git a/share/man/man4/man4.pc532/plip.4tbl b/share/man/man4/man4.pc532/plip.4tbl index 47e60992dc7..71bab396b94 100644 --- a/share/man/man4/man4.pc532/plip.4tbl +++ b/share/man/man4/man4.pc532/plip.4tbl @@ -74,7 +74,7 @@ Select|13|3|Data in 1 Gnd|18-25|18-25|Ground .TE .sp -In both protocol versions ethernet frames are used. The 1.0 protocol assings +In both protocol versions ethernet frames are used. The 1.0 protocol assigns an ethernet address of the form FD:FD:ww:xx:yy:zz to the interface. The 1.1 protocol uses FC instead of FD. ww, xx, yy and zz are taken from the internet address ww.xx.yy.zz of the interface. Ethernet support has @@ -93,5 +93,5 @@ PLIPMXERRS (20) packets caused receive errors in sequence. .It "plip?: checksum error" A packet with a bad checksum was received. .It "plip?: packet > MTU" -A bogus packet longer then the MTU was received. +A bogus packet longer than the MTU was received. .El diff --git a/share/man/man5/acct.5 b/share/man/man5/acct.5 index c7395229d13..a1a8ad04c61 100644 --- a/share/man/man5/acct.5 +++ b/share/man/man5/acct.5 @@ -108,7 +108,7 @@ and .Xr lastcomm 1 , .Xr sa 8 .Sh HISTORY -A +An .Nm file format appeared in .At v7 . diff --git a/share/man/man5/dir.5 b/share/man/man5/dir.5 index 313593cfb3b..309e1a52d34 100644 --- a/share/man/man5/dir.5 +++ b/share/man/man5/dir.5 @@ -53,7 +53,7 @@ entry. It consists of records (directory entries) each of which contains information about a file and a pointer to the file itself. Directory entries may contain other directories -as well as plain files; such nested directories are refered to as +as well as plain files; such nested directories are referred to as subdirectories. A hierarchy of directories and files is formed in this manner and is called a file system (or referred to as a file system tree). diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5 index 73ac69c58ef..fd55b38e1b8 100644 --- a/share/man/man5/ethers.5 +++ b/share/man/man5/ethers.5 @@ -24,7 +24,7 @@ can read and produce this format. .Pp The .Nm ethers -file has support for YP functionality. For more information, see +file has support for YP functionality. .Sh FILES .Bl -tag -width /etc/ethers -compact .It Pa /etc/ethers diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 4d57ba99a07..c1edaf76fdd 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -203,7 +203,7 @@ or entries contain text, it will override the information included via YP. On some systems, the .Ar passwd -field may also be overriden, hence it is recommended that the standard +field may also be overridden, hence it is recommended that the standard way to enable YP passwd support in .Pa /etc/master.passwd is: diff --git a/share/man/man5/utmp.5 b/share/man/man5/utmp.5 index 2b88bf5ec7b..b9a74df1e8d 100644 --- a/share/man/man5/utmp.5 +++ b/share/man/man5/utmp.5 @@ -59,7 +59,7 @@ the file. .Pp .Nm wtmp -can can grow rapidly on busy systems, so daily or weekly rotation +can grow rapidly on busy systems, so daily or weekly rotation is recommended. If any one of these files does not exist, it is not created. They must be created manually and are maintained by diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7 index f65a4188406..86b0a9ed3fb 100644 --- a/share/man/man7/mailaddr.7 +++ b/share/man/man7/mailaddr.7 @@ -139,8 +139,8 @@ not be supported at all sites. For example, messages to CSNET or BITNET sites can often be sent to ``user@host.CSNET'' or ``user@host.BITNET'' respectively. .Sh SEE ALSO .Xr mail 1 , -.Xr sendmail 8 ; -.br +.Xr sendmail 8 +.Pp Crocker, D. H., .Em Standard for the Format of Arpa Internet Text Messages, RFC822. diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 1f410b8aa5b..5c6b992eaf7 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.6 1998/09/06 12:41:41 pjanzen Exp $ +.\" $OpenBSD: mdoc.7,v 1.7 1998/09/07 16:44:37 aaron Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -323,7 +323,7 @@ Produces .It Li \&Ac Ta Yes Ta Yes Ta "Angle close quote." .It Li \&Ao Ta Yes Ta Yes Ta "Angle open quote." .It Li \&Aq Ta Yes Ta Yes Ta "Angle quote." -.It Li \&At Ta \&No Ta \&No Ta Tn "AT&T UNIX" +.It Li \&At Ta \&No Ta \&No Ta Tn "AT&T UNIX." .It Li \&Bc Ta Yes Ta Yes Ta "Bracket close quote." .It Li \&Bf Ta \&No Ta \&No Ta "Begin font mode." .It Li \&Bo Ta Yes Ta Yes Ta "Bracket open quote." @@ -354,11 +354,11 @@ Produces .It Li \&Sc Ta Yes Ta Yes Ta "Single close quote." .It Li \&So Ta Yes Ta Yes Ta "Single open quote." .It Li \&Sq Ta Yes Ta Yes Ta "Single quote." -.It Li \&Sm Ta \&No Ta \&No Ta "Space mode (default is \\*qon\\*q)" +.It Li \&Sm Ta \&No Ta \&No Ta "Space mode (default is \\*qon\\*q)." .It Li \&Sx Ta Yes Ta Yes Ta "Section Cross Reference." .It Li \&Sy Ta Yes Ta Yes Ta "Symbolic (traditional English)." .It Li \&Tn Ta Yes Ta Yes Ta "Trade or type name (small Caps)." -.It Li \&Ux Ta Yes Ta Yes Ta UNIX +.It Li \&Ux Ta Yes Ta Yes Ta UNIX . .It Li \&Xc Ta Yes Ta Yes Ta "Extend argument list close." .It Li \&Xo Ta Yes Ta Yes Ta "Extend argument list close." .El diff --git a/share/man/man8/afterboot.8 b/share/man/man8/afterboot.8 index 0234633366c..dafaa4a0c07 100644 --- a/share/man/man8/afterboot.8 +++ b/share/man/man8/afterboot.8 @@ -144,7 +144,7 @@ net.inet.ip.forwarding=1 .Pp in .Pa /etc/sysctl.conf , -or by compiling a new kernel with the GATEWAY option.) +or by compiling a new kernel with the GATEWAY option. Packets are not forwarded by default, due to RFC requirements. .Pp You can add new "virtual interfaces" by adding the required entries to @@ -638,7 +638,7 @@ etc. .Xr su 1 , .Xr umount 8 , .Xr vipw 8 , -.Xr ypbind 8 . +.Xr ypbind 8 .Sh HISTORY This document first appeared in .Ox 2.2 . diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8 index 939ec957fcf..a02565a215e 100644 --- a/share/man/man8/compat_freebsd.8 +++ b/share/man/man8/compat_freebsd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_freebsd.8,v 1.3 1998/01/02 08:51:28 deraadt Exp $ +.\" $OpenBSD: compat_freebsd.8,v 1.4 1998/09/07 16:44:37 aaron Exp $ .\" $NetBSD: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -178,7 +178,7 @@ which the FreeBSD runtime linker should look for shared libs. Note that argument directories of ldconfig are mapped to /emul/freebsd/XXXX by OpenBSD's compat code, and should exist as such on your system. -Make sure /emul/freebsd/var/run/ld.so.hints is exist when you run +Make sure /emul/freebsd/var/run/ld.so.hints exists when you run FreeBSD's ldconfig, if not, you may lose OpenBSD's /var/run/ld.so.hints. FreeBSD ldconfig should be statically @@ -200,7 +200,7 @@ should produce something like: .fi .El .Pp -This being done, you are ready to install new FreeBSD binaries. +This been done, you are ready to install new FreeBSD binaries. Whenever you install a new FreeBSD program, you should check if it needs shared libraries, and if so, whether you have them installed in the /emul/freebsd tree. To do this, you run @@ -209,7 +209,7 @@ ldd (see also the manual page for ldd(1)) will print a list of shared libraries that the program depends on, in the form -l<majorname> => <fullname>. .Pp -If it prints "not found" in stead of <fullname> it means that +If it prints "not found" instead of <fullname> it means that you need an extra library. Which library this is, is shown in <majorname>, which will be of the form XXXX.<N> You will need to find a libXXXX.so.<N>.<mm> on a FreeBSD ftp site, diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index 8f40670845a..c926b5528d9 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -207,7 +207,7 @@ should produce something like: libc.so.4 (DLL Jump 4.5pl26) => /lib/libc.so.4.6.29 .El .Pp -This being done, you are ready to install new Linux binaries. +This been done, you are ready to install new Linux binaries. Whenever you install a new Linux program, you should check if it needs shared libraries, and if so, whether you have them installed in the /emul/linux tree. To do this, you run @@ -216,7 +216,7 @@ ldd (see also the manual page for ldd(1)) will print a list of shared libraries that the program depends on, in the form <majorname> (<jumpversion>) => <fullname>. .Pp -If it prints "not found" in stead of <fullname> it means that +If it prints "not found" instead of <fullname> it means that you need an extra library. Which library this is, is shown in <majorname>, which will be of the form libXXXX.so.<N> You will need to find a libXXXX.so.<N>.<mm> on a Linux ftp site, @@ -228,7 +228,7 @@ recent version. .Ss Finding the necessary files. .Nm Note: -the information below is valid as of the \time this +the information below is valid as of the time this document was written (March, 1995), but certain details such as names of ftp sites, directories and distribution names may have changed by the time you read this. diff --git a/share/man/man8/compat_svr4.8 b/share/man/man8/compat_svr4.8 index 56e3a617968..3a0e2072004 100644 --- a/share/man/man8/compat_svr4.8 +++ b/share/man/man8/compat_svr4.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: compat_svr4.8,v 1.4 1998/07/21 21:50:28 deraadt Exp $ +.\" $OpenBSD: compat_svr4.8,v 1.5 1998/09/07 16:44:37 aaron Exp $ .\" $NetBSD: compat_svr4.8,v 1.1 1996/07/06 17:14:50 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas @@ -122,7 +122,7 @@ directory as .Pa /emul/svr4/dev , because other device nodes, such as .Pa /dev/null , -need to be OpenBSD device nodes). +need to be OpenBSD device nodes. .Sh BUGS Many system calls are still not emulated. diff --git a/share/man/man8/rc.8 b/share/man/man8/rc.8 index 278f8a372d6..39a75f8339d 100644 --- a/share/man/man8/rc.8 +++ b/share/man/man8/rc.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.8,v 1.2 1998/06/26 03:30:14 millert Exp $ +.\" $OpenBSD: rc.8,v 1.3 1998/09/07 16:44:37 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -112,7 +112,7 @@ contains commands and daemons that are not part of the stock installation. .Pp .Nm rc.securelevel -is executable by +is executed by .Nm rc to start daemons that must run before the security level changes. It then sets the security level to the values specified in diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index 1a2fd67b951..804304c1126 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.5 1998/06/29 05:58:50 angelos Exp $ +.\" $OpenBSD: vpn.8,v 1.6 1998/09/07 16:44:37 aaron Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -71,7 +71,7 @@ authentication). .Pp .Xr ipf 1 needs to be configured such that all packets from the outside are blocked. -Only packets from the security gatewaysm either on the +Only packets from the security gateways either on the .Pa enc0 interface (successfully IPsec-processed packets) or .Tn UDP diff --git a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 index b48446e3bd7..c8d39064866 100644 --- a/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 +++ b/sys/arch/i386/isa/pcvt/Util/pcvtdoc/pcvt.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcvt.4,v 1.6 1998/08/10 16:41:18 millert Exp $ +.\" $OpenBSD: pcvt.4,v 1.7 1998/09/07 16:44:37 aaron Exp $ .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, .\" Joerg Wunsch and Holger Veit. @@ -321,8 +321,8 @@ get key repetition switch, and set key repetition switch .El -again take a pointer to int as argument. They manipulate the -drivers internal keyboard repetition flag, possible values are: +Again take a pointer to int as its argument. They manipulate the +driver's internal keyboard repetition flag, possible values are: KBD_REPEATOFF or KBD_REPEATON. @@ -331,7 +331,7 @@ KBD_REPEATOFF or KBD_REPEATON. get LED state, and .It KBDSLEDS set LED state manipulate the keyboard indicators, but do not influence -the drivers idea of lock key state. +the driver's idea of lock key state. .El The int where the argument points to @@ -346,15 +346,15 @@ gets state of SCROLL,NUM,CAPS, and sets state of SCROLL,NUM,CAPS + LEDs .El -should be used in a same manner to get/set the drivers internal -LED flags. +These functions should be used in a same manner to get/set the driver's +internal LED flags. .Em Keyboard remapping One important feature of the .Nm pcvt -driver is its ability to overload the built in key definition. +driver is its ability to overload the builtin key definition. .Bl -tag -width 20n -offset indent -compact .It KBDGCKEY @@ -365,13 +365,13 @@ set new key assignment values, and get original key assignment values .El -arrange those functions. The take a pointer to a +Arrange those functions. They take a pointer to a .Em struct kbd_ovlkey -as argument as described below. In addition, +argument as described below. In addition, .Bl -tag -width 20n -offset indent -compact .It KBDRMKEY -removes a key assignment, taking a pointer to an int as argument which +removes a key assignment, taking a pointer to an int as its argument which contains the affected key number; .It KBDDEFAULT removes all key assignments. @@ -525,10 +525,10 @@ set font attr, and get font attr .El -are used to manipulate the drivers information about a downloaded -font. The take a pointer to a +These functions are used to manipulate the driver's information about a +downloaded font. They take pointers to a .Em struct vgafontattr -as argument: +as their arguments: .Bd -literal struct vgafontattr { int character_set; /* VGA character set */ @@ -588,7 +588,7 @@ Font size sets cursor shape, .El -taking a pointer to the following structure as argument: +taking a pointer to the following structure as its argument: .Bd -literal struct cursorshape { int screen_no; /* screen number for which to set, */ @@ -696,9 +696,9 @@ struct vgapel { .Bl -tag -width 20n -offset indent -compact .It VGAPCVTID -returns information if the current compiled in driver is pcvt and it's +returns information if the current compiled in driver is pcvt and its major and minor revision numbers. the call is taking a pointer to the -following structure as argument: +following structure as its argument: .El .Bd -literal @@ -716,9 +716,9 @@ struct pcvtid { .Bl -tag -width 20n -offset indent -compact .It VGAPCVTINFO -returns information if the current compiled in driver is pcvt and it's +returns information if the current compiled in driver is pcvt and its compile time options. the call is taking a pointer to the following -structure as argument: +structure as its argument: .El .Bd -literal @@ -752,7 +752,7 @@ by the command set timeout for screen saver in seconds; 0 turns it off, .El -taking a pointer to an integer as argument. Despite of its command name, +taking a pointer to an integer as its argument. Despite of its command name, this is available on .Em any kind of adaptor if configured in by the @@ -822,7 +822,7 @@ Holger Veit .Sh SEE ALSO .Xr config 8 , .Xr intro 2 , -.Xr ioctl 2 . +.Xr ioctl 2 .Sh BUGS Certainly existent. See the file .Pa BugList diff --git a/sys/arch/i386/stand/biosboot/biosboot.8 b/sys/arch/i386/stand/biosboot/biosboot.8 index c4032de08eb..de5e6bc95a9 100644 --- a/sys/arch/i386/stand/biosboot/biosboot.8 +++ b/sys/arch/i386/stand/biosboot/biosboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: biosboot.8,v 1.6 1997/10/07 09:24:09 mickey Exp $ +.\" $OpenBSD: biosboot.8,v 1.7 1998/09/07 16:44:38 aaron Exp $ .\" .\" Copyright (c) 1997 Michael Shalayeff .\" All rights reserved. @@ -75,7 +75,7 @@ Some kind of error returned by the BIOS read call. This might be any media error, including bad sectors (common on floppy disks), and invalid sectors (can occur with messed up geometry translations). .It Er Bad magic -The just loaded /boot image contains a bad magic in it's header. This +The just loaded /boot image contains a bad magic in its header. This might indicate some kind of hardware problem, the .Ar boot argument to the @@ -91,14 +91,14 @@ for the device you are booting from. .Sh NOTES The practice of making OpenBSD use the whole disk (ie: having .Nm -as the MBR) has been depreciated, and will not work on certain BIOS versions. +as the MBR) has been deprecated, and will not work on certain BIOS versions. There is a lot of strange behaviour with different BIOS's, one of well known lobotomy cases is that the BIOS does not pass the right boot drive number to the .Nm program. This is one of the main reasons that having .Nm -as the MBR has been depreciated. +as the MBR has been deprecated. .Sh FILES .Bl -tag -width /usr/mdec/biosbootxx -compact .It Pa /usr/mdec/mbr diff --git a/usr.bin/asa/asa.1 b/usr.bin/asa/asa.1 index e992e322b43..04fc01f76ba 100644 --- a/usr.bin/asa/asa.1 +++ b/usr.bin/asa/asa.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: asa.1,v 1.3 1996/09/02 06:47:00 etheisen Exp $ +.\" $OpenBSD: asa.1,v 1.4 1998/09/07 16:44:33 aaron Exp $ .\" $NetBSD: asa.1,v 1.4 1995/03/26 02:25:05 glass Exp $ .\" .\" Copyright (c) 1993 Winning Strategies, Inc. @@ -85,6 +85,6 @@ utility conforms to .St -p1003.2-92 . The .Nm fpr -utility is deprecated and it's use should be restricted. +utility is deprecated and its use should be restricted. .Sh AUTHORS J.T. Conklin, Winning Strategies, Inc. diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1 index 2c5852ac390..19746d535d7 100644 --- a/usr.bin/gprof/gprof.1 +++ b/usr.bin/gprof/gprof.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gprof.1,v 1.7 1997/09/18 14:12:33 deraadt Exp $ +.\" $OpenBSD: gprof.1,v 1.8 1998/09/07 16:44:33 aaron Exp $ .\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -65,7 +65,7 @@ that are compiled for profiling. .Nm Gprof reads the given object file (the default is .Pa a.out) -and establishes the relation between it's symbol table +and establishes the relation between its symbol table and the call graph profile from .Pa gmon.out . If more than one profile file is specified, diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 6593f6b333a..0318efef180 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.14 1998/09/06 22:23:17 aaron Exp $ +.\" $OpenBSD: mail.1,v 1.15 1998/09/07 16:44:33 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -125,7 +125,7 @@ and .Pa /etc/mail.rc in order unless explicitly told not to by using the .Fl n -option. Next, the commands in the users personal command file +option. Next, the commands in the user's personal command file .Pa ~/.mailrc are executed. .Nm mail @@ -255,7 +255,7 @@ Unexamined messages go back to the post office. option above). .Pp .Ss Personal and systemwide distribution lists. -It is also possible to create a personal distribution lists so that, +It is also possible to create personal distribution lists so that, for instance, you can send mail to .Dq Li cohorts and have it go @@ -422,7 +422,7 @@ On return from the editor, the message is read back in. .Pf ( Ic ex or .Ic x ) -Effects an immediate return to the Shell without +Effects an immediate return to the shell without modifying the user's system mailbox, his .Ar mbox file, or his edit file in @@ -467,7 +467,7 @@ a argument is given, the previous 18\-message group is printed. .It Ic help A synonym for -.Ic \&? +.Ic \&? . .ne li .It Ic hold .Pf ( Ic ho , @@ -524,8 +524,7 @@ option set. Takes a message list and invokes the pager on that list. .It Ic next .Pq Ic n -( -like +(like .Ic \&+ or .Tn CR ) @@ -557,8 +556,8 @@ If given while editing a mailbox file with the .Fl f flag, then the edit file is rewritten. -A return to the Shell is -effected, unless the rewrite of edit file fails, in which case the user +A return to the shell is +affected, unless the rewrite of edit file fails, in which case the user can escape with the .Ic exit command. @@ -572,7 +571,7 @@ A synonym for .Ic reply . .It Ic retain Add the list of header fields named to the -.Ar retained list +.Ar retained list . Only the header fields in the retain list are shown on your terminal when you print a message. All other header fields are suppressed. @@ -688,7 +687,7 @@ Similar to except that .Ic only the message body -.Pq Ar without +.Po Ar without the header) is saved. Extremely useful for such tasks as sending and receiving source program text over the message system. diff --git a/usr.bin/netstat/netstat.1 b/usr.bin/netstat/netstat.1 index 3b15298ed8b..10aad49fd7f 100644 --- a/usr.bin/netstat/netstat.1 +++ b/usr.bin/netstat/netstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: netstat.1,v 1.10 1998/02/26 10:06:09 peter Exp $ +.\" $OpenBSD: netstat.1,v 1.11 1998/09/07 16:44:33 aaron Exp $ .\" $NetBSD: netstat.1,v 1.11 1995/10/03 21:42:43 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1992, 1993 @@ -217,7 +217,7 @@ Unspecified, or ``wildcard'', addresses and ports appear as ``*''. If a local port number is registered as being in use for RPC by .Xr portmap 8 -it's RPC service name or RPC service number will be printed in +its RPC service name or RPC service number will be printed in [ ] immediately after the port number. .Pp The interface display provides a table of cumulative diff --git a/usr.bin/rup/rup.1 b/usr.bin/rup/rup.1 index 1734446ff31..1e2f9efacae 100644 --- a/usr.bin/rup/rup.1 +++ b/usr.bin/rup/rup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rup.1,v 1.2 1996/06/26 05:38:51 deraadt Exp $ +.\" $OpenBSD: rup.1,v 1.3 1998/09/07 16:44:33 aaron Exp $ .\" -*- nroff -*- .\" .\" Copyright (c) 1985, 1991 The Regents of the University of California. @@ -57,7 +57,7 @@ averaged over 1, 5 and 15 minutes. The following options are available: .Bl -tag -width indent .It Fl d -For each host, report what it's local time is. +For each host, report what its local time is. This is useful for checking time synchronization on a network. .It Fl h Sort the display alphabetically by host name. diff --git a/usr.bin/sup/src/supservers.8 b/usr.bin/sup/src/supservers.8 index ad775011bcb..956ad7a4b0c 100644 --- a/usr.bin/sup/src/supservers.8 +++ b/usr.bin/sup/src/supservers.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: supservers.8,v 1.4 1997/10/12 00:26:23 beck Exp $ +.\" $OpenBSD: supservers.8,v 1.5 1998/09/07 16:44:33 aaron Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -138,7 +138,7 @@ The -O lockdir switch is used to make .I supfilesrv allow only one active connection at a time from any client ip address. This is accomplished by each serving process obtaining exclusive lock, -and writing it's process ID into a file in "lockdir" where the filename +and writing its process ID into a file in "lockdir" where the filename is the dotted decimal ip address of the connecting host. Any connections from a client where a lock can not be obtained on such a file will be rejected, limiting any client host to one connection at a time diff --git a/usr.sbin/bootpd/bootptab.5 b/usr.sbin/bootpd/bootptab.5 index ba9769de9c2..f89998ba83f 100644 --- a/usr.sbin/bootpd/bootptab.5 +++ b/usr.sbin/bootpd/bootptab.5 @@ -1,6 +1,6 @@ .\" Copyright (c) 1988, 1989, 1991 Carnegie Mellon University .\" -.\" $Header: /cvs/OpenBSD/src/usr.sbin/bootpd/Attic/bootptab.5,v 1.2 1996/06/23 10:22:25 deraadt Exp $ +.\" $Header: /cvs/OpenBSD/src/usr.sbin/bootpd/Attic/bootptab.5,v 1.3 1998/09/07 16:44:34 aaron Exp $ .\" .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University" .UC 6 @@ -13,7 +13,7 @@ The file is the configuration database file for .IR bootpd , the Internet Bootstrap Protocol server. -It's format is similar to that of +Its format is similar to that of .IR termcap (5) in which two-character case-sensitive tag symbols are used to represent host parameters. These parameter declarations are separated by @@ -303,7 +303,7 @@ or The .B hn tag is strictly a boolean tag; it does not take the usual equals-sign and -value. It's presence indicates that the hostname should be sent to RFC1084 +value. Its presence indicates that the hostname should be sent to RFC1084 clients. .I Bootpd attempts to send the entire hostname as it is specified in the configuration diff --git a/usr.sbin/tcpdump/tcpdump.8 b/usr.sbin/tcpdump/tcpdump.8 index d27cea36e42..e386a3ea48c 100644 --- a/usr.sbin/tcpdump/tcpdump.8 +++ b/usr.sbin/tcpdump/tcpdump.8 @@ -1,4 +1,4 @@ -.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.7 1998/07/15 00:06:01 deraadt Exp $ (LBL) +.\" @(#) $Header: /cvs/OpenBSD/src/usr.sbin/tcpdump/tcpdump.8,v 1.8 1998/09/07 16:44:34 aaron Exp $ (LBL) .\" .\" Copyright (c) 1987, 1988, 1989, 1990, 1991, 1992, 1994, 1995, 1996 .\" The Regents of the University of California. All rights reserved. @@ -800,7 +800,7 @@ feature, causing the original sequence numbers to be output. On the 6th line, rtsg sends csam 19 bytes of data (bytes 2 through 20 in the rtsg \(-> csam side of the conversation). The PUSH flag is set in the packet. -On the 7th line, csam says it's received data sent by rtsg up to +On the 7th line, csam says its received data sent by rtsg up to but not including byte 21. Most of this data is apparently sitting in the socket buffer since csam's receive window has gotten 19 bytes smaller. Csam also sends one byte of data to rtsg in this packet. diff --git a/usr.sbin/vnconfig/vnconfig.8 b/usr.sbin/vnconfig/vnconfig.8 index 35893a8e948..3051a62cff7 100644 --- a/usr.sbin/vnconfig/vnconfig.8 +++ b/usr.sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.4 1997/05/14 15:58:38 niklas Exp $ +.\" $OpenBSD: vnconfig.8,v 1.5 1998/09/07 16:44:34 aaron Exp $ .\ .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -64,10 +64,10 @@ allowing the latter to be accessed as though it were a disk. Hence a regular file within the filesystem can be used for swapping or can contain a filesystem that is mounted in the name space. Both traditional devices, -.Nm vnd -, and the cache-coherent devices, -.Nm svnd -, are configured through +.Nm vnd , +and the cache-coherent devices, +.Nm svnd , +are configured through .Nm .Pp Options indicate an action to be performed: @@ -97,7 +97,7 @@ is assumed. .Pp Configures the vnode disk .Pa svnd0 -(ie. all of it's partitions become useable). +(ie. all of its partitions become useable). .Pp .Dl vnconfig -u svnd0 .Pp @@ -109,4 +109,4 @@ This command should really be named .Xr swapon 8 , .Xr mount 8 , .Xr umount 8 , -.Xr vnd 4 . +.Xr vnd 4 diff --git a/usr.sbin/ypbind/ypbind.8 b/usr.sbin/ypbind/ypbind.8 index c50f8197910..111c9aa896a 100644 --- a/usr.sbin/ypbind/ypbind.8 +++ b/usr.sbin/ypbind/ypbind.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ypbind.8,v 1.9 1998/05/12 09:15:15 deraadt Exp $ +.\" $OpenBSD: ypbind.8,v 1.10 1998/09/07 16:44:34 aaron Exp $ .\" $NetBSD: ypbind.8,v 1.2 1996/02/28 01:21:00 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -67,7 +67,7 @@ it checks if a file for the domain in question exists in the directory (ie. /etc/yp/DOMAINNAME). If such a file exists, it will list the hosts which .Nm -should restrict it's server search to. +should restrict its server search to. Otherwise, .Nm assumes it will need to use broadcasts to find a valid server. |