diff options
39 files changed, 84 insertions, 78 deletions
diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index fb6d4b87d2d..ca74711a8f3 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.23 1999/03/11 01:35:00 pjanzen Exp $ +.\" $OpenBSD: csh.1,v 1.24 1999/05/12 13:26:46 aaron Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -1800,7 +1800,7 @@ number of cpu-seconds to be used by each process), beyond the end of the program text), .Ar stacksize (the maximum -size of the automatically-extended stack region), and +size of the automatically extended stack region), and .Ar coredumpsize (the size of the largest core dump that will be created). .Pp diff --git a/kerberosIV/krb/krb_realmofhost.3 b/kerberosIV/krb/krb_realmofhost.3 index 6f512e2bbbe..93793078ae8 100644 --- a/kerberosIV/krb/krb_realmofhost.3 +++ b/kerberosIV/krb/krb_realmofhost.3 @@ -26,7 +26,7 @@ .\"this software for any purpose. It is provided "as is" without express .\"or implied warranty. .\" -.\" $OpenBSD: krb_realmofhost.3,v 1.4 1998/02/25 15:51:24 art Exp $ +.\" $OpenBSD: krb_realmofhost.3,v 1.5 1999/05/12 13:26:47 aaron Exp $ .TH KRB_REALMOFHOST 3 "Kerberos Version 4.0" "MIT Project Athena" .SH NAME krb_realmofhost, krb_get_phost, krb_get_krbhst, krb_get_admhst, @@ -72,7 +72,7 @@ returns the Kerberos realm of the host as determined by the translation table .IR /etc/krb.realms . .I host -should be the fully-qualified domain-style primary host name of the host +should be the fully qualified domain-style primary host name of the host in question. In order to prevent certain security attacks, this routine must either have .I a priori diff --git a/lib/libc/net/resolver.3 b/lib/libc/net/resolver.3 index 389906d8a30..6545132d500 100644 --- a/lib/libc/net/resolver.3 +++ b/lib/libc/net/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.6 1999/02/27 21:55:34 deraadt Exp $ +.\" $OpenBSD: resolver.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -212,7 +212,7 @@ The query requests information of the specified .Fa type and .Fa class -for the specified fully-qualified domain name +for the specified fully qualified domain name .Fa dname . The reply message is left in the .Fa answer @@ -281,7 +281,7 @@ is given by The compression uses an array of pointers .Fa dnptrs -to previously-compressed names in the current message. +to previously compressed names in the current message. The first pointer points to the beginning of the message and the list ends with .Dv NULL . diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index ede04ac696e..254b55ff66f 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.6 1999/02/27 21:55:37 deraadt Exp $ +.\" $OpenBSD: regex.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -80,7 +80,7 @@ matches that internal form against a string and reports results, .Fn regerror transforms error codes from either into human-readable messages, and .Fn regfree -frees any dynamically-allocated storage used by the internal form +frees any dynamically allocated storage used by the internal form of an RE. .Pp The header @@ -401,7 +401,7 @@ caution in software intended to be portable to other systems. Be warned also that they are considered experimental and changes are possible. .Pp .Fn regfree -frees any dynamically-allocated storage associated with the compiled RE +frees any dynamically allocated storage associated with the compiled RE pointed to by .Fa preg . The remaining diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 4c4278c92db..268f415e939 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: funopen.3,v 1.6 1998/06/15 17:54:50 mickey Exp $ +.\" $OpenBSD: funopen.3,v 1.7 1999/05/12 13:26:47 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -60,7 +60,7 @@ Either or .Fa writefn must be specified; -the others can be given as an appropriately-typed +the others can be given as an appropriately typed .Dv NULL pointer. These diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index f2b8b9ff547..49c906125f0 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: printf.3,v 1.15 1999/03/01 20:41:56 deraadt Exp $ +.\" $OpenBSD: printf.3,v 1.16 1999/05/12 13:26:48 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -682,6 +682,6 @@ interface is not portable. .Pp There is no way for printf to know the size of each argument passed. If you use positional arguments you must ensure that all parameters, up to the -last positionally-specified parameter, are used in the format string. This +last positionally specified parameter, are used in the format string. This allows for the format string to be parsed for this information. Failure to do this will mean your code is non-portable and liable to fail. diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index f6b235aceaa..513406c13f5 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setbuf.3,v 1.4 1999/02/24 08:22:31 deraadt Exp $ +.\" $OpenBSD: setbuf.3,v 1.5 1999/05/12 13:26:48 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -75,7 +75,7 @@ When the first operation occurs on a file, .Xr malloc 3 is called, -and an optimally-sized buffer is obtained. +and an optimally sized buffer is obtained. If a stream refers to a terminal (as .Em stdout diff --git a/lib/libc/stdio/stdio.3 b/lib/libc/stdio/stdio.3 index 687a62ab659..3c33fe14ae0 100644 --- a/lib/libc/stdio/stdio.3 +++ b/lib/libc/stdio/stdio.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stdio.3,v 1.6 1999/05/10 17:56:29 aaron Exp $ +.\" $OpenBSD: stdio.3,v 1.7 1999/05/12 13:26:48 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -134,7 +134,7 @@ device, as determined by the function. In fact, .Em all -freshly-opened streams that refer to terminal devices +freshly opened streams that refer to terminal devices default to line buffering, and pending output to such streams is written automatically whenever such an input stream is read. diff --git a/lib/libc/sys/_exit.2 b/lib/libc/sys/_exit.2 index 0f695e1bf76..5e188e786af 100644 --- a/lib/libc/sys/_exit.2 +++ b/lib/libc/sys/_exit.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: _exit.2,v 1.3 1998/07/06 18:27:00 deraadt Exp $ +.\" $OpenBSD: _exit.2,v 1.4 1999/05/12 13:26:48 aaron Exp $ .\" $NetBSD: _exit.2,v 1.6 1995/02/27 12:31:34 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -84,7 +84,7 @@ the .Dv SIGHUP signal and the .Dv SIGCONT -signal are sent to all members of the newly-orphaned process group. +signal are sent to all members of the newly orphaned process group. .It If the process is a controlling process (see .Xr intro 2 ) , diff --git a/lib/libc/sys/mlock.2 b/lib/libc/sys/mlock.2 index b60b1d50d9e..cf91232275e 100644 --- a/lib/libc/sys/mlock.2 +++ b/lib/libc/sys/mlock.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mlock.2,v 1.6 1999/02/27 21:56:32 deraadt Exp $ +.\" $OpenBSD: mlock.2,v 1.7 1999/05/12 13:26:48 aaron Exp $ .\" $NetBSD: mlock.2,v 1.3 1995/06/24 10:42:03 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -82,7 +82,7 @@ The physical pages remain in memory until all locked mappings for the pages are removed. Multiple processes may have the same physical pages locked via their own virtual address mappings. -A single process may likewise have pages multiply-locked via different virtual +A single process may likewise have pages multiply locked via different virtual mappings of the same pages or via nested .Nm mlock calls on the same address range. diff --git a/lib/libc/sys/ptrace.2 b/lib/libc/sys/ptrace.2 index 2596924be74..fbe4d2d351b 100644 --- a/lib/libc/sys/ptrace.2 +++ b/lib/libc/sys/ptrace.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ptrace.2,v 1.4 1999/02/01 08:13:01 d Exp $ +.\" $OpenBSD: ptrace.2,v 1.5 1999/05/12 13:26:48 aaron Exp $ .\" $NetBSD: ptrace.2,v 1.3 1996/02/23 01:39:41 jtc Exp $ .\" .\" This file is in the public domain. @@ -155,7 +155,7 @@ arguments are ignored. This request requires that the target process must have the same real UID as the tracing process, and that it must not be executing a setuid or setgid executable. (If the tracing process is running as root, these restrictions do not apply.) The -tracing process will see the newly-traced process stop and may then +tracing process will see the newly traced process stop and may then control it as if it had been traced all along. .It Dv PT_DETACH This request is like PT_CONTINUE, except that it does not allow diff --git a/lib/libcompat/4.1/vlimit.3 b/lib/libcompat/4.1/vlimit.3 index 86e7780013b..c88fef25891 100644 --- a/lib/libcompat/4.1/vlimit.3 +++ b/lib/libcompat/4.1/vlimit.3 @@ -74,7 +74,7 @@ the maximum growth of the data+stack region via beyond the end of the program text .It Dv LIM_STACK the maximum -size of the automatically-extended stack region +size of the automatically extended stack region .It Dv LIM_CORE the size of the largest core dump that will be created. .It Dv LIM_MAXRSS diff --git a/lib/libcompat/regexp/regexp.3 b/lib/libcompat/regexp/regexp.3 index c9089e43a9d..97b6712cb2f 100644 --- a/lib/libcompat/regexp/regexp.3 +++ b/lib/libcompat/regexp/regexp.3 @@ -279,7 +279,7 @@ for a failure .Pf ( Fn regerror permitting), where failures are syntax errors, exceeding implementation limits, -or applying `+' or `*' to a possibly-null operand. +or applying `+' or `*' to a possibly NULL operand. .Sh SEE ALSO .Xr ed 1 , .Xr ex 1 , @@ -305,7 +305,7 @@ but are not derived from Bell code. Empty branches and empty regular expressions are not portable to V8. .Pp The restriction against -applying `*' or `+' to a possibly-null operand is an artifact of the +applying `*' or `+' to a possibly NULL operand is an artifact of the simplistic implementation. .Pp Does not support diff --git a/lib/libform/form_field_opts.3 b/lib/libform/form_field_opts.3 index d8f93f6a1b9..87baa239a81 100644 --- a/lib/libform/form_field_opts.3 +++ b/lib/libform/form_field_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_field_opts.3,v 1.7 1999/01/22 03:30:53 millert Exp $ +.\" $OpenBSD: form_field_opts.3,v 1.8 1999/05/12 13:26:48 aaron Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -46,7 +46,7 @@ OPTIONS field_opts(const FIELD *field); .br .SH DESCRIPTION The function \fBset_field_opts\fR sets all the given field's option bits (field -option bits may be logically-OR'ed together). +option bits may be logically OR'ed together). The function \fBfield_opts_on\fR turns on the given option bits, and leaves others alone. diff --git a/lib/libform/form_opts.3 b/lib/libform/form_opts.3 index ef2e366b4f6..36906fe181d 100644 --- a/lib/libform/form_opts.3 +++ b/lib/libform/form_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: form_opts.3,v 1.7 1999/01/22 03:30:54 millert Exp $ +.\" $OpenBSD: form_opts.3,v 1.8 1999/05/12 13:26:49 aaron Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -46,7 +46,7 @@ OPTIONS form_opts(const FORM *form); .br .SH DESCRIPTION The function \fBset_form_opts\fR sets all the given form's option bits (form -option bits may be logically-OR'ed together). +option bits may be logically OR'ed together). The function \fBform_opts_on\fR turns on the given option bits, and leaves others alone. diff --git a/lib/libmenu/menu_opts.3 b/lib/libmenu/menu_opts.3 index 3e6f1c48a35..c9eecc8f1be 100644 --- a/lib/libmenu/menu_opts.3 +++ b/lib/libmenu/menu_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: menu_opts.3,v 1.6 1999/01/22 03:45:07 millert Exp $ +.\" $OpenBSD: menu_opts.3,v 1.7 1999/05/12 13:26:49 aaron Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -46,7 +46,7 @@ OPTIONS menu_opts(const MENU *menu); .br .SH DESCRIPTION The function \fBset_menu_opts\fR sets all the given menu's option bits (menu -option bits may be logically-OR'ed together). +option bits may be logically OR'ed together). The function \fBmenu_opts_on\fR turns on the given option bits, and leaves others alone. diff --git a/lib/libmenu/mitem_opts.3 b/lib/libmenu/mitem_opts.3 index 368d181f9cf..714937a0ea7 100644 --- a/lib/libmenu/mitem_opts.3 +++ b/lib/libmenu/mitem_opts.3 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: mitem_opts.3,v 1.4 1999/01/22 03:45:07 millert Exp $ +.\" $OpenBSD: mitem_opts.3,v 1.5 1999/05/12 13:26:49 aaron Exp $ .\" .\"*************************************************************************** .\" Copyright (c) 1998 Free Software Foundation, Inc. * @@ -46,7 +46,7 @@ OPTIONS item_opts(const ITEM *item); .br .SH DESCRIPTION The function \fBset_item_opts\fR sets all the given item's option bits (menu -option bits may be logically-OR'ed together). +option bits may be logically OR'ed together). The function \fBitem_opts_on\fR turns on the given option bits, and leaves others alone. diff --git a/sbin/mknod/mkfifo.1 b/sbin/mknod/mkfifo.1 index 2bda345f04a..804967b2563 100644 --- a/sbin/mknod/mkfifo.1 +++ b/sbin/mknod/mkfifo.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mkfifo.1,v 1.1 1999/04/18 19:40:41 millert Exp $ +.\" $OpenBSD: mkfifo.1,v 1.2 1999/05/12 13:26:49 aaron Exp $ .\" $NetBSD: mkfifo.1,v 1.4 1994/12/23 07:16:54 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -58,7 +58,7 @@ modified by the current The options are as follows: .Bl -tag -width Ds .It Fl m Ar mode -Set the file permission bits of newly-created directories to +Set the file permission bits of newly created directories to .Ar mode . The mode is specified as in .Xr chmod 1 . diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index 09359aad99b..87b32d69d48 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_msdos.8,v 1.9 1998/12/15 01:20:36 aaron Exp $ +.\" $OpenBSD: mount_msdos.8,v 1.10 1999/05/12 13:26:49 aaron Exp $ .\" $NetBSD: mount_msdos.8,v 1.10 1996/01/19 21:14:43 leo Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou @@ -157,5 +157,5 @@ utility first appeared in NetBSD 0.9. Its predecessor, the .Nm mount_pcfs utility, appeared in NetBSD 0.8, and was abandoned in favor -of the more aptly-named +of the more aptly named .Nm mount_msdos . diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index ce006d73ca8..8c2c317b0aa 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ping.8,v 1.14 1999/04/21 02:19:06 alex Exp $ +.\" $OpenBSD: ping.8,v 1.15 1999/05/12 13:26:49 aaron Exp $ .\" $NetBSD: ping.8,v 1.10 1995/12/31 04:55:35 ghudson Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 @@ -158,7 +158,7 @@ spot. Many hosts ignore or discard this option. .It Fl r Bypass the normal routing tables and send directly to a host on an attached network. -If the host is not on a directly-attached network, an error is returned. +If the host is not on a directly attached network, an error is returned. This option can be used to ping a local host through an interface that has no route through it (e.g., after the interface was dropped by .Xr routed 8 ) . diff --git a/sbin/route/route.8 b/sbin/route/route.8 index bdab69ad54e..5942cd3bcfc 100644 --- a/sbin/route/route.8 +++ b/sbin/route/route.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: route.8,v 1.14 1999/03/16 02:46:51 deraadt Exp $ +.\" $OpenBSD: route.8,v 1.15 1999/05/12 13:26:49 aaron Exp $ .\" $NetBSD: route.8,v 1.6 1995/03/18 15:00:13 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -316,7 +316,7 @@ command is specified, each routing table entry deleted is indicated with a message of this form. .It Sy "Network is unreachable" An attempt to add a route failed because the gateway listed was not -on a directly-connected network. +on a directly connected network. The next-hop gateway must be given. .It Sy "not in table" A diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index 062a9d0a29b..2980380f6ea 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.2 1996/03/29 10:17:33 niklas Exp $ +.\" $OpenBSD: uda.4,v 1.3 1999/05/12 13:26:50 aaron Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -439,7 +439,7 @@ but the response has an invalid (zero) command reference number. You turned on .Dv AVOID_EMULEX_BUG , and the driver successfully -avoided the bug. The number of correctly-handled requests is +avoided the bug. The number of correctly handled requests is reported, along with the expected and actual values relating to the bug being avoided. .Pp diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index aceb2f53e1d..a459c07bd7a 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.28 1999/03/15 15:38:16 deraadt Exp $ +.\" $OpenBSD: options.4,v 1.29 1999/05/12 13:26:50 aaron Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -57,7 +57,7 @@ On those architectures that support it, this enables binary compatibility with .At V.4 binaries built for the same architecture. This currently includes -the sparc and i386. Possibly the most widely-known operating system +the sparc and i386. Possibly the most widely known operating system based on this binary architecture is Sun's Solaris 2.x. See .Xr compat_svr4 8 . diff --git a/share/man/man8/ssl.8 b/share/man/man8/ssl.8 index f634336bd94..2a8b92f70d9 100644 --- a/share/man/man8/ssl.8 +++ b/share/man/man8/ssl.8 @@ -24,7 +24,7 @@ commonly used by the .Ar https protocol for encrypted web transactions. Due to patent issues in the United States, there are -problems with shipping a fully-functional implementation of these +problems with shipping a fully functional implementation of these protocols anywhere in the world, as such shipment would include shipping .Ar into the United States, thus causing problems. diff --git a/share/man/man8/sticky.8 b/share/man/man8/sticky.8 index 956af6c24c2..a83b8dd7861 100644 --- a/share/man/man8/sticky.8 +++ b/share/man/man8/sticky.8 @@ -57,8 +57,8 @@ will not be immediately discarded from swap space after execution. The kernel will hoard the text segment of the file for future reuse and avoid having to reload the program. Shareable text segments are normally placed -in a least-frequently-used cache after use, -and thus the `sticky bit' has little effect on commonly-used text images. +in a least-frequently used cache after use, +and thus the `sticky bit' has little effect on commonly used text images. .Pp Sharable executable files are created with the .Fl n diff --git a/share/man/man9/shutdownhook_establish.9 b/share/man/man9/shutdownhook_establish.9 index ba9ab139b14..948d8bd3b3b 100644 --- a/share/man/man9/shutdownhook_establish.9 +++ b/share/man/man9/shutdownhook_establish.9 @@ -73,7 +73,7 @@ integrity (because the system could be rebooting after a crash). .Sh RETURN VALUES If successful, .Fn shutdownhook_establish -returns an opaque pointer describing the newly-established +returns an opaque pointer describing the newly established shutdown hook. Otherwise, it returns NULL. .Sh EXAMPLES It may be appropriate to use a shutdown hook to diff --git a/share/termtypes/termcap.5 b/share/termtypes/termcap.5 index a8912073752..e1d60f82c0f 100644 --- a/share/termtypes/termcap.5 +++ b/share/termtypes/termcap.5 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)termcap.5 6.11 (Berkeley) 3/6/93 -.\" $Id: termcap.5,v 1.1 1998/12/07 18:23:36 millert Exp $ +.\" $Id: termcap.5,v 1.2 1999/05/12 13:26:50 aaron Exp $ .\" .Dd March 6, 1993 .Dt TERMCAP 5 @@ -734,7 +734,7 @@ that command can be given as .Sy \&nw (newline). It is permissible for this to clear the remainder of the current line, -so if the terminal has no correctly-working +so if the terminal has no correctly working .Tn \&CR and .Tn \&LF diff --git a/usr.bin/learn/src/learn.1 b/usr.bin/learn/src/learn.1 index f276480e09a..0927ab30768 100644 --- a/usr.bin/learn/src/learn.1 +++ b/usr.bin/learn/src/learn.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: learn.1,v 1.2 1998/09/30 16:31:22 ian Exp $ +.\" $OpenBSD: learn.1,v 1.3 1999/05/12 13:26:51 aaron Exp $ .\" .\" Copyright (c) 1998 Ian Darwin .\" @@ -60,7 +60,7 @@ user under the lesson file directory; this version creates a directory under /tmp for each user. .Sh HISTORY The program originated in Seventh Edition UNIX. -A lightly-revised version of the program was released by +A lightly revised version of the program was released by Lucent/Bell Laboratories in 1997, and modernized for OpenBSD 2.4 by Ian Darwin, who also wrote this man page, and Paul Janzen. diff --git a/usr.bin/lex/flex.1 b/usr.bin/lex/flex.1 index a534ddd9459..8deaae0e31c 100644 --- a/usr.bin/lex/flex.1 +++ b/usr.bin/lex/flex.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: flex.1,v 1.5 1998/08/17 03:20:23 deraadt Exp $ +.\" $OpenBSD: flex.1,v 1.6 1999/05/12 13:26:51 aaron Exp $ .\" .TH FLEX 1 "April 1995" "Version 2.5" .SH NAME @@ -2569,7 +2569,7 @@ changes the default .I "yy" prefix used by .I flex -for all globally-visible variable and function names to instead be +for all globally visible variable and function names to instead be .I prefix. For example, .B \-Pfoo @@ -2618,7 +2618,7 @@ option also renames so you now .I must either -provide your own (appropriately-named) version of the routine for your +provide your own (appropriately named) version of the routine for your scanner, or use .B %option noyywrap, as linking with diff --git a/usr.bin/mail/mail.1 b/usr.bin/mail/mail.1 index 8cb8a763fa7..e8a9135b522 100644 --- a/usr.bin/mail/mail.1 +++ b/usr.bin/mail/mail.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mail.1,v 1.22 1998/11/19 23:23:49 aaron Exp $ +.\" $OpenBSD: mail.1,v 1.23 1999/05/12 13:26:51 aaron Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -361,7 +361,7 @@ Identical to the command. .It Ic alias .Pq Ic a -With no arguments, prints out all currently-defined aliases. +With no arguments, prints out all currently defined aliases. With one argument, prints out that alias. With more than one argument, creates diff --git a/usr.bin/sup/src/sup.1 b/usr.bin/sup/src/sup.1 index b103f00a743..10ef0cd0535 100644 --- a/usr.bin/sup/src/sup.1 +++ b/usr.bin/sup/src/sup.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sup.1,v 1.5 1998/09/05 17:41:47 deraadt Exp $ +.\" $OpenBSD: sup.1,v 1.6 1999/05/12 13:26:52 aaron Exp $ .\" .\" Copyright (c) 1992 Carnegie Mellon University .\" All Rights Reserved. @@ -25,6 +25,12 @@ .\""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" .\" HISTORY .\" $Log: sup.1,v $ +.\" Revision 1.6 1999/05/12 13:26:52 aaron +.\" grammar police: do not hyphenate compound words that act as adjectives if the +.\" first word ends in -ly +.\" +.\" i.e., fully-qualified, newly-created, globally-visible, etc. are wrong +.\" .\" Revision 1.5 1998/09/05 17:41:47 deraadt .\" more man page repairs; aaron@ug.cs.dal.ca .\" @@ -665,7 +671,7 @@ prefix,list,scan and host will be used. This file, created by .IR supscan , is the list of filenames that correspond to the instructions in the -list file. The scan file is only used for frequently-updated file +list file. The scan file is only used for frequently updated file collections; it makes the file server run much faster. See .IR supservers (8) for more information. diff --git a/usr.bin/which/which.1 b/usr.bin/which/which.1 index 92adccd854f..7cc52af8977 100644 --- a/usr.bin/which/which.1 +++ b/usr.bin/which/which.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: which.1,v 1.8 1998/10/30 00:24:43 aaron Exp $ +.\" $OpenBSD: which.1,v 1.9 1999/05/12 13:26:52 aaron Exp $ .\" Copyright (c) 1980, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -79,7 +79,7 @@ uses the environment variable as a colon-separated list of directories in which to find executables. If .Ev PATH -is not set, and the given name is not a fully-qualified +is not set, and the given name is not a fully qualified or relative pathname, .Nm will fail. diff --git a/usr.sbin/arp/arp.4 b/usr.sbin/arp/arp.4 index d98fb47e222..4660d8b71e8 100644 --- a/usr.sbin/arp/arp.4 +++ b/usr.sbin/arp/arp.4 @@ -68,8 +68,8 @@ for a non-responding destination host, and for a non-responding router. .Pp The ARP cache is stored in the system routing table as -dynamically-created host routes. -The route to a directly-attached Ethernet network is installed as a +dynamically created host routes. +The route to a directly attached Ethernet network is installed as a .Dq cloning route (one with the .Li RTF_CLONING @@ -87,7 +87,7 @@ flag set). ARP entries may be added, deleted or changed with the .Xr arp 8 utility. -Manually-added entries may be temporary or permanent, +Manually added entries may be temporary or permanent, and may be .Dq published , in which case the system will respond to ARP requests for that host diff --git a/usr.sbin/bootpd/bootptab.5 b/usr.sbin/bootpd/bootptab.5 index 2b230bc055c..59b85619f7f 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: /home/cvs/src/usr.sbin/bootpd/Attic/bootptab.5,v 1.3 1998/09/07 16:44:34 aaron Exp $ +.\" $Header: /home/cvs/src/usr.sbin/bootpd/Attic/bootptab.5,v 1.4 1999/05/12 13:26:52 aaron Exp $ .\" .TH BOOTPTAB 5 "October 31, 1991" "Carnegie Mellon University" .UC 6 @@ -309,7 +309,7 @@ clients. attempts to send the entire hostname as it is specified in the configuration file; if this will not fit into the reply packet, the name is shortened to just the host field (up to the first period, if present) and then tried. -In no case is an arbitrarily-truncated hostname sent (if nothing reasonable +In no case is an arbitrarily truncated hostname sent (if nothing reasonable will fit, nothing is sent). .PP Often, many host entries share common values for certain tags (such as name diff --git a/usr.sbin/dhcp/server/dhcpd.8 b/usr.sbin/dhcp/server/dhcpd.8 index c46d2d220f2..ed775f9c9b4 100644 --- a/usr.sbin/dhcp/server/dhcpd.8 +++ b/usr.sbin/dhcp/server/dhcpd.8 @@ -124,7 +124,7 @@ crash recovery process. .PP BOOTP support is also provided by this server. Unlike DHCP, the BOOTP protocol does not provides a protocol for recovering -dynamically-assigned addresses once they are no longer needed. It is +dynamically assigned addresses once they are no longer needed. It is still possible to dynamically assign addresses to BOOTP clients, but some administrative process for reclaiming addresses is required. By default, leases are granted to BOOTP clients in perpetuity, although diff --git a/usr.sbin/httpd/src/regex/regex.3 b/usr.sbin/httpd/src/regex/regex.3 index 100c8a7f71c..6d4f9b89b8d 100644 --- a/usr.sbin/httpd/src/regex/regex.3 +++ b/usr.sbin/httpd/src/regex/regex.3 @@ -36,7 +36,7 @@ matches that internal form against a string and reports results, transforms error codes from either into human-readable messages, and .I regfree -frees any dynamically-allocated storage used by the internal form +frees any dynamically allocated storage used by the internal form of an RE. .PP The header @@ -353,7 +353,7 @@ caution in software intended to be portable to other systems. Be warned also that they are considered experimental and changes are possible. .PP .I Regfree -frees any dynamically-allocated storage associated with the compiled RE +frees any dynamically allocated storage associated with the compiled RE pointed to by .IR preg . The remaining diff --git a/usr.sbin/named/man/nslookup.8 b/usr.sbin/named/man/nslookup.8 index e49f050681b..6195b3b7720 100644 --- a/usr.sbin/named/man/nslookup.8 +++ b/usr.sbin/named/man/nslookup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nslookup.8,v 1.2 1997/03/12 10:42:18 downsj Exp $ +.\" $OpenBSD: nslookup.8,v 1.3 1999/05/12 13:26:53 aaron Exp $ .\" .\" ++Copyright++ 1985, 1989 .\" - @@ -194,7 +194,7 @@ This command is used to change state information that affects the lookups. Valid keywords are: .RS .IP "\fBall\fP" -Prints the current values of the frequently-used options to \fBset\fP. +Prints the current values of the frequently used options to \fBset\fP. Information about the current default server and host is also printed. .IP "\fBclass=\fIvalue\fR" Change the query class to one of: diff --git a/usr.sbin/named/man/resolver.3 b/usr.sbin/named/man/resolver.3 index 7fbd81a1404..ff9984c5eb0 100644 --- a/usr.sbin/named/man/resolver.3 +++ b/usr.sbin/named/man/resolver.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: resolver.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ +.\" $OpenBSD: resolver.3,v 1.4 1999/05/12 13:26:53 aaron Exp $ .\" Copyright (c) 1985, 1995 The Regents of the University of California. .\" All rights reserved. .\" @@ -206,7 +206,7 @@ The query requests information of the specified .I type and .I class -for the specified fully-qualified domain name +for the specified fully qualified domain name .I dname . The reply message is left in the .I answer @@ -267,7 +267,7 @@ is given by The compression uses an array of pointers .I dnptrs -to previously-compressed names in the current message. +to previously compressed names in the current message. The first pointer points to the beginning of the message and the list ends with NULL. The limit to the array is specified by diff --git a/usr.sbin/traceroute/traceroute.8 b/usr.sbin/traceroute/traceroute.8 index 69a8be0142e..278c5a1e63b 100644 --- a/usr.sbin/traceroute/traceroute.8 +++ b/usr.sbin/traceroute/traceroute.8 @@ -134,7 +134,7 @@ Set the number of probes per ``ttl'' to .It Fl r Bypass the normal routing tables and send directly to a host on an attached network. -If the host is not on a directly-attached network, +If the host is not on a directly attached network, an error is returned. This option can be used to ping a local host through an interface that has no route through it (e.g., after the interface was dropped by |