diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 07:33:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-02 07:33:30 +0000 |
commit | ea5a114da71a2eac589779d6b1be741a13c81c04 (patch) | |
tree | c306d88ce3959f7b71b48a7d0bf9e1b0dbb861e3 /lib/libc/gen | |
parent | ed5d59586721375f969db7d5158f077552f06773 (diff) |
article fixes; from eddie youseph
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/cgetent.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/cgetent.3 b/lib/libc/gen/cgetent.3 index 212241e1333..76cb4c889f5 100644 --- a/lib/libc/gen/cgetent.3 +++ b/lib/libc/gen/cgetent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cgetent.3,v 1.1 2019/09/02 21:18:41 deraadt Exp $ +.\" $OpenBSD: cgetent.3,v 1.2 2021/02/02 07:33:29 jmc Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: September 2 2019 $ +.Dd $Mdocdate: February 2 2021 $ .Dt CGETENT 3 .Os .Sh NAME @@ -244,7 +244,7 @@ Upon completion of the database 0 is returned; 1 is returned upon successful return of a record with possibly more remaining (the end of the database has not been reached yet); 2 is returned if the record contains an unresolved .Ic tc -expansion; \-1 is returned if an system error occurred; and \-2 +expansion; \-1 is returned if a system error occurred; and \-2 is returned if a potential reference loop is detected (see .Ic tc= comments below). |