diff options
-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, |