Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2005 23:30:28 +0200
From:      Ulf Lilleengen <lulf@kerneled.org>
To:        freebsd-doc@freebsd.org
Subject:   [PATCH] No manpage links for getgr*_r functions
Message-ID:  <20050812213028.GA14020@vimes.djelibeybi>

next in thread | raw e-mail | index | archive | help

--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Hi. This patch links the getgrnam_r and other threadsafe group functions to getgrent manpage.

- Ulf Lilleengen

--ZPt4rx8FFjLCG7dd
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="grent_manpage.diff"

Index: lib/libc/gen/Makefile.inc
===================================================================
RCS file: /home/cvs/fbsd/src/lib/libc/gen/Makefile.inc,v
retrieving revision 1.121
diff -u -r1.121 Makefile.inc
--- lib/libc/gen/Makefile.inc	11 May 2005 14:07:25 -0000	1.121
+++ lib/libc/gen/Makefile.inc	12 Aug 2005 21:16:35 -0000
@@ -94,7 +94,8 @@
 	getfsent.3 getfstype.3 getfsent.3 setfsent.3 \
 	getfsent.3 setfstab.3 getfsent.3 getfstab.3
 MLINKS+=getgrent.3 endgrent.3 getgrent.3 getgrgid.3 getgrent.3 getgrnam.3 \
-	getgrent.3 setgrent.3 getgrent.3 setgroupent.3
+	getgrent.3 setgrent.3 getgrent.3 setgroupent.3 getgrent.3 getgrent_r.3 \
+	getgrent.3 getgrnam_r.3 getgrent.3 getgrgid_r.3
 MLINKS+=gethostname.3 sethostname.3
 MLINKS+=getnetgrent.3 endnetgrent.3 getnetgrent.3 innetgr.3 \
 	getnetgrent.3 setnetgrent.3

--ZPt4rx8FFjLCG7dd--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050812213028.GA14020>