From 7fd77d5502ae16410a00260dd8669da71d530702 Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 19 Dec 1995 08:12:07 +0000 Subject: Add -t option which prints output in tabular format. --- usr.bin/nm/nm.1aout | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/nm/nm.1aout') diff --git a/usr.bin/nm/nm.1aout b/usr.bin/nm/nm.1aout index ff7cdb2..1059953 100644 --- a/usr.bin/nm/nm.1aout +++ b/usr.bin/nm/nm.1aout @@ -39,7 +39,7 @@ .Nd display name list (symbol table) .Sh SYNOPSIS .Nm nm -.Op Fl agnopruw +.Op Fl agnoprtuw .Ar .Sh DESCRIPTION The symbol table (name list) of each object in @@ -71,6 +71,8 @@ Display full path or library name of object on every line. Do not sort at all. .It Fl r Reverse order sort. +.It Fl t +Output in tabular format more suitable for other programs digestive system. .It Fl u Display undefined symbols only. .It Fl w -- cgit v1.1