From: Todd C. Miller Date: Tue, 19 Feb 2008 18:21:41 +0000 (+0000) Subject: Only put login_cap(3) in SEE ALSO section if we have login.conf support X-Git-Tag: SUDO_1_7_0~180 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c2378eb4d1781426d780bc11e1ccc7bfd2199917;p=sudo Only put login_cap(3) in SEE ALSO section if we have login.conf support --- diff --git a/sudo.man.pl b/sudo.man.pl index 91ea24db4..4d23fbde2 100644 --- a/sudo.man.pl +++ b/sudo.man.pl @@ -8,7 +8,7 @@ if (/^\.IP(.*-([acrt]))?/) { $t = $1 ? $tags{$2} : undef; } elsif (/-a.*auth_type/) { $_ = $tags{'a'} . $_; -} elsif (/-c.*class.*\|/) { +} elsif (/(-c.*class.*\||login_cap)/) { $_ = $tags{'c'} . $_; } elsif (/-r.*role.*-t.*type/) { $_ = $tags{'r'} . $_; diff --git a/sudo.pod b/sudo.pod index d298b1061..e2d19377b 100644 --- a/sudo.pod +++ b/sudo.pod @@ -564,8 +564,9 @@ to make the C and file redirection work. =head1 SEE ALSO -L, L, L, L, L, -L, L +L, L, L, +L, +L, L, L =head1 AUTHORS