diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-06 21:46:58 +0000 |
commit | 31d33feac95ec0233d0e296341c8d0e2d1509080 (patch) | |
tree | 1a45de9a3e0fca3ced8d00af094342de052ce3bb /lib/libc/gen | |
parent | e77c87d240d039b5359299680115083023e7714f (diff) |
Do not leave `(' characters dangling at the end of lines; instead, use the
appropriate mdoc macros to handle these cases.
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/getcap.3 | 10 |
1 files changed, 5 insertions, 5 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. |