=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nm/nm.1,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- src/usr.bin/nm/nm.1 2004/01/05 01:27:22 1.13 +++ src/usr.bin/nm/nm.1 2004/01/06 09:19:16 1.14 @@ -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 @@ .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 @@ .It Fl debugger symbol table entries (see the .Fl a -option). +option) .It Li A absolute .It Li B @@ -116,7 +116,7 @@ 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 ,