From 045b2435f2419a179c8ced66e0ab39cb32d7b9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 4 Feb 2002 16:42:31 +0000 Subject: [PATCH] Pfffuit, I really ought to be more careful before I commit machine- generated files. Fix a couple of mdoc blunders. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@30 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- doc/man/pam.3 | 48 ++++++++++++++++++------------------- doc/man/pam_acct_mgmt.3 | 2 +- doc/man/pam_authenticate.3 | 2 +- doc/man/pam_chauthtok.3 | 2 +- doc/man/pam_close_session.3 | 2 +- doc/man/pam_end.3 | 2 +- doc/man/pam_error.3 | 2 +- doc/man/pam_get_authtok.3 | 2 +- doc/man/pam_get_data.3 | 2 +- doc/man/pam_get_item.3 | 2 +- doc/man/pam_get_user.3 | 2 +- doc/man/pam_getenv.3 | 2 +- doc/man/pam_getenvlist.3 | 2 +- doc/man/pam_info.3 | 2 +- doc/man/pam_open_session.3 | 2 +- doc/man/pam_prompt.3 | 2 +- doc/man/pam_putenv.3 | 2 +- doc/man/pam_set_data.3 | 2 +- doc/man/pam_set_item.3 | 2 +- doc/man/pam_setcred.3 | 2 +- doc/man/pam_setenv.3 | 2 +- doc/man/pam_start.3 | 2 +- doc/man/pam_strerror.3 | 2 +- misc/gendoc.pl | 6 ++--- 24 files changed, 49 insertions(+), 49 deletions(-) diff --git a/doc/man/pam.3 b/doc/man/pam.3 index 6938764..4dc380c 100644 --- a/doc/man/pam.3 +++ b/doc/man/pam.3 @@ -59,7 +59,7 @@ .Nm pam_setenv , .Nm pam_start , .Nm pam_strerror -.Nd Pluggable Authentication Modules API +.Nd Pluggable Authentication Modules .Sh LIBRARY .Lb libpam .Sh SYNOPSIS @@ -112,28 +112,28 @@ Foo .Sh RETURN VALUES .Sh SEE ALSO -.Xr pam_acct_mgmt 4 , -.Xr pam_authenticate 4 , -.Xr pam_chauthtok 4 , -.Xr pam_close_session 4 , -.Xr pam_end 4 , -.Xr pam_error 4 , -.Xr pam_get_authtok 4 , -.Xr pam_get_data 4 , -.Xr pam_get_item 4 , -.Xr pam_get_user 4 , -.Xr pam_getenv 4 , -.Xr pam_getenvlist 4 , -.Xr pam_info 4 , -.Xr pam_open_session 4 , -.Xr pam_prompt 4 , -.Xr pam_putenv 4 , -.Xr pam_set_data 4 , -.Xr pam_set_item 4 , -.Xr pam_setcred 4 , -.Xr pam_setenv 4 , -.Xr pam_start 4 , -.Xr pam_strerror 4 , +.Xr pam_acct_mgmt 3 , +.Xr pam_authenticate 3 , +.Xr pam_chauthtok 3 , +.Xr pam_close_session 3 , +.Xr pam_end 3 , +.Xr pam_error 3 , +.Xr pam_get_authtok 3 , +.Xr pam_get_data 3 , +.Xr pam_get_item 3 , +.Xr pam_get_user 3 , +.Xr pam_getenv 3 , +.Xr pam_getenvlist 3 , +.Xr pam_info 3 , +.Xr pam_open_session 3 , +.Xr pam_prompt 3 , +.Xr pam_putenv 3 , +.Xr pam_set_data 3 , +.Xr pam_set_item 3 , +.Xr pam_setcred 3 , +.Xr pam_setenv 3 , +.Xr pam_start 3 , +.Xr pam_strerror 3 , .Xr pam.conf 5 .Sh STANDARDS .Rs @@ -145,5 +145,5 @@ The OpenPAM library and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_acct_mgmt.3 b/doc/man/pam_acct_mgmt.3 index 3aabe18..3c4d42f 100644 --- a/doc/man/pam_acct_mgmt.3 +++ b/doc/man/pam_acct_mgmt.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_authenticate.3 b/doc/man/pam_authenticate.3 index 5b0239e..897affb 100644 --- a/doc/man/pam_authenticate.3 +++ b/doc/man/pam_authenticate.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_chauthtok.3 b/doc/man/pam_chauthtok.3 index dde9914..ec31767 100644 --- a/doc/man/pam_chauthtok.3 +++ b/doc/man/pam_chauthtok.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_close_session.3 b/doc/man/pam_close_session.3 index 00dc360..a351652 100644 --- a/doc/man/pam_close_session.3 +++ b/doc/man/pam_close_session.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_end.3 b/doc/man/pam_end.3 index 0cf2f1d..03196e5 100644 --- a/doc/man/pam_end.3 +++ b/doc/man/pam_end.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_error.3 b/doc/man/pam_error.3 index b0665cc..1818f9e 100644 --- a/doc/man/pam_error.3 +++ b/doc/man/pam_error.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_get_authtok.3 b/doc/man/pam_get_authtok.3 index 586a182..de471a1 100644 --- a/doc/man/pam_get_authtok.3 +++ b/doc/man/pam_get_authtok.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_get_data.3 b/doc/man/pam_get_data.3 index ae82d9c..3fd8b18 100644 --- a/doc/man/pam_get_data.3 +++ b/doc/man/pam_get_data.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_get_item.3 b/doc/man/pam_get_item.3 index a181793..1547e38 100644 --- a/doc/man/pam_get_item.3 +++ b/doc/man/pam_get_item.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_get_user.3 b/doc/man/pam_get_user.3 index 59f8e38..7acde05 100644 --- a/doc/man/pam_get_user.3 +++ b/doc/man/pam_get_user.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_getenv.3 b/doc/man/pam_getenv.3 index a27cc48..55f308a 100644 --- a/doc/man/pam_getenv.3 +++ b/doc/man/pam_getenv.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_getenvlist.3 b/doc/man/pam_getenvlist.3 index aabeeb9..caaf2df 100644 --- a/doc/man/pam_getenvlist.3 +++ b/doc/man/pam_getenvlist.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_info.3 b/doc/man/pam_info.3 index 2510271..4373a42 100644 --- a/doc/man/pam_info.3 +++ b/doc/man/pam_info.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_open_session.3 b/doc/man/pam_open_session.3 index 39df03b..ef24c16 100644 --- a/doc/man/pam_open_session.3 +++ b/doc/man/pam_open_session.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_prompt.3 b/doc/man/pam_prompt.3 index b415d97..e0f12a7 100644 --- a/doc/man/pam_prompt.3 +++ b/doc/man/pam_prompt.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_putenv.3 b/doc/man/pam_putenv.3 index bcc7496..dde8770 100644 --- a/doc/man/pam_putenv.3 +++ b/doc/man/pam_putenv.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_set_data.3 b/doc/man/pam_set_data.3 index 90dc08d..bdbfcd4 100644 --- a/doc/man/pam_set_data.3 +++ b/doc/man/pam_set_data.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_set_item.3 b/doc/man/pam_set_item.3 index b484f4d..68f0c43 100644 --- a/doc/man/pam_set_item.3 +++ b/doc/man/pam_set_item.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_setcred.3 b/doc/man/pam_setcred.3 index dc7e826..d558617 100644 --- a/doc/man/pam_setcred.3 +++ b/doc/man/pam_setcred.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_setenv.3 b/doc/man/pam_setenv.3 index a64a20e..9255561 100644 --- a/doc/man/pam_setenv.3 +++ b/doc/man/pam_setenv.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_start.3 b/doc/man/pam_start.3 index 149962f..aa377de 100644 --- a/doc/man/pam_start.3 +++ b/doc/man/pam_start.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/doc/man/pam_strerror.3 b/doc/man/pam_strerror.3 index 67a52ce..189c812 100644 --- a/doc/man/pam_strerror.3 +++ b/doc/man/pam_strerror.3 @@ -69,5 +69,5 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. diff --git a/misc/gendoc.pl b/misc/gendoc.pl index 5c8ef7c..d468b62 100644 --- a/misc/gendoc.pl +++ b/misc/gendoc.pl @@ -122,7 +122,7 @@ The function and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. "; @@ -160,7 +160,7 @@ Foo .Sh SEE ALSO "; foreach my $func (sort(keys(%FUNCTIONS))) { - print ".Xr $func 4 ,\n"; + print ".Xr $func 3 ,\n"; } print ".Xr pam.conf 5 .Sh STANDARDS @@ -173,7 +173,7 @@ The OpenPAM library and this manual page were developed for the FreeBSD Project by ThinkSec AS and NAI Labs, the Security Research Division of Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035 -.Pq .Dq CBOSS , +.Pq Dq CBOSS , as part of the DARPA CHATS research program. " }