diff options
author | charnier <charnier@FreeBSD.org> | 1997-09-25 06:38:17 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-09-25 06:38:17 +0000 |
commit | 5e19c157929194667733a89c6fcc9c10ecffbd66 (patch) | |
tree | b05451283a870bea18497b9388375fedfac6b0ca /usr.sbin/manctl/manctl.sh | |
parent | 46349eda656a56e2cff10a8d8131b19abd6f97a4 (diff) | |
download | FreeBSD-src-5e19c157929194667733a89c6fcc9c10ecffbd66.zip FreeBSD-src-5e19c157929194667733a89c6fcc9c10ecffbd66.tar.gz |
Stylistic changes in man page.
Diffstat (limited to 'usr.sbin/manctl/manctl.sh')
-rw-r--r-- | usr.sbin/manctl/manctl.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/manctl/manctl.sh b/usr.sbin/manctl/manctl.sh index 735f861..7f81369 100644 --- a/usr.sbin/manctl/manctl.sh +++ b/usr.sbin/manctl/manctl.sh @@ -30,7 +30,7 @@ # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF # SUCH DAMAGE. # -# $Id$ +# $Id: manctl.sh,v 1.9 1997/02/22 16:06:29 peter Exp $ # # manctl: # a utility for manipulating manual pages @@ -345,10 +345,10 @@ do_compress_so() # ctl_usage() { - echo "usage : $1 -compress <path> ... " 1>&2 - echo " $1 -uncompress <path> ... " 1>&2 - echo " $1 -purge <days> <path> ... " 1>&2 - echo " $1 -purge expire <path> ... " 1>&2 + echo "usage: $1 -compress <path> ... " 1>&2 + echo " $1 -uncompress <path> ... " 1>&2 + echo " $1 -purge <days> <path> ... " 1>&2 + echo " $1 -purge expire <path> ... " 1>&2 exit 1 } |