diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 21:54:52 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 21:54:52 +0000 |
commit | d7db1c56504be35c243bc1503b87d003be3eb625 (patch) | |
tree | 0f6ba2f8b3a6cd66e98a369e8379c219b1010e28 | |
parent | 01fda4176f48b013a36f71460a1ac08a04594176 (diff) |
Add I for indirect reference (alias to other symbol).
-rw-r--r-- | usr.bin/nm/nm.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/nm/nm.1 b/usr.bin/nm/nm.1 index 572d2ed5186..ad843dc0115 100644 --- a/usr.bin/nm/nm.1 +++ b/usr.bin/nm/nm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nm.1,v 1.9 2001/06/20 22:32:53 millert Exp $ +.\" $OpenBSD: nm.1,v 1.10 2001/06/23 21:54:51 fgsch Exp $ .\" $NetBSD: nm.1,v 1.3 1995/08/31 23:41:58 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -103,6 +103,8 @@ bss segment symbol common symbol .It Li D data segment symbol +.It Li I +indirect reference (alias to other symbol) .It Li f file name .It Li T |