summaryrefslogtreecommitdiff
path: root/usr.bin/nm/nm.1
diff options
context:
space:
mode:
authorlukem <lukem@NetBSD.org>1997-10-19 07:18:52 +0000
committerlukem <lukem@NetBSD.org>1997-10-19 07:18:52 +0000
commitb9b0ea96bdbc0d4eb5d20218b9d1da12a6b37956 (patch)
tree0cadb0ecf1f5caaf68a6d75708dce8f7b1765207 /usr.bin/nm/nm.1
parentc9af5d97cfe88982a7d78c5a5a1322615723b45e (diff)
WARNSify, fix .Nm usage, deprecate register
Diffstat (limited to 'usr.bin/nm/nm.1')
-rw-r--r--usr.bin/nm/nm.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1
index 88dc975dbe7..008cf41d208 100644
--- a/usr.bin/nm/nm.1
+++ b/usr.bin/nm/nm.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: nm.1,v 1.4 1996/09/21 00:34:35 jtc Exp $
+.\" $NetBSD: nm.1,v 1.5 1997/10/19 07:18:52 lukem Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -40,7 +40,7 @@
.Nm nm
.Nd display name list (symbol table)
.Sh SYNOPSIS
-.Nm nm
+.Nm
.Op Fl aglnopruw
.Ar
.Sh DESCRIPTION
@@ -48,7 +48,7 @@ The symbol table (name list) of each object in
.Ar file(s)
is displayed.
If a library (archive) is given,
-.Nm
+.Nm
displays a list for each
object archive member.
If
@@ -116,6 +116,6 @@ The output is sorted alphabetically.
.Xr stab 5
.Sh HISTORY
An
-.Nm nm
+.Nm
command appeared in
.At v6 .