]> Zhao Yanbai Git Server - minix.git/commitdiff
rename size to acksize
authorBen Gras <ben@minix3.org>
Thu, 21 Jul 2011 12:27:47 +0000 (14:27 +0200)
committerBen Gras <ben@minix3.org>
Thu, 21 Jul 2011 12:31:17 +0000 (14:31 +0200)
.  in keeping with the pattern: elf/binutils tools have
   regular names, ack tools have 'exceptional' names

commands/Makefile
commands/acksize/Makefile [moved from commands/size/Makefile with 67% similarity]
commands/acksize/acksize.c [moved from commands/size/size.c with 100% similarity]
man/man1/Makefile
man/man1/acksize.1 [moved from man/man1/size.1 with 81% similarity]

index edfa5be996c0808daf7a7c2b2eb4aa78e1770059..77616bf2ae497550b82413d5f03cf61d23a46549 100644 (file)
@@ -24,7 +24,7 @@ SUBDIR=       aal add_route adduser advent arp ash at autil awk \
        profile progressbar proto pr_routes ps pwd pwdauth \
        ramdisk rarpd rawspeed rcp rdate readall readclock \
        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 \
        stty su sum svclog swapfs swifi sync synctree sysenv \
        syslogd tail talk talkd tar tcpd tcpdp tcpstat tee telnet \
similarity index 67%
rename from commands/size/Makefile
rename to commands/acksize/Makefile
index f3e34b96cad41746c83f68c16da35926f26fce37..ac4e59c5d7c96301341f7451f4d06bbc8c54deb1 100644 (file)
@@ -1,4 +1,4 @@
-PROG=  size
+PROG=  acksize
 MAN=
 
 .include <bsd.prog.mk>
index 557bd9aea8cfcdf065ca4c4da28ec1d5fdc05aa0..3a31e8e522d0ed51b829b5070ccd476db14ec240 100644 (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 \
similarity index 81%
rename from man/man1/size.1
rename to man/man1/acksize.1
index 74d7c1bc7455369a004b56a2fa2bd876e09f8c71..30a94b68677f0d8227616bb2c53d3a86e643801b 100644 (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.