New manual page system
authorRick Macklem <root@snowhite.cis.uoguelph.ca>
Fri, 2 Jul 1993 01:54:14 +0000 (01:54 +0000)
committerRick Macklem <root@snowhite.cis.uoguelph.ca>
Fri, 2 Jul 1993 01:54:14 +0000 (01:54 +0000)
bin/csh/Makefile
bin/rmail/Makefile
bin/sync/Makefile

index 1386b10..dc7ee80 100644 (file)
@@ -11,7 +11,7 @@ SRCS= alloc.c char.c const.c csh.c dir.c dol.c err.c exec.c exp.c file.c \
        func.c glob.c hist.c init.c lex.c misc.c parse.c print.c printf.c \
        proc.c sem.c set.c str.c time.c
 
        func.c glob.c hist.c init.c lex.c misc.c parse.c print.c printf.c \
        proc.c sem.c set.c str.c time.c
 
-MAN1=  csh.0
+MAN1=  csh.1
 MLINKS=        csh.1 limit.1 csh.1 alias.1 csh.1 bg.1 csh.1 dirs.1 csh.1 fg.1 \
        csh.1 foreach.1 csh.1 history.1 csh.1 jobs.1 csh.1 popd.1 \
        csh.1 pushd.1 csh.1 rehash.1 csh.1 repeat.1 csh.1 suspend.1 \
 MLINKS=        csh.1 limit.1 csh.1 alias.1 csh.1 bg.1 csh.1 dirs.1 csh.1 fg.1 \
        csh.1 foreach.1 csh.1 history.1 csh.1 jobs.1 csh.1 popd.1 \
        csh.1 pushd.1 csh.1 rehash.1 csh.1 repeat.1 csh.1 suspend.1 \
index c575539..15e2977 100644 (file)
@@ -1,6 +1,6 @@
 #      @(#)Makefile    5.2 (Berkeley) 4/20/91
 
 PROG=  rmail
 #      @(#)Makefile    5.2 (Berkeley) 4/20/91
 
 PROG=  rmail
-MAN8=  rmail.0
+MAN8=  rmail.8
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>
index 1c3b6ec..792a801 100644 (file)
@@ -1,6 +1,6 @@
 #      @(#)Makefile    5.2 (Berkeley) 5/11/90
 
 PROG=  sync
 #      @(#)Makefile    5.2 (Berkeley) 5/11/90
 
 PROG=  sync
-MAN8=  sync.0
+MAN8=  sync.8
 
 .include <bsd.prog.mk>
 
 .include <bsd.prog.mk>