Add explicit section numbers to sete[gu]id() / setgroups() cross-

references; otherwise, gendoc.pl incorrectly assumes they're in
section 3.


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@284 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2005-01-28 13:57:45 +00:00
parent b448e8cf37
commit 61e4fb1d75
2 changed files with 8 additions and 8 deletions

View File

@ -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 @@ openpam_borrow_cred(pam_handle_t *pamh,
* group access list. The original credentials can be restored using
* =openpam_restore_cred.
*
* >setegid
* >seteuid
* >setgroups
* >setegid 2
* >seteuid 2
* >setgroups 2
*/

View File

@ -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 @@ openpam_restore_cred(pam_handle_t *pamh)
* The =openpam_restore_cred function restores the credentials saved by
* =openpam_borrow_cred.
*
* >setegid
* >seteuid
* >setgroups
* >setegid 2
* >seteuid 2
* >setgroups 2
*/