From 1341e4aa028ce1b56cc8e22c322e4e297e2fe889 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 21 Jul 2011 14:27:47 +0200 Subject: [PATCH] rename size to acksize . in keeping with the pattern: elf/binutils tools have regular names, ack tools have 'exceptional' names --- commands/Makefile | 2 +- commands/{size => acksize}/Makefile | 2 +- commands/{size/size.c => acksize/acksize.c} | 0 man/man1/Makefile | 2 +- man/man1/{size.1 => acksize.1} | 8 ++++---- 5 files changed, 7 insertions(+), 7 deletions(-) rename commands/{size => acksize}/Makefile (67%) rename commands/{size/size.c => acksize/acksize.c} (100%) rename man/man1/{size.1 => acksize.1} (81%) diff --git a/commands/Makefile b/commands/Makefile index edfa5be99..77616bf2a 100644 --- a/commands/Makefile +++ b/commands/Makefile @@ -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 \ diff --git a/commands/size/Makefile b/commands/acksize/Makefile similarity index 67% rename from commands/size/Makefile rename to commands/acksize/Makefile index f3e34b96c..ac4e59c5d 100644 --- a/commands/size/Makefile +++ b/commands/acksize/Makefile @@ -1,4 +1,4 @@ -PROG= size +PROG= acksize MAN= .include diff --git a/commands/size/size.c b/commands/acksize/acksize.c similarity index 100% rename from commands/size/size.c rename to commands/acksize/acksize.c diff --git a/man/man1/Makefile b/man/man1/Makefile index 557bd9aea..3a31e8e52 100644 --- a/man/man1/Makefile +++ b/man/man1/Makefile @@ -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 \ diff --git a/man/man1/size.1 b/man/man1/acksize.1 similarity index 81% rename from man/man1/size.1 rename to man/man1/acksize.1 index 74d7c1bc7..30a94b686 100644 --- a/man/man1/size.1 +++ b/man/man1/acksize.1 @@ -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.