summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getgrouplist.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-03 10:03:25 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-03 10:03:25 +0000
commitaf27d41ab042a6273f113a599a5c1176312e21a6 (patch)
treee14f13f7b2587d101b08774e29c36cda27105e96 /lib/libc/gen/getgrouplist.3
parent5e280e469d2559240b2673ce0a01e6c929064c0b (diff)
use \-1, not -1, to change the meaning of `-' to minus sign from hyphen;
pjanzen@
Diffstat (limited to 'lib/libc/gen/getgrouplist.3')
-rw-r--r--lib/libc/gen/getgrouplist.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getgrouplist.3 b/lib/libc/gen/getgrouplist.3
index faddaa8bd78..cbd5409651d 100644
--- a/lib/libc/gen/getgrouplist.3
+++ b/lib/libc/gen/getgrouplist.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getgrouplist.3,v 1.5 1999/05/29 19:11:11 aaron Exp $
+.\" $OpenBSD: getgrouplist.3,v 1.6 1999/06/03 10:03:21 aaron Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -65,7 +65,7 @@ the actual number of groups found is returned in
The
.Fn getgrouplist
function
-returns -1 if the size of the group list is too small to
+returns \-1 if the size of the group list is too small to
hold all the user's groups.
Here, the group array will be filled with as many groups as will fit.
.Sh FILES