diff options
author | 2000-04-15 02:15:09 +0000 | |
---|---|---|
committer | 2000-04-15 02:15:09 +0000 | |
commit | f885a5274d3b804af634a3a47ca4a09d1818545f (patch) | |
tree | 11451f8206ded0483db39bb0d31df6a89c1545fc /lib/libc/sys | |
parent | misc cleanup (diff) | |
download | wireguard-openbsd-f885a5274d3b804af634a3a47ca4a09d1818545f.tar.xz wireguard-openbsd-f885a5274d3b804af634a3a47ca4a09d1818545f.zip |
Mostly punctuation fixes.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/brk.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/clock_gettime.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/fhopen.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/gettimeofday.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/recv.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/select.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/shmat.2 | 5 |
8 files changed, 18 insertions, 19 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index 6967e52a960..c24a5940133 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brk.2,v 1.10 2000/03/14 21:31:40 aaron Exp $ +.\" $OpenBSD: brk.2,v 1.11 2000/04/15 02:15:24 aaron Exp $ .\" $NetBSD: brk.2,v 1.7 1995/02/27 12:31:57 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -103,7 +103,7 @@ beyond the value returned from a call to .Xr getrlimit , e.g., -.Dq etext + rlp\(->rlim_max. +.Dq etext + rlp\(->rlim_max . (see .Xr end 3 for the definition of diff --git a/lib/libc/sys/clock_gettime.2 b/lib/libc/sys/clock_gettime.2 index 3bb68d904b6..532ef11970b 100644 --- a/lib/libc/sys/clock_gettime.2 +++ b/lib/libc/sys/clock_gettime.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: clock_gettime.2,v 1.9 1999/10/05 17:12:26 aaron Exp $ +.\" $OpenBSD: clock_gettime.2,v 1.10 2000/04/15 02:15:24 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -82,7 +82,7 @@ struct timespec { .Pp Only the super-user may set the time of day. If the system securelevel is greater than 1 (see -.Xr init 8 ), +.Xr init 8 ) , the time may only be advanced. This limitation is imposed to prevent a malicious super-user from setting arbitrary time stamps on files. diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2 index aac31faf04d..5d4702a04be 100644 --- a/lib/libc/sys/fhopen.2 +++ b/lib/libc/sys/fhopen.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fhopen.2,v 1.1 2000/02/07 05:01:13 assar Exp $ +.\" $OpenBSD: fhopen.2,v 1.2 2000/04/15 02:15:24 aaron Exp $ .\" $NetBSD: fhopen.2,v 1.2 1999/12/02 21:42:36 kleink Exp $ .\" .\" Copyright (c) 1999 National Aeronautics & Space Administration @@ -53,7 +53,7 @@ .Fn fhstatfs "const fhandle_t *fhp" "struct statfs *buf" .Sh DESCRIPTION These functions provide a means to access a file given the file handle -.Fa fhp. +.Fa fhp . As this method bypasses directory access restrictions, these calls are restricted to the superuser. .Pp diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 11834aa9304..3f04eca96f8 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.14 1999/08/15 13:14:11 deraadt Exp $ +.\" $OpenBSD: getsockopt.2,v 1.15 2000/04/15 02:15:24 aaron Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -191,8 +191,8 @@ are queued on socket and a .Xr close 2 is performed. If the socket promises reliable delivery of data and -.Dv SO_LINGER is set, -the system will block the process on the +.Dv SO_LINGER +is set, the system will block the process on the .Xr close 2 attempt until it is able to transmit the data or until it decides it is unable to deliver the information (a timeout period measured in seconds, diff --git a/lib/libc/sys/gettimeofday.2 b/lib/libc/sys/gettimeofday.2 index 29c8fe20c43..9ba18540e34 100644 --- a/lib/libc/sys/gettimeofday.2 +++ b/lib/libc/sys/gettimeofday.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gettimeofday.2,v 1.8 1999/08/31 16:52:35 aaron Exp $ +.\" $OpenBSD: gettimeofday.2,v 1.9 2000/04/15 02:15:24 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -99,7 +99,7 @@ the appropriate part of the year. .Pp Only the super-user may set the time of day or time zone. If the system securelevel is greater than 1 (see -.Xr init 8 ), +.Xr init 8 ) , the time may only be advanced. This limitation is imposed to prevent a malicious super-user from setting arbitrary time stamps on files. diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index b52b61a59e9..9630db8a2b7 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.22 1999/09/26 14:16:31 espie Exp $ +.\" $OpenBSD: recv.2,v 1.23 2000/04/15 02:15:24 aaron Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -252,7 +252,7 @@ The socket is associated with a connection-oriented protocol and has not been connected (see .Xr connect 2 and -.Xr accept 2 ). +.Xr accept 2 ) . .It Bq Er ENOTSOCK The argument .Fa s diff --git a/lib/libc/sys/select.2 b/lib/libc/sys/select.2 index c807b5f0969..f3959a85b06 100644 --- a/lib/libc/sys/select.2 +++ b/lib/libc/sys/select.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: select.2,v 1.16 2000/01/22 02:17:55 aaron Exp $ +.\" $OpenBSD: select.2,v 1.17 2000/04/15 02:15:24 aaron Exp $ .\" $NetBSD: select.2,v 1.5 1995/06/27 22:32:28 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -242,14 +242,14 @@ before and after the call to and using .Fn timersub (as described in -.Xr getitimer 2 Ns ). +.Xr getitimer 2 ) . .Pp Internally to the kernel, .Fn select works poorly if multiple processes wait on the same file descriptor. Given that, it is rather surprising to see that many daemons are written that way (i.e., -.Xr httpd 8 ). +.Xr httpd 8 ) . .Sh HISTORY The .Fn select diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 51d020b5a36..8d93f37adfb 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmat.2,v 1.9 1999/09/23 04:12:00 alex Exp $ +.\" $OpenBSD: shmat.2,v 1.10 2000/04/15 02:15:25 aaron Exp $ .\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -65,8 +65,7 @@ the system will round the address down to a multiple of bytes .Pf ( Dv SHMLBA is defined in -.Aq Pa sys/shm.h -). +.Aq Pa sys/shm.h ) . .Pp A shared memory segment can be mapped read-only by specifying the .Dv SHM_RDONLY |