diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-10 15:37:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-10 15:37:31 +0000 |
commit | 9ed5e52c3e2b916370dea9e103c4f14113e6b175 (patch) | |
tree | 2406878a9633d6674d328f02ff7d72bb2a17e34f /usr.sbin | |
parent | 2dc13aa46d1530f4d4e87d647b30cc017f2776a5 (diff) |
these pages all had bad section numbers in the .Xr's;
lots of help and ok millert@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 6 | ||||
-rw-r--r-- | usr.sbin/cron/crontab.1 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8 index de4662804a2..7d7d268f9b2 100644 --- a/usr.sbin/authpf/authpf.8 +++ b/usr.sbin/authpf/authpf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authpf.8,v 1.22 2003/03/06 04:07:38 david Exp $ +.\" $OpenBSD: authpf.8,v 1.23 2003/03/10 15:37:29 jmc Exp $ .\" .\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved. .\" @@ -49,7 +49,7 @@ allowing them Internet use, or a gateway that allows different users into different places. .Nm logs the successful start and end of a session to -.Xr syslog 8 . +.Xr syslogd 8 . This, combined with properly set up filter rules and secure switches, can be used to ensure users are held accountable for their network traffic. .Pp @@ -192,7 +192,7 @@ print a brief message and die. It should be noted that a ban takes precedence over an allow. .Pp On failure, messages will be logged to -.Xr syslog 8 +.Xr syslogd 8 for the system administrator. The user does not see these, but will be told the system is unavailable due to technical difficulties. diff --git a/usr.sbin/cron/crontab.1 b/usr.sbin/cron/crontab.1 index be73a0b7c32..42da8ef563d 100644 --- a/usr.sbin/cron/crontab.1 +++ b/usr.sbin/cron/crontab.1 @@ -17,7 +17,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.\" $OpenBSD: crontab.1,v 1.19 2003/02/20 20:38:08 millert Exp $ +.\" $OpenBSD: crontab.1,v 1.20 2003/03/10 15:37:30 jmc Exp $ .\" .Dd June 8, 1999 .Dt CRONTAB 1 @@ -95,11 +95,11 @@ examines i.e., the crontab of the person executing the command. Note that -.Xr su 8 +.Xr su 1 can confuse .Nm and that if you are running inside of -.Xr su 8 +.Xr su 1 you should always use the .Fl u option for safety's sake. |