diff options
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 6 | ||||
-rw-r--r-- | libexec/ld.so/ldd/ldd.1 | 6 | ||||
-rw-r--r-- | libexec/login_radius/login_radius.8 | 10 | ||||
-rw-r--r-- | libexec/tcpd/tcpd/tcpd.8 | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index 737b43edb28..1fa47d6aa16 100644 --- a/libexec/ftp-proxy/ftp-proxy.8 +++ b/libexec/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.32 2003/03/06 04:07:37 david Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.33 2003/03/06 20:19:52 jmc Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -109,7 +109,7 @@ necessary to capture the FTP control connection. Be verbose. With this option the proxy logs the control commands sent by clients and the replies sent by the servers to -.Xr syslog 8 +.Xr syslogd 8 .It Fl w Use the tcp wrapper access control library .Xr hosts_access 3 @@ -147,7 +147,7 @@ The default is 0, which means the proxy will not time out. .It Fl D Ar debuglevel Specify a debug level, where the proxy emits verbose debug output into -.Xr syslog 8 +.Xr syslogd 8 at level LOG_DEBUG. Meaningful values of debuglevel are 0-3, where 0 is no debug output and 3 is lots of debug output, the default being 0. diff --git a/libexec/ld.so/ldd/ldd.1 b/libexec/ld.so/ldd/ldd.1 index a51995164be..9d85782407e 100644 --- a/libexec/ld.so/ldd/ldd.1 +++ b/libexec/ld.so/ldd/ldd.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldd.1,v 1.3 2002/05/24 04:17:00 deraadt Exp $ +.\" $OpenBSD: ldd.1,v 1.4 2003/03/06 20:19:52 jmc Exp $ .\" .\" Copyright (c) 1996 Per Fogelstrom .\" @@ -63,8 +63,8 @@ flag, the tags from .Ar program are listed without using current ldconfig configuration. .Sh SEE ALSO -.Xr ldconfig 8 , -.Xr ld.so 8 +.Xr ld.so 1 , +.Xr ldconfig 8 .Sh DIAGNOSTICS Exit status 0 if no error. Exit status 1 if arg error. diff --git a/libexec/login_radius/login_radius.8 b/libexec/login_radius/login_radius.8 index 4df430498e3..892efa14e17 100644 --- a/libexec/login_radius/login_radius.8 +++ b/libexec/login_radius/login_radius.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: login_radius.8,v 1.5 2002/11/21 22:31:11 millert Exp $ +.\" $OpenBSD: login_radius.8,v 1.6 2003/03/06 20:19:52 jmc Exp $ .\" .\" Copyright (c) 1996 Berkeley Software Design, Inc. All rights reserved. .\" @@ -48,7 +48,7 @@ The .Nm utility contacts the -.Xr radiusd 8 +.Nm radiusd daemon to authenticate a .Ar user . If no @@ -59,7 +59,7 @@ When executed as the name .Pa login_ Ns Ar style , .Nm will request -.Xr radiusd 8 +.Nm radiusd use the authentication specified by .Ar style . .Pp @@ -89,7 +89,7 @@ server shared_secret .Pp It is expected that rather than requesting the radius style directly (in which case the -.Xr radiusd 8 +.Nm radiusd server uses a default style) that .Nm @@ -105,7 +105,7 @@ to both of those names. Now when the user requests one of those authentication styles, .Nm will automatically forward the request to the remote -.Xr radiusd 8 +.Nm radiusd and request it do the requested style of authentication. .Sh LOGIN.CONF VARIABLES The diff --git a/libexec/tcpd/tcpd/tcpd.8 b/libexec/tcpd/tcpd/tcpd.8 index bf49d389717..33c3d94088c 100644 --- a/libexec/tcpd/tcpd/tcpd.8 +++ b/libexec/tcpd/tcpd/tcpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcpd.8,v 1.14 2003/02/14 23:20:36 jmc Exp $ +.\" $OpenBSD: tcpd.8,v 1.15 2003/03/06 20:19:52 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -265,5 +265,5 @@ daemons on its network; each .Xr portmap 8 daemon forwards the request to a local daemon. As far as the -.Xr rwall 8 +.Xr rwalld 8 etc. daemons know, the request comes from the local host. |