summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/stdlib')
-rw-r--r--src/lib/libc/stdlib/a64l.34
-rw-r--r--src/lib/libc/stdlib/getsubopt.34
2 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/a64l.3 b/src/lib/libc/stdlib/a64l.3
index de70d0af71..f2957a7ad4 100644
--- a/src/lib/libc/stdlib/a64l.3
+++ b/src/lib/libc/stdlib/a64l.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: a64l.3,v 1.8 2003/06/17 21:56:24 millert Exp $ 1.\" $OpenBSD: a64l.3,v 1.9 2005/02/25 03:12:44 cloder Exp $
2.\" 2.\"
3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" 4.\"
@@ -60,7 +60,7 @@ for 38-63.
60.Pp 60.Pp
61The 61The
62.Fn a64l 62.Fn a64l
63function takes a pointer to a null-terminated radix-64 representation 63function takes a pointer to a NUL-terminated radix-64 representation
64and returns a corresponding 32-bit value. 64and returns a corresponding 32-bit value.
65If the string pointed to by 65If the string pointed to by
66.Fa s 66.Fa s
diff --git a/src/lib/libc/stdlib/getsubopt.3 b/src/lib/libc/stdlib/getsubopt.3
index 8513cfb66a..6cb4975ced 100644
--- a/src/lib/libc/stdlib/getsubopt.3
+++ b/src/lib/libc/stdlib/getsubopt.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getsubopt.3,v 1.8 2004/01/23 23:08:46 jmc Exp $ 1.\" $OpenBSD: getsubopt.3,v 1.9 2005/02/25 03:12:44 cloder Exp $
2.\" 2.\"
3.\" Copyright (c) 1990, 1991, 1993 3.\" Copyright (c) 1990, 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
@@ -78,7 +78,7 @@ On return from
78.Fn getsubopt , 78.Fn getsubopt ,
79.Fa optionp 79.Fa optionp
80will be set to point to the start of the next token in the string, 80will be set to point to the start of the next token in the string,
81or the null at the end of the string if no more tokens are present. 81or the NUL at the end of the string if no more tokens are present.
82The external variable 82The external variable
83.Fa suboptarg 83.Fa suboptarg
84will be set to point to the start of the current token, or 84will be set to point to the start of the current token, or