rename size to acksize

.  in keeping with the pattern: elf/binutils tools have
	   regular names, ack tools have 'exceptional' names
This commit is contained in:
Ben Gras
2011-07-21 14:27:47 +02:00
parent 3dd7649ae7
commit 1341e4aa02
5 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ MAN= acd.1 anm.1 ar.1 ash.1 asize.1 at.1 banner.1 basename.1 \
paste.1 ping.1 playwave.1 postmort.1 pr.1 prep.1 \
profile.1 ps.1 pwd.1 rcp.1 readall.1 readfs.1 recwave.1 \
ref.1 remsync.1 rget.1 rlogin.1 rmdir.1 rsh.1 rz.1 \
shar.1 size.1 sleep.1 sort.1 soundoff.1 soundon.1 spell.1 \
shar.1 acksize.1 sleep.1 sort.1 soundoff.1 soundon.1 spell.1 \
split.1 strings.1 strip.1 stty.1 su.1 sum.1 svc.1 \
synctree.1 sysenv.1 sz.1 tail.1 tee.1 telnet.1 template.1 \
term.1 termcap.1 tget.1 time.1 top.1 tr.1 true.1 \

View File

@@ -1,8 +1,8 @@
.TH SIZE 1
.TH ACKSIZE 1
.SH NAME
size \- print text, data, and bss size of a program
acksize \- print text, data, and bss size of a program
.SH SYNOPSIS
\fBsize\fR [\fIfile\fR] ...\fR
\fBacksize\fR [\fIfile\fR] ...\fR
.br
.de FL
.TP
@@ -15,7 +15,7 @@ size \- print text, data, and bss size of a program
# \\$2
..
.SH EXAMPLES
.EX "size file" "Print the size of \fIfile\fP"
.EX "acksize file" "Print the size of \fIfile\fP"
.SH DESCRIPTION
.PP
The text, data, bss, and total sizes for each argument are printed.