diff options
-rw-r--r-- | bin/rcp/rcp.1 | 6 | ||||
-rw-r--r-- | libexec/rshd/rshd.8 | 1 | ||||
-rw-r--r-- | usr.bin/login/login.1 | 2 | ||||
-rw-r--r-- | usr.bin/passwd/passwd.1 | 2 | ||||
-rw-r--r-- | usr.bin/rlogin/rlogin.1 | 2 | ||||
-rw-r--r-- | usr.bin/rsh/rsh.1 | 2 |
6 files changed, 0 insertions, 15 deletions
diff --git a/bin/rcp/rcp.1 b/bin/rcp/rcp.1 index f3c3a8e..71bdab9 100644 --- a/bin/rcp/rcp.1 +++ b/bin/rcp/rcp.1 @@ -116,17 +116,11 @@ The .Nm utility handles third party copies, where neither source nor target files are on the current machine. -.Sh FILES -.Bl -tag -width ".Pa /etc/auth.conf" -compact -.It Pa /etc/auth.conf -configure authentication services -.El .Sh SEE ALSO .Xr cp 1 , .Xr ftp 1 , .Xr rlogin 1 , .Xr rsh 1 , -.Xr auth.conf 5 , .Xr hosts.equiv 5 .Sh HISTORY The diff --git a/libexec/rshd/rshd.8 b/libexec/rshd/rshd.8 index cd4021a..27f39db 100644 --- a/libexec/rshd/rshd.8 +++ b/libexec/rshd/rshd.8 @@ -237,7 +237,6 @@ and is not preceded by a flag byte. .Xr gethostbyaddr 3 , .Xr rcmd 3 , .Xr ruserok 3 , -.Xr auth.conf 5 , .Xr hosts 5 , .Xr hosts.equiv 5 , .Xr login.conf 5 , diff --git a/usr.bin/login/login.1 b/usr.bin/login/login.1 index d80783d..a1a283a 100644 --- a/usr.bin/login/login.1 +++ b/usr.bin/login/login.1 @@ -137,8 +137,6 @@ message-of-the-day system mailboxes .It Pa \&.hushlogin makes login quieter -.It Pa /etc/auth.conf -configure authentication services .It Pa /etc/pam.d/login .Xr pam 8 configuration file diff --git a/usr.bin/passwd/passwd.1 b/usr.bin/passwd/passwd.1 index da540ca..dbb5a4d 100644 --- a/usr.bin/passwd/passwd.1 +++ b/usr.bin/passwd/passwd.1 @@ -221,8 +221,6 @@ a Version 7 format password file temporary copy of the password file .It Pa /etc/login.conf login class capabilities database -.It Pa /etc/auth.conf -configure authentication services .El .Sh SEE ALSO .Xr chpass 1 , diff --git a/usr.bin/rlogin/rlogin.1 b/usr.bin/rlogin/rlogin.1 index f98fa24..8aea6bd 100644 --- a/usr.bin/rlogin/rlogin.1 +++ b/usr.bin/rlogin/rlogin.1 @@ -128,7 +128,6 @@ Determines the user's terminal type. .Bl -tag -width /etc/hosts -compact .It Pa /etc/hosts .It Pa /etc/hosts.equiv -.It Pa /etc/auth.conf .It Ev $HOME Ns Pa /.rhosts .El .Sh SEE ALSO @@ -138,7 +137,6 @@ Determines the user's terminal type. .Xr setsockopt 2 , .Xr ruserok 3 , .Xr tty 4 , -.Xr auth.conf 5 , .Xr hosts 5 , .Xr hosts.equiv 5 , .Xr rlogind 8 , diff --git a/usr.bin/rsh/rsh.1 b/usr.bin/rsh/rsh.1 index 6dbb90e..7cc64d2 100644 --- a/usr.bin/rsh/rsh.1 +++ b/usr.bin/rsh/rsh.1 @@ -125,14 +125,12 @@ to .Sh FILES .Bl -tag -width /etc/hosts -compact .It Pa /etc/hosts -.It Pa /etc/auth.conf .El .Sh SEE ALSO .Xr rlogin 1 , .Xr setsockopt 2 , .Xr rcmd 3 , .Xr ruserok 3 , -.Xr auth.conf 5 , .Xr hosts 5 , .Xr hosts.equiv 5 , .Xr rlogind 8 , |