From owner-freebsd-doc@FreeBSD.ORG Sun Dec 14 05:50:04 2008 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91623106564A for ; Sun, 14 Dec 2008 05:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 80ECE8FC19 for ; Sun, 14 Dec 2008 05:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mBE5o3Rt029743 for ; Sun, 14 Dec 2008 05:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mBE5o3Ya029742; Sun, 14 Dec 2008 05:50:03 GMT (envelope-from gnats) Date: Sun, 14 Dec 2008 05:50:03 GMT Message-Id: <200812140550.mBE5o3Ya029742@freefall.freebsd.org> To: freebsd-doc@FreeBSD.org From: Ganbold Cc: Subject: Re: docs/129623: suser(9) claims that the interface is still exported, though deprecated X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Ganbold List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2008 05:50:04 -0000 The following reply was made to PR docs/129623; it has been noted by GNATS. From: Ganbold To: Ben Kaduk Cc: bug-followup@FreeBSD.org Subject: Re: docs/129623: suser(9) claims that the interface is still exported, though deprecated Date: Sun, 14 Dec 2008 13:01:21 +0800 Ben Kaduk wrote: -- A person forgives only when they are in the wrong. >> Number: 129623 >> Category: docs >> Synopsis: suser(9) claims that the interface is still exported, though deprecated >> Confidential: no >> Severity: non-critical >> Priority: low >> Responsible: freebsd-doc >> State: open >> Quarter: >> Keywords: >> Date-Required: >> Class: doc-bug >> Submitter-Id: current-users >> Arrival-Date: Sun Dec 14 04:50:00 UTC 2008 >> Closed-Date: >> Last-Modified: >> Originator: Ben Kaduk >> Release: 8-current >> Organization: >> > MIT SIPB > >> Environment: >> > pleonasm# uname -a > FreeBSD pleonasm.mit.edu 8.0-CURRENT FreeBSD 8.0-CURRENT #6: Fri Dec 12 18:37:53 UTC 2008 kaduk@pleonasm.mit.edu:/usr/obj/usr/src/sys/PLEONASM i386 > > >> Description: >> > compare the contents of suser(9) and /usr/include/sys/priv.h ... > the latter no longer has the definition of the function. > > It's not clear to me if the man page for suser(9) should just > be removed, or retained as a pointer to priv_check(9). > >> How-To-Repeat: >> > Try to compile a module that uses suser, and get "No such file or directory" when trying to load it. > >> Fix: >> > Remove the suser(9) manpage? > I don't see suser(9) man page in my CURRENT (FreeBSD devil.micom.mng.net 8.0-CURRENT FreeBSD 8.0-CURRENT #13 r185928: Thu Dec 11 21:12:36 ULAT 2008), but I see it in RELENG_7. Are you sure that it is in CURRENT not a leftover from RELENG_X? thanks, Ganbold > >> Release-Note: >> Audit-Trail: >> Unformatted: >> > _______________________________________________ > freebsd-doc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-doc > To unsubscribe, send any mail to "freebsd-doc-unsubscribe@freebsd.org" > > > >