diff options
author | 2008-11-14 07:34:59 +0000 | |
---|---|---|
committer | 2008-11-14 07:34:59 +0000 | |
commit | 242540d45457ec94f6d452f02c844e03e3a6a272 (patch) | |
tree | c5fd7824a247b9ff1a9eac0234498bab290c81c3 | |
parent | Sigh. Some clients can't handle three DHO_PAD options holding space (diff) | |
download | wireguard-openbsd-242540d45457ec94f6d452f02c844e03e3a6a272.tar.xz wireguard-openbsd-242540d45457ec94f6d452f02c844e03e3a6a272.zip |
LOG_INFO is a level not a facility; input and ok jmc@
-rw-r--r-- | libexec/tftpd/tftpd.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 6bc540cb906..ca35a916ca8 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftpd.8,v 1.25 2007/11/29 11:38:46 jmc Exp $ +.\" $OpenBSD: tftpd.8,v 1.26 2008/11/14 07:34:59 stevesk Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -28,9 +28,9 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tftpd.8 6.7 (Berkeley) 5/13/91 -.\" $OpenBSD: tftpd.8,v 1.25 2007/11/29 11:38:46 jmc Exp $ +.\" $OpenBSD: tftpd.8,v 1.26 2008/11/14 07:34:59 stevesk Exp $ .\" -.Dd $Mdocdate: November 29 2007 $ +.Dd $Mdocdate: November 14 2008 $ .Dt TFTPD 8 .Os .Sh NAME @@ -100,7 +100,7 @@ allowing anyone to read or write to them. .It Fl l Log the client IP, type of request, and filename using .Xr syslog 3 -with a facility of +with a level of .Dv LOG_INFO . .It Fl s Ar directory .Xr chroot 2 |