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

@ -24,7 +24,7 @@ SUBDIR= aal add_route adduser advent arp ash at autil awk \
profile progressbar proto pr_routes ps pwd pwdauth \ profile progressbar proto pr_routes ps pwd pwdauth \
ramdisk rarpd rawspeed rcp rdate readall readclock \ ramdisk rarpd rawspeed rcp rdate readall readclock \
readfs reboot remsync rev rget rlogin rlogind rmdir \ readfs reboot remsync rev rget rlogin rlogind rmdir \
rotate rsh rshd sed service setup shar size \ rotate rsh rshd sed service setup shar acksize \
sleep slip sort spell split srccrc strings ackstrip \ sleep slip sort spell split srccrc strings ackstrip \
stty su sum svclog swapfs swifi sync synctree sysenv \ stty su sum svclog swapfs swifi sync synctree sysenv \
syslogd tail talk talkd tar tcpd tcpdp tcpstat tee telnet \ syslogd tail talk talkd tar tcpd tcpdp tcpstat tee telnet \

View File

@ -1,4 +1,4 @@
PROG= size PROG= acksize
MAN= MAN=
.include <bsd.prog.mk> .include <bsd.prog.mk>

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