diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-17 22:00:11 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-08-17 22:00:11 +0000 |
commit | 51462f9e954f3f21b9fe7ac79cdbeb011815e411 (patch) | |
tree | 578f67bf412c28437b9353399e9d325083dacf57 /lib/libc | |
parent | d573f94e21741bd0824ffaba06b376ca652ce446 (diff) |
typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/nlist.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index b26153fe6f9..57599a5daf1 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nlist.3,v 1.2 1996/08/19 08:25:07 tholo Exp $ +.\" $OpenBSD: nlist.3,v 1.3 1998/08/17 22:00:10 millert Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,7 +68,7 @@ The last entry in the list is always The number of invalid entries is returned if successful; otherwise, if the file .Fa filename -does not exist or is not executable, the returned value is \-1. +does not exist or is not an executable, the returned value is \-1. .Sh SEE ALSO .Xr a.out 5 .Sh HISTORY |