diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-15 15:44:08 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-15 15:44:08 +0000 |
commit | 64043790b8e44921a27aa033d2bb638586b80f5e (patch) | |
tree | 5343ffe1a03d5a152b7032ea631c262677ae8160 /usr.bin | |
parent | d67a201f57a73536506463d53ab445cafb9c6ff6 (diff) |
fix markup of the -t argument
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/nm/nm.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index c1d32887391..894c0e87b73 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.29 2015/08/13 21:18:12 jmc Exp $ +.\" $OpenBSD: nm.1,v 1.30 2015/09/15 15:44:07 schwarze Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)nm.1 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: August 13 2015 $ +.Dd $Mdocdate: September 15 2015 $ .Dt NM 1 .Os .Sh NAME @@ -39,7 +39,7 @@ .Sh SYNOPSIS .Nm nm .Op Fl AaCDegnoPprsuw -.Op Fl t Ar d|o|x +.Op Fl t Cm d Ns | Ns Cm o Ns | Ns Cm x .Op Ar .Sh DESCRIPTION The symbol table (name list) of each object in @@ -96,15 +96,15 @@ Do not sort at all. Reverse order sort. .It Fl s Show archive index. -.It Fl t Ar d|o|x +.It Fl t Cm d Ns | Ns Cm o Ns | Ns Cm x In POSIX format output, choose the numeric radix as follows: .Pp .Bl -tag -width 3n -compact -offset indent -.It d +.It Cm d Decimal. -.It o +.It Cm o Octal. -.It x +.It Cm x Hexadecimal. .El .It Fl u |