diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-10 19:07:24 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-10 19:07:24 +0000 |
commit | cf1b4e08510bc8999948bda7359768d09c39a204 (patch) | |
tree | 27f31377f332ec56d36f52e72deb1b796c69137a /usr.bin/nm | |
parent | 7ebe05221f9fbfd208c91354709cacfdd8982f1a (diff) |
Various cleanups and standardization.
Diffstat (limited to 'usr.bin/nm')
-rw-r--r-- | usr.bin/nm/nm.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 567ec6ce417..1d00d634717 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.4 1999/06/05 01:21:35 aaron Exp $ +.\" $OpenBSD: nm.1,v 1.5 2000/03/10 19:07:23 aaron Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -58,9 +58,9 @@ is not present, .Nm searches for the file .Pa a.out -and if present, displays the symbol -table for -.Pa a.out . +and displays its symbol table if it exists. +.Pp +The options are as follows: .Bl -tag -width flag .It Fl a Display symbol table entries inserted for use by debuggers. |