PERFORCE change 69866 for review
Dag-Erling Smorgrav
des at FreeBSD.org
Fri Jan 28 04:58:24 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=69866
Change 69866 by des at des.at.des.thinksec.com on 2005/01/28 12:57:45
Add explicit section numbers to sete[gu]id() / setgroups() cross-
references; otherwise, gendoc.pl incorrectly assumes they're in
section 3.
Affected files ...
.. //depot/projects/openpam/lib/openpam_borrow_cred.c#12 edit
.. //depot/projects/openpam/lib/openpam_restore_cred.c#11 edit
Differences ...
==== //depot/projects/openpam/lib/openpam_borrow_cred.c#12 (text+ko) ====
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#11 $
+ * $P4: //depot/projects/openpam/lib/openpam_borrow_cred.c#12 $
*/
#include <sys/param.h>
@@ -114,7 +114,7 @@
* group access list. The original credentials can be restored using
* =openpam_restore_cred.
*
- * >setegid
- * >seteuid
- * >setgroups
+ * >setegid 2
+ * >seteuid 2
+ * >setgroups 2
*/
==== //depot/projects/openpam/lib/openpam_restore_cred.c#11 (text+ko) ====
@@ -31,7 +31,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c#10 $
+ * $P4: //depot/projects/openpam/lib/openpam_restore_cred.c#11 $
*/
#include <sys/param.h>
@@ -87,7 +87,7 @@
* The =openpam_restore_cred function restores the credentials saved by
* =openpam_borrow_cred.
*
- * >setegid
- * >seteuid
- * >setgroups
+ * >setegid 2
+ * >seteuid 2
+ * >setgroups 2
*/
More information about the p4-projects
mailing list