diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-25 03:16:38 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1998-11-25 03:16:38 +0000 |
commit | 8b8e0a5c64bafdda6efe05fde37ceb5fe9030a8d (patch) | |
tree | 04f5410076d1ab1a5abcb48c645afd783fe181a7 /lib/libc/gen/nlist.3 | |
parent | 9021e19e4113a739c388ecd155121a00ea071707 (diff) |
clarify; d@
Diffstat (limited to 'lib/libc/gen/nlist.3')
-rw-r--r-- | lib/libc/gen/nlist.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 57599a5daf1..fcdf47afdcf 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nlist.3,v 1.3 1998/08/17 22:00:10 millert Exp $ +.\" $OpenBSD: nlist.3,v 1.4 1998/11/25 03:16:37 aaron Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,7 +62,9 @@ for the entry are copied into the list referenced by .Fa \&nl . No other data is copied. -The last entry in the list is always +The last entry in the list always has its +.Fa n_name +field set to .Dv NULL . .Sh RETURN VALUES The number of invalid entries is returned if successful; otherwise, |