diff options
author | smart <smart@cvs.openbsd.org> | 2001-05-30 16:58:41 +0000 |
---|---|---|
committer | smart <smart@cvs.openbsd.org> | 2001-05-30 16:58:41 +0000 |
commit | bd3fb59c4adaed26324f1cdce8037a65263c0d11 (patch) | |
tree | 8aabaffb0864fec11234343bd47ac482618b49e8 /usr.bin/nm | |
parent | 72a29b96190315d2112c479d65512ad2ca43a84e (diff) |
The 'file' argument is optional since if one is not given the programs
try a.out. deraadt@ ok
Diffstat (limited to 'usr.bin/nm')
-rw-r--r-- | usr.bin/nm/nm.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index cf8d30e3551..3f4cbf327d0 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.7 2001/02/18 21:45:09 espie Exp $ +.\" $OpenBSD: nm.1,v 1.8 2001/05/30 16:58:40 smart Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -43,7 +43,7 @@ .Sh SYNOPSIS .Nm nm .Op Fl agnopruw -.Ar file Op Ar ... +.Op Ar file ... .Sh DESCRIPTION The symbol table (name list) of each object in .Ar file(s) |