diff options
author | 2003-01-06 08:47:23 +0000 | |
---|---|---|
committer | 2003-01-06 08:47:23 +0000 | |
commit | dc6fc0b77a013d687ba10c677943b85a49bcbc99 (patch) | |
tree | 36d0a5a46196b10398bd9b48cec381e4224bc58b | |
parent | directory, not file; form david krause (diff) | |
download | wireguard-openbsd-dc6fc0b77a013d687ba10c677943b85a49bcbc99.tar.xz wireguard-openbsd-dc6fc0b77a013d687ba10c677943b85a49bcbc99.zip |
typo; jmc@prioris.mini.pw.edu.pl
-rw-r--r-- | usr.bin/newsyslog/newsyslog.8 | 4 | ||||
-rw-r--r-- | usr.bin/passwd/passwd.1 | 4 | ||||
-rw-r--r-- | usr.bin/patch/patch.1 | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index 4a1a5c17f09..9f9cd9d68f2 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.29 2002/09/19 21:22:59 millert Exp $ +.\" $OpenBSD: newsyslog.8,v 1.30 2003/01/06 08:47:23 deraadt Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -265,7 +265,7 @@ and be the signal name, not the number, e.g., .It command (optional) Specify a command to run instead of sending a signal to the process. The command must be enclosed in double quotes -.Pq Ql \&" ) . +.Pq Ql \&" . The empty string, .Ql \&"\&" , can use used to prevent diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index b92819aa21f..f258253bdba 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: passwd.1,v 1.22 2002/02/13 08:33:47 mpech Exp $ +.\" $OpenBSD: passwd.1,v 1.23 2003/01/06 08:50:11 deraadt Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. @@ -149,7 +149,7 @@ passwords. The password file is currently locked by another process; .Nm will keep trying to lock the password file until it succeeds or -you hit the interupt character (control-C by default). +you hit the interrupt character (control-C by default). If .Nm is interrupted while trying to gain the lock the password changed will diff --git a/usr.bin/patch/patch.1 b/usr.bin/patch/patch.1 index 4df0eb332eb..b07144dbbe2 100644 --- a/usr.bin/patch/patch.1 +++ b/usr.bin/patch/patch.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: patch.1,v 1.4 1999/06/05 01:21:36 aaron Exp $ -*- nroff -*- +.\" $OpenBSD: patch.1,v 1.5 2003/01/06 08:52:05 deraadt Exp $ -*- nroff -*- .rn '' }` .de Sh .br @@ -65,7 +65,7 @@ or switches. The extension used for making backup files may also be specified in the .B SIMPLE_BACKUP_SUFFIX -environment variable, which is overridden by above switches. +environment variable, which is overridden by the above switches. .PP If the backup file already exists, .B patch @@ -302,7 +302,7 @@ causes the next argument to be interpreted as the output file name. .B \-p<number> or \-\-strip <number> sets the pathname strip count, which controls how pathnames found in the patch file are treated, in case -the you keep your files in a different directory than the person who sent +you keep your files in a different directory than the person who sent out the patch. The strip count specifies how many slashes are to be stripped from the front of the pathname. |