diff options
author | 2000-11-09 23:47:14 +0000 | |
---|---|---|
committer | 2000-11-09 23:47:14 +0000 | |
commit | 1fd45b44057df8918a3d44d0e3d34733910b6784 (patch) | |
tree | 99baf058703d37f22aa66dfb7821a8f5d5a4699d | |
parent | Fix an off-by-one-hour error that would occur when changing the time across (diff) | |
download | wireguard-openbsd-1fd45b44057df8918a3d44d0e3d34733910b6784.tar.xz wireguard-openbsd-1fd45b44057df8918a3d44d0e3d34733910b6784.zip |
Insert some missing commas.
-rw-r--r-- | bin/chmod/chflags.1 | 4 | ||||
-rw-r--r-- | bin/chmod/chgrp.1 | 4 | ||||
-rw-r--r-- | bin/csh/csh.1 | 12 | ||||
-rw-r--r-- | bin/ed/ed.1 | 4 | ||||
-rw-r--r-- | bin/pax/cpio.1 | 4 | ||||
-rw-r--r-- | bin/pax/pax.1 | 4 | ||||
-rw-r--r-- | bin/pax/tar.1 | 4 | ||||
-rw-r--r-- | bin/ps/ps.1 | 6 |
8 files changed, 21 insertions, 21 deletions
diff --git a/bin/chmod/chflags.1 b/bin/chmod/chflags.1 index 89e27dea94a..89733f093bb 100644 --- a/bin/chmod/chflags.1 +++ b/bin/chmod/chflags.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chflags.1,v 1.1 2000/07/19 19:42:31 mickey Exp $ +.\" $OpenBSD: chflags.1,v 1.2 2000/11/09 23:47:14 aaron Exp $ .\" $NetBSD: chflags.1,v 1.4 1995/08/31 22:50:22 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993, 1994 @@ -127,7 +127,7 @@ option is set, on a symbolic link always succeeds and has no effect. The .Fl H , -.Fl L +.Fl L , and .Fl P options are ignored unless the diff --git a/bin/chmod/chgrp.1 b/bin/chmod/chgrp.1 index 445e6bd4eea..25bdd0b0718 100644 --- a/bin/chmod/chgrp.1 +++ b/bin/chmod/chgrp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chgrp.1,v 1.1 2000/06/09 16:26:51 mickey Exp $ +.\" $OpenBSD: chgrp.1,v 1.2 2000/11/09 23:47:15 aaron Exp $ .\" .\" Copyright (c) 1983, 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -88,7 +88,7 @@ options are mutually exclusive. .Pp The .Fl H , -.Fl L +.Fl L , and .Fl P options are ignored unless the diff --git a/bin/csh/csh.1 b/bin/csh/csh.1 index 1793043ab03..e21021714f8 100644 --- a/bin/csh/csh.1 +++ b/bin/csh/csh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: csh.1,v 1.38 2000/10/30 17:16:44 millert Exp $ +.\" $OpenBSD: csh.1,v 1.39 2000/11/09 23:47:16 aaron Exp $ .\" $NetBSD: csh.1,v 1.10 1995/03/21 09:02:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -728,7 +728,7 @@ Quote the substituted words, preventing further substitutions. .It x Like .Ql q , -but break into words at blanks, tabs and newlines. +but break into words at blanks, tabs, and newlines. .El .Pp Unless preceded by a @@ -1095,7 +1095,7 @@ of the main shell. Command substitution is shown by a command enclosed in .Ql ` . The output from such a command is normally broken into separate words -at blanks, tabs and newlines, with null words being discarded; +at blanks, tabs, and newlines, with null words being discarded; this text then replaces the original string. Within "'s, only newlines force new words; blanks and tabs are preserved. .Pp @@ -1165,7 +1165,7 @@ Standing alone, i.e., it expands to the invokers home directory as reflected in the value of the variable .Ar home . -When followed by a name consisting of letters, digits and +When followed by a name consisting of letters, digits, and .Ql \- characters, the shell searches for a user with that name and substitutes their @@ -1222,13 +1222,13 @@ with the following syntax: .It < name Open file .Ar name -(which is first variable, command and filename expanded) as the standard +(which is first variable, command, and filename expanded) as the standard input. .It << word Read the shell input up to a line that is identical to .Ar word . .Ar word -is not subjected to variable, filename or command substitution, +is not subjected to variable, command, or filename substitution, and each input line is compared to .Ar word before any substitutions are done on the input line. diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index e851cf6d4b5..3cb35a49b50 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.27 2000/10/06 02:43:36 aaron Exp $ +.\" $OpenBSD: ed.1,v 1.28 2000/11/09 23:47:16 aaron Exp $ .\" .Dd May 2, 1993 .Dt ED 1 @@ -15,7 +15,7 @@ .Sh DESCRIPTION .Nm is a line-oriented text editor. -It is used to create, display, modify and otherwise manipulate text files. +It is used to create, display, modify, and otherwise manipulate text files. If invoked with a .Ar file argument, then a copy of diff --git a/bin/pax/cpio.1 b/bin/pax/cpio.1 index 65c6efdda23..fd57a3ac225 100644 --- a/bin/pax/cpio.1 +++ b/bin/pax/cpio.1 @@ -27,7 +27,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: cpio.1,v 1.11 2000/11/09 17:51:57 aaron Exp $ +.\" $OpenBSD: cpio.1,v 1.12 2000/11/09 23:47:16 aaron Exp $ .\" .Dd February 16, 1997 .Dt CPIO 1 @@ -238,7 +238,7 @@ Whenever .Nm cannot create a file or a link when extracting an archive or cannot find a file while writing an archive, or cannot preserve the user -ID, group ID, file mode or access and modification times when the +ID, group ID, file mode, or access and modification times when the .Fl p option is specified, a diagnostic message is written to standard error and a non-zero exit value will be returned, but processing diff --git a/bin/pax/pax.1 b/bin/pax/pax.1 index ddffe87a633..b64220d61ce 100644 --- a/bin/pax/pax.1 +++ b/bin/pax/pax.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pax.1,v 1.23 2000/11/09 17:51:58 aaron Exp $ +.\" $OpenBSD: pax.1,v 1.24 2000/11/09 23:47:17 aaron Exp $ .\" $NetBSD: pax.1,v 1.3 1995/03/21 09:07:37 cgd Exp $ .\" .\" Copyright (c) 1992 Keith Muller. @@ -453,7 +453,7 @@ operand, .Nm will prompt to .Pa /dev/tty -giving the name of the file, its file mode and its modification time. +giving the name of the file, its file mode, and its modification time. .Nm will then read a line from .Pa /dev/tty . diff --git a/bin/pax/tar.1 b/bin/pax/tar.1 index a6c51725ff9..4a398e4b450 100644 --- a/bin/pax/tar.1 +++ b/bin/pax/tar.1 @@ -27,7 +27,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: tar.1,v 1.26 2000/10/18 16:56:39 ericj Exp $ +.\" $OpenBSD: tar.1,v 1.27 2000/11/09 23:47:17 aaron Exp $ .\" .Dd June 11, 1996 .Dt TAR 1 @@ -243,7 +243,7 @@ Whenever .Nm cannot create a file or a link when extracting an archive or cannot find a file while writing an archive, or cannot preserve the user -ID, group ID, file mode or access and modification times when the +ID, group ID, file mode, or access and modification times when the .Fl p option is specified, a diagnostic message is written to standard error and a non-zero exit value will be returned, but processing diff --git a/bin/ps/ps.1 b/bin/ps/ps.1 index 4dce138dbd8..235c6a95ebe 100644 --- a/bin/ps/ps.1 +++ b/bin/ps/ps.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ps.1,v 1.27 2000/11/09 17:51:58 aaron Exp $ +.\" $OpenBSD: ps.1,v 1.28 2000/11/09 23:47:17 aaron Exp $ .\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1991, 1993, 1994 @@ -97,7 +97,7 @@ Repeat the information header as often as necessary to guarantee one header per page of information. .It Fl j Print information associated with the following keywords: -user, pid, ppid, pgid, sess, jobc, state, tt, time and command. +user, pid, ppid, pgid, sess, jobc, state, tt, time, and command. .It Fl k Also display information about kernel threads. .It Fl L @@ -155,7 +155,7 @@ Display the processes belonging to the specified .Ar username . .It Fl u Display information associated with the following keywords: -user, pid, %cpu, %mem, vsz, rss, tt, state, start, time and command. +user, pid, %cpu, %mem, vsz, rss, tt, state, start, time, and command. The .Fl u option implies the |