summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/regex/regex.37
-rw-r--r--lib/libc/string/strtok.35
-rw-r--r--lib/libc/time/time2posix.35
3 files changed, 11 insertions, 6 deletions
diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3
index eb2e1d71aeb..5ef4cd31b02 100644
--- a/lib/libc/regex/regex.3
+++ b/lib/libc/regex/regex.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: regex.3,v 1.14 2000/04/15 02:15:23 aaron Exp $
+.\" $OpenBSD: regex.3,v 1.15 2000/08/09 15:56:45 aaron Exp $
.\"
.\" Copyright (c) 1997, Phillip F Knaack. All rights reserved.
.\"
@@ -43,7 +43,10 @@
.Dt REGEX 3
.Os
.Sh NAME
-.Nm regcomp, regexec, regerror, regfree
+.Nm regcomp ,
+.Nm regexec ,
+.Nm regerror ,
+.Nm regfree
.Nd regular-expression library
.Sh SYNOPSIS
.Fd #include <sys/types.h>
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3
index 9bb35a78f7b..b3949d3e723 100644
--- a/lib/libc/string/strtok.3
+++ b/lib/libc/string/strtok.3
@@ -33,13 +33,14 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: strtok.3,v 1.13 2000/08/09 12:57:54 aaron Exp $
+.\" $OpenBSD: strtok.3,v 1.14 2000/08/09 15:56:44 aaron Exp $
.\"
.Dd June 29, 1991
.Dt STRTOK 3
.Os
.Sh NAME
-.Nm strtok, strtok_r
+.Nm strtok ,
+.Nm strtok_r
.Nd string token operations
.Sh SYNOPSIS
.Fd #include <string.h>
diff --git a/lib/libc/time/time2posix.3 b/lib/libc/time/time2posix.3
index 55db815c8b5..11aff5fa1c2 100644
--- a/lib/libc/time/time2posix.3
+++ b/lib/libc/time/time2posix.3
@@ -1,9 +1,10 @@
-.\" $OpenBSD: time2posix.3,v 1.9 1999/07/09 13:35:21 aaron Exp $
+.\" $OpenBSD: time2posix.3,v 1.10 2000/08/09 15:56:44 aaron Exp $
.Dd May 24, 1999
.Dt TIME2POSIX 3
.Os
.Sh NAME
-.Nm time2posix , posix2time
+.Nm time2posix ,
+.Nm posix2time
.Nd convert seconds since the Epoch
.Sh SYNOPSIS
.Fd #include <sys/types.h>