diff options
author | 2003-03-17 09:52:20 +0000 | |
---|---|---|
committer | 2003-03-17 09:52:20 +0000 | |
commit | 8a032b4a1eb35208c731028453169bfe2f8745b3 (patch) | |
tree | 059589a328362e6e4b8fad47484fcffc19fd72d4 /lib/libc | |
parent | knock these games out, i hope the licenses are fixed (diff) | |
download | wireguard-openbsd-8a032b4a1eb35208c731028453169bfe2f8745b3.tar.xz wireguard-openbsd-8a032b4a1eb35208c731028453169bfe2f8745b3.zip |
some small typos;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 | ||||
-rw-r--r-- | lib/libc/rpc/rpc.3 | 6 | ||||
-rw-r--r-- | lib/libc/sys/fhopen.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/stat.2 | 4 | ||||
-rw-r--r-- | lib/libc/time/strftime.3 | 4 |
5 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 62254034924..2e1e17e8ef5 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.99 2003/03/06 19:54:52 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.100 2003/03/17 09:52:20 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1312,7 +1312,7 @@ constant in IPv6 neighbor discovery specification If set to non-zero, IPv6 will use the loopback interface for local traffic. .It Li icmp6.nodeinfo The variable enables responses to ICMPv6 node information queries. -If you set the variable to 0, reponses will not be generated for +If you set the variable to 0, responses will not be generated for ICMPv6 node information queries. Since node information queries can have a security impact, it is possible to fine tune which responses should be answered. diff --git a/lib/libc/rpc/rpc.3 b/lib/libc/rpc/rpc.3 index 115739ee691..a5f516f46b7 100644 --- a/lib/libc/rpc/rpc.3 +++ b/lib/libc/rpc/rpc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rpc.3,v 1.29 2003/02/18 07:47:00 jmc Exp $ +.\" $OpenBSD: rpc.3,v 1.30 2003/03/17 09:52:21 jmc Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt .\" All rights reserved. @@ -664,7 +664,7 @@ out. The total time for the call to time out is specified by .Fn clnt_call . .Pp -This allows the user to specify the maximun packet size for sending +This allows the user to specify the maximum packet size for sending and receiving .Tn UDP-based .Tn RPC @@ -1174,7 +1174,7 @@ This routine returns .Tn NULL if it fails. .Pp -This allows the user to specify the maximun packet size for sending and +This allows the user to specify the maximum packet size for sending and receiving .Tn UDP-based .Tn RPC diff --git a/lib/libc/sys/fhopen.2 b/lib/libc/sys/fhopen.2 index 4f5c085c602..8a3b41b1128 100644 --- a/lib/libc/sys/fhopen.2 +++ b/lib/libc/sys/fhopen.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fhopen.2,v 1.5 2003/02/21 09:14:37 jmc Exp $ +.\" $OpenBSD: fhopen.2,v 1.6 2003/03/17 09:52:21 jmc Exp $ .\" $NetBSD: fhopen.2,v 1.2 1999/12/02 21:42:36 kleink Exp $ .\" .\" Copyright (c) 1999 National Aeronautics & Space Administration @@ -98,7 +98,7 @@ In addition to the errors returned by .Xr fstat 2 , and .Xr fstatfs 2 -respectivly, +respectively, .Fn fhopen , .Fn fhstat , and diff --git a/lib/libc/sys/stat.2 b/lib/libc/sys/stat.2 index 6238151c2a8..6110bc9fdd4 100644 --- a/lib/libc/sys/stat.2 +++ b/lib/libc/sys/stat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.2,v 1.14 2002/01/24 21:18:36 mickey Exp $ +.\" $OpenBSD: stat.2,v 1.15 2003/03/17 09:52:21 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -265,7 +265,7 @@ depend on the time stamps being contiguous (in calls to Applying .Fn fstat to a socket (and thus to a pipe) -returns a zero'd buffer, +returns a zeroed buffer, except for the blocksize field, and a unique device and inode number. .Sh STANDARDS diff --git a/lib/libc/time/strftime.3 b/lib/libc/time/strftime.3 index 4f15298a04c..dba476a9170 100644 --- a/lib/libc/time/strftime.3 +++ b/lib/libc/time/strftime.3 @@ -34,7 +34,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)strftime.3 5.12 (Berkeley) 6/29/91 -.\" $OpenBSD: strftime.3,v 1.15 2002/05/12 19:51:35 millert Exp $ +.\" $OpenBSD: strftime.3,v 1.16 2003/03/17 09:52:21 jmc Exp $ .\" .Dd January 18, 1998 .Dt STRFTIME 3 @@ -139,7 +139,7 @@ using AM/PM notation. .It Cm \&%S is replaced by the second as a decimal number (00-61). The range of -seconds is (00-61) instead of (00-59) to allow for the periodic occurance +seconds is (00-61) instead of (00-59) to allow for the periodic occurence of leap seconds and double leap seconds. .It Cm %s is replaced by the number of seconds since the Epoch, UTC (see |