Remove unmaintained "ack" size nm mdb
Change-Id: Iba84fd51f16577e6123148d4505c7687ea1c071d
This commit is contained in:
committed by
Gerrit Code Review
parent
0aadbb872f
commit
14f89a8efe
+2
-2
@@ -11,11 +11,11 @@ MAN= ash.1 at.1 basename.1 \
|
||||
last.1 loadfont.1 loadkeys.1 logger.1 \
|
||||
look.1 lp.1 lspci.1 mail.1 \
|
||||
mesg.1 mixer.1 \
|
||||
mkproto.1 mount.1 mt.1 nice.1 nm.1 nohup.1 od.1 \
|
||||
mkproto.1 mount.1 mt.1 nice.1 nohup.1 od.1 \
|
||||
paste.1 ping.1 playwave.1 pr.1 prep.1 \
|
||||
profile.1 ps.1 rcp.1 recwave.1 \
|
||||
remsync.1 rget.1 rlogin.1 rsh.1 rz.1 \
|
||||
shar.1 acksize.1 sleep.1 spell.1 \
|
||||
shar.1 sleep.1 spell.1 \
|
||||
split.1 stty.1 svc.1 svrctl.1 \
|
||||
synctree.1 sysenv.1 sz.1 tail.1 tee.1 telnet.1 template.1 \
|
||||
term.1 termcap.1 tget.1 time.1 tr.1 true.1 \
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
.TH ACKSIZE 1
|
||||
.SH NAME
|
||||
acksize \- print text, data, and bss size of a program
|
||||
.SH SYNOPSIS
|
||||
\fBacksize\fR [\fIfile\fR] ...\fR
|
||||
.br
|
||||
.de FL
|
||||
.TP
|
||||
\\fB\\$1\\fR
|
||||
\\$2
|
||||
..
|
||||
.de EX
|
||||
.TP 20
|
||||
\\fB\\$1\\fR
|
||||
# \\$2
|
||||
..
|
||||
.SH EXAMPLES
|
||||
.TP 20
|
||||
.B acksize file
|
||||
# Print the size of \fIfile\fP
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
The text, data, bss, and total sizes for each argument are printed.
|
||||
If no arguments are present,
|
||||
.I a.out
|
||||
is assumed.
|
||||
The amount of memory available for combined stack and data segment growth
|
||||
is printed in the column \&'stack.\&'
|
||||
This is the value manipulated by the
|
||||
.I chmem
|
||||
command.
|
||||
The total amount of memory allocated to the program when it is loaded is
|
||||
listed under \&'memory.\&'
|
||||
This value is just the sum of the other four columns.
|
||||
.SH "SEE ALSO"
|
||||
.BR anm (1),
|
||||
.BR asize (1),
|
||||
.BR ar (1),
|
||||
.BR chmem (1),
|
||||
.BR install (1),
|
||||
.BR nm (1).
|
||||
@@ -1,58 +0,0 @@
|
||||
.TH NM 1
|
||||
.SH NAME
|
||||
nm \- print name list
|
||||
.SH SYNOPSIS
|
||||
\fBnm\fR [\fB\-dgnopru\fR]\fR [\fIfile\fR] ...\fR
|
||||
.br
|
||||
.de FL
|
||||
.TP
|
||||
\\fB\\$1\\fR
|
||||
\\$2
|
||||
..
|
||||
.de EX
|
||||
.TP 20
|
||||
\\fB\\$1\\fR
|
||||
# \\$2
|
||||
..
|
||||
.SH OPTIONS
|
||||
.TP 5
|
||||
.B \-d
|
||||
# Print the offsets in decimal instead of in hex
|
||||
.TP 5
|
||||
.B \-g
|
||||
# Print only external symbols
|
||||
.TP 5
|
||||
.B \-n
|
||||
# Sort numerically rather than alphabetically
|
||||
.TP 5
|
||||
.B \-o
|
||||
# Prepend file name to each line rather than only once
|
||||
.TP 5
|
||||
.B \-p
|
||||
# Do not sort, print in symbol-table order
|
||||
.TP 5
|
||||
.B \-r
|
||||
# Sort in reverse order
|
||||
.TP 5
|
||||
.B \-u
|
||||
# Print only undefined symbols
|
||||
.SH EXAMPLES
|
||||
.TP 20
|
||||
.B nm \-n a.out
|
||||
# Print all symbols in numerical order
|
||||
.TP 20
|
||||
.B nm \-dg a.out
|
||||
# Print globals alphabetically in decimal
|
||||
.SH DESCRIPTION
|
||||
.PP
|
||||
\fINm\fR prints the symbol table of executable files when it is available.
|
||||
If no file is given, the symbols in \fIa.out\fR are used.
|
||||
The format of the table
|
||||
is somewhat compatible with the one produced by \fIasld\fR when used with
|
||||
the \fB\-s\fR option. The symbol table can be added with \fIast\fR.
|
||||
Assembly language files do not have symbol tables.
|
||||
.SH "SEE ALSO"
|
||||
.BR anm (1),
|
||||
.BR asize (1),
|
||||
.BR ar (1),
|
||||
.BR size (1).
|
||||
Reference in New Issue
Block a user