diff options
author | 1998-11-25 03:16:37 +0000 | |
---|---|---|
committer | 1998-11-25 03:16:37 +0000 | |
commit | 043c9e8cef358142ff23865dbece10e8878865ce (patch) | |
tree | e3c89883c32594b7e3302284b5ed688c58c9b46f /lib/libc | |
parent | typo in diagnostic (diff) | |
download | wireguard-openbsd-043c9e8cef358142ff23865dbece10e8878865ce.tar.xz wireguard-openbsd-043c9e8cef358142ff23865dbece10e8878865ce.zip |
clarify; d@
Diffstat (limited to 'lib/libc')
-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, |