diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/getcap.3 | 10 | ||||
-rw-r--r-- | lib/libc/regex/regex.3 | 6 | ||||
-rw-r--r-- | lib/libutil/getrawpartition.3 | 6 |
3 files changed, 11 insertions, 11 deletions
diff --git a/lib/libc/gen/getcap.3 b/lib/libc/gen/getcap.3 index 8bf8754eef0..8bc3e98236b 100644 --- a/lib/libc/gen/getcap.3 +++ b/lib/libc/gen/getcap.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getcap.3,v 1.17 2000/03/04 22:19:30 aaron Exp $ +.\" $OpenBSD: getcap.3,v 1.18 2000/03/06 21:46:56 aaron Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -134,11 +134,11 @@ the current entry is removed from the database. must precede the database traversal. It must be called before .Fn cgetent . If a sequential access is being performed (see below), it must be called -before the first sequential access call ( -.Fn cgetfirst +before the first sequential access call +.Pf ( Fn cgetfirst or -.Fn cgetnext -), or be directly preceded by a +.Fn cgetnext ) , +or be directly preceded by a .Fn cgetclose call. On success 0 is returned and \-1 on failure. diff --git a/lib/libc/regex/regex.3 b/lib/libc/regex/regex.3 index 3262a9e4b16..589f970102f 100644 --- a/lib/libc/regex/regex.3 +++ b/lib/libc/regex/regex.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: regex.3,v 1.11 1999/07/09 13:35:22 aaron Exp $ +.\" $OpenBSD: regex.3,v 1.12 2000/03/06 21:46:56 aaron Exp $ .\" .\" Copyright (c) 1997, Phillip F Knaack. All rights reserved. .\" @@ -397,8 +397,8 @@ and if the error code came from it should have been the result from the most recent .Fn regcomp using that -.Li regex_t . ( -.Fn regerror +.Li regex_t . +.Pf ( Fn regerror may be able to supply a more detailed message using information from the .Li regex_t . ) diff --git a/lib/libutil/getrawpartition.3 b/lib/libutil/getrawpartition.3 index 7c8a3bfd8e0..fc700a004fd 100644 --- a/lib/libutil/getrawpartition.3 +++ b/lib/libutil/getrawpartition.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrawpartition.3,v 1.3 1999/02/27 21:57:40 deraadt Exp $ +.\" $OpenBSD: getrawpartition.3,v 1.4 2000/03/06 21:46:56 aaron Exp $ .\" $NetBSD: getrawpartition.3,v 1.1 1996/05/16 07:03:32 thorpej Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -49,8 +49,8 @@ partition .Fn getrawpartition void .Sh DESCRIPTION .Fn getrawpartition -returns the partition number ( -.Sq a +returns the partition number +.Pf ( Sq a == 0, .Sq b == 1, ...) of the |