diff options
author | 1998-09-06 22:23:16 +0000 | |
---|---|---|
committer | 1998-09-06 22:23:16 +0000 | |
commit | fb1a43c9c8e031284e7c50d9d6b6726205caae8f (patch) | |
tree | 96dd55ed7e53b8fa2e7001beb11abf4eb897fdb2 /lib/libc | |
parent | If mount by non-root, then verify that user has necessary permissions on (diff) | |
download | wireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.tar.xz wireguard-openbsd-fb1a43c9c8e031284e7c50d9d6b6726205caae8f.zip |
More man page fixes. Spelling, grammar, some typos. Lots of double-word
occurrences squashed as well.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/isascii.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/xdr.3 | 4 | ||||
-rw-r--r-- | lib/libc/string/string.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/symlink.2 | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/gen/isascii.3 b/lib/libc/gen/isascii.3 index 2651eb25b7f..83f4fe93bf7 100644 --- a/lib/libc/gen/isascii.3 +++ b/lib/libc/gen/isascii.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isascii.3,v 1.3 1997/11/05 10:02:54 deraadt Exp $ +.\" $OpenBSD: isascii.3,v 1.4 1998/09/06 22:23:18 aaron Exp $ .\" .\" Copyright (c) 1989, 1991 The Regents of the University of California. .\" All rights reserved. @@ -46,7 +46,7 @@ The .Fn isascii function tests for an .Tn ASCII -character, which is any character with a value less than than or +character, which is any character with a value less than or equal to 0177. .Sh SEE ALSO .Xr isalnum 3 , diff --git a/lib/libc/rpc/xdr.3 b/lib/libc/rpc/xdr.3 index a7214a1b73c..9b8d0a36d90 100644 --- a/lib/libc/rpc/xdr.3 +++ b/lib/libc/rpc/xdr.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xdr.3,v 1.7 1998/03/11 18:54:17 deraadt Exp $ +.\" $OpenBSD: xdr.3,v 1.8 1998/09/06 22:23:19 aaron Exp $ .\" Mostly converted to mandoc by Theo de Raadt, Tue Feb 24 04:04:46 MST 1998 .\" .Dd February 16, 1988 @@ -501,7 +501,7 @@ and their corresponding external representations. The parameter .Fa arrp is the address of the pointer to the array, while .Fa size -is is the element count of the array. The parameter +is the element count of the array. The parameter .Fa elsize is the size of each of the array's elements, and .Fa elproc diff --git a/lib/libc/string/string.3 b/lib/libc/string/string.3 index 80da886e576..323d4f30408 100644 --- a/lib/libc/string/string.3 +++ b/lib/libc/string/string.3 @@ -31,7 +31,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: string.3,v 1.2 1996/08/19 08:34:18 tholo Exp $ +.\" $OpenBSD: string.3,v 1.3 1998/09/06 22:23:18 aaron Exp $ .\" .Dd April 19, 1991 .Dt STRING 3 @@ -102,7 +102,7 @@ .Fn rindex "const char *s" "int c" .Sh DESCRIPTION The string functions -functions manipulate strings terminated by a +manipulate strings terminated by a null byte. .Pp See the specific manual pages for more information. diff --git a/lib/libc/sys/symlink.2 b/lib/libc/sys/symlink.2 index f1fa0eea3f0..b3ca0085d85 100644 --- a/lib/libc/sys/symlink.2 +++ b/lib/libc/sys/symlink.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: symlink.2,v 1.4 1998/07/06 18:28:47 deraadt Exp $ +.\" $OpenBSD: symlink.2,v 1.5 1998/09/06 22:23:19 aaron Exp $ .\" $NetBSD: symlink.2,v 1.7 1995/02/27 12:38:34 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -103,7 +103,7 @@ cannot be extended because there is no space left on the file system containing the directory. .It Bq Er ENOSPC The new symbolic link cannot be created because there -there is no space left on the file +is no space left on the file system that will contain the symbolic link. .It Bq Er ENOSPC There are no free inodes on the file system on which the |