summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/ipx.35
-rw-r--r--src/lib/libc/net/ns.35
-rw-r--r--src/lib/libc/string/strlcpy.35
3 files changed, 9 insertions, 6 deletions
diff --git a/src/lib/libc/net/ipx.3 b/src/lib/libc/net/ipx.3
index c1a52e14d5..c4c9494372 100644
--- a/src/lib/libc/net/ipx.3
+++ b/src/lib/libc/net/ipx.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ipx.3,v 1.6 2000/09/22 14:47:33 millert Exp $ 1.\" $OpenBSD: ipx.3,v 1.7 2000/10/18 05:12:07 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1986, 1991, 1993 3.\" Copyright (c) 1986, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -103,7 +103,8 @@ It is interpreted as octal is there is a leading
103and there are no super-octal digits. 103and there are no super-octal digits.
104Otherwise, it is converted as a decimal number. 104Otherwise, it is converted as a decimal number.
105.Sh RETURN VALUES 105.Sh RETURN VALUES
106None. (See 106None.
107(See
107.Sx BUGS . ) 108.Sx BUGS . )
108.Sh SEE ALSO 109.Sh SEE ALSO
109.Xr ns 4 , 110.Xr ns 4 ,
diff --git a/src/lib/libc/net/ns.3 b/src/lib/libc/net/ns.3
index 24e69c8388..2f695af090 100644
--- a/src/lib/libc/net/ns.3
+++ b/src/lib/libc/net/ns.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: ns.3,v 1.5 1999/07/05 04:41:00 aaron Exp $ 1.\" $OpenBSD: ns.3,v 1.6 2000/10/18 05:12:07 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1986, 1991, 1993 3.\" Copyright (c) 1986, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -108,7 +108,8 @@ It is interpreted as octal is there is a leading
108and there are no super-octal digits. 108and there are no super-octal digits.
109Otherwise, it is converted as a decimal number. 109Otherwise, it is converted as a decimal number.
110.Sh RETURN VALUES 110.Sh RETURN VALUES
111None. (See 111None.
112(See
112.Sx BUGS . ) 113.Sx BUGS . )
113.Sh SEE ALSO 114.Sh SEE ALSO
114.Xr hosts 5 , 115.Xr hosts 5 ,
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3
index 5acbcce148..ee7864db08 100644
--- a/src/lib/libc/string/strlcpy.3
+++ b/src/lib/libc/string/strlcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strlcpy.3,v 1.8 2000/06/01 04:02:05 millert Exp $ 1.\" $OpenBSD: strlcpy.3,v 1.9 2000/10/18 05:12:07 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -68,7 +68,8 @@ and
68.Fn strlcat 68.Fn strlcat
69only operate on true 69only operate on true
70.Dq C 70.Dq C
71strings. This means that for 71strings.
72This means that for
72.Fn strlcpy 73.Fn strlcpy
73.Fa src 74.Fa src
74must be NUL-terminated and for 75must be NUL-terminated and for