Correct links for getrpcent.3 pages
authortholo <tholo@openbsd.org>
Mon, 2 Sep 1996 05:34:45 +0000 (05:34 +0000)
committertholo <tholo@openbsd.org>
Mon, 2 Sep 1996 05:34:45 +0000 (05:34 +0000)
lib/libc/rpc/Makefile.inc

index 62e842f..b807c9e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: Makefile.inc,v 1.3 1996/08/19 08:31:19 tholo Exp $
+#      $OpenBSD: Makefile.inc,v 1.4 1996/09/02 05:34:45 tholo Exp $
 
 # librpc sources
 .PATH: ${.CURDIR}/arch/${MACHINE}/rpc ${.CURDIR}/rpc
@@ -13,10 +13,10 @@ SRCS+=      auth_none.c auth_unix.c  authunix_prot.c bindresvport.c \
        xdr_rec.c xdr_reference.c xdr_stdio.c
 
 MAN+=  bindresvport.3 getrpcent.3 getrpcport.3 rpc.3 xdr.3
-MLINKS+=       getrpcport.3 getrpcbyname.3 \
-               getrpcport.3 getrpcbynumber.3 \
-               getrpcport.3 endrpcent.3 \
-               getrpcport.3 setrpcent.3 \
+MLINKS+=       getrpcent.3 getrpcbyname.3 \
+               getrpcent.3 getrpcbynumber.3 \
+               getrpcent.3 endrpcent.3 \
+               getrpcent.3 setrpcent.3 \
                rpc.3 auth_destroy.3 \
                rpc.3 authnone_create.3 \
                rpc.3 authunix_create.3 \