summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-06 09:19:17 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-06 09:19:17 +0000
commit110242566ca58498005606c2cb6823932eca27b9 (patch)
treea2e1a558868015fbf04d87ff1c8f05ba79387463 /usr.bin
parent14883f12537705dda90059e22b6a85c760765627 (diff)
man tweaks;
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/nm/nm.110
-rw-r--r--usr.bin/nm/size.15
2 files changed, 7 insertions, 8 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1
index 41f9c307323..fa39fdc3b8f 100644
--- a/usr.bin/nm/nm.1
+++ b/usr.bin/nm/nm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: nm.1,v 1.13 2004/01/05 01:27:22 mickey Exp $
+.\" $OpenBSD: nm.1,v 1.14 2004/01/06 09:19:16 jmc Exp $
.\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1993
@@ -61,8 +61,8 @@ The options are as follows:
.It Fl a
Display symbol table entries inserted for use by debuggers.
.It Fl C
-Decode low-level symbol names. This involves removing extra underscores
-and making C++ function names readable.
+Decode low-level symbol names.
+This involves removing extra underscores and making C++ function names readable.
.It Fl e
Output extended information, that is `w' for weak symbols, `f' for
function-like symbols, and `o' for object-like symbols.
@@ -97,7 +97,7 @@ is undefined) and one of the following letters:
.It Fl
debugger symbol table entries (see the
.Fl a
-option).
+option)
.It Li A
absolute
.It Li B
@@ -116,7 +116,7 @@ text segment symbol
undefined
.El
.Pp
-If the symbol is local (non-external) the type letter is in lower case.
+If the symbol is local (non-external), the type letter is in lower case.
The output is sorted alphabetically.
.Sh SEE ALSO
.Xr ar 1 ,
diff --git a/usr.bin/nm/size.1 b/usr.bin/nm/size.1
index 9c1cebe3301..0ea80583e7e 100644
--- a/usr.bin/nm/size.1
+++ b/usr.bin/nm/size.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: size.1,v 1.1 2004/01/05 01:27:22 mickey Exp $
+.\" $OpenBSD: size.1,v 1.2 2004/01/06 09:19:16 jmc Exp $
.\" $NetBSD: size.1,v 1.6 1996/01/14 23:07:11 pk Exp $
.\"
.\" Copyright (c) 1990, 1993, 1994
@@ -38,8 +38,7 @@
.Nd display object file segment sizes (text, data and bss)
.Sh SYNOPSIS
.Nm size
-.Op Fl t
-.Op Fl w
+.Op Fl tw
.Op Ar file Ar ...
.Sh DESCRIPTION
.Nm