diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-20 07:40:45 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-10-20 07:40:45 +0000 |
commit | af11d7b9ff3cefe15cdf59bf13bb8599f69bbce1 (patch) | |
tree | 7cd3f9dd50140cb3749919549454c8c233fc43a0 /lib/libc/gen/nlist.3 | |
parent | f3d75d6db29c4184e7bcb1a0c1bd36a436b7d95b (diff) |
catch up with elf(5)/stab(5) removal;
ok miod
Diffstat (limited to 'lib/libc/gen/nlist.3')
-rw-r--r-- | lib/libc/gen/nlist.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/nlist.3 b/lib/libc/gen/nlist.3 index 7ef45b7b9a8..14e9310f561 100644 --- a/lib/libc/gen/nlist.3 +++ b/lib/libc/gen/nlist.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nlist.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $ +.\" $OpenBSD: nlist.3,v 1.13 2013/10/20 07:40:39 jmc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: July 17 2013 $ +.Dd $Mdocdate: October 20 2013 $ .Dt NLIST 3 .Os .Sh NAME @@ -43,7 +43,7 @@ The function retrieves name list entries from the symbol table of an executable file. (See -.Xr a.out 5 . ) +.Xr elf 5 . ) The argument .Fa \&nl is set to reference the @@ -68,7 +68,7 @@ if the file .Fa filename does not exist or is not an executable, the returned value is \-1. .Sh SEE ALSO -.Xr a.out 5 +.Xr elf 5 .Sh HISTORY An .Fn nlist |