diff options
author | 2000-08-09 15:56:44 +0000 | |
---|---|---|
committer | 2000-08-09 15:56:44 +0000 | |
commit | ecb90728258ce99ba8e66e55b1712af31904a35e (patch) | |
tree | d5b0138a591b976e74e83d08cc37837da14562b6 /lib/libc | |
parent | For man pages that describe multiple functions, split the .Nm arguments (diff) | |
download | wireguard-openbsd-ecb90728258ce99ba8e66e55b1712af31904a35e.tar.xz wireguard-openbsd-ecb90728258ce99ba8e66e55b1712af31904a35e.zip |
More of the same.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/regex/regex.3 | 7 | ||||
-rw-r--r-- | lib/libc/string/strtok.3 | 5 | ||||
-rw-r--r-- | lib/libc/time/time2posix.3 | 5 |
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> |