diff options
-rw-r--r-- | libexec/tftpd/tftpd.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index e981239..9c2227f 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -105,7 +105,10 @@ The options are: .Bl -tag -width Ds .It Fl l Log all requests using -.Xr syslog 3 . +.Xr syslog 3 +with the facility of LOG_FTP. Note: Logging of LOG_FTP messages +will also need to be enabled in the syslog configuration file +.Xr syslog.conf 5 . .It Fl n Suppress negative acknowledgement of requests for nonexistent relative filenames. @@ -127,7 +130,8 @@ as root unless you are using .El .Sh SEE ALSO .Xr tftp 1 , -.Xr inetd 8 +.Xr inetd 8 , +.Xr syslogd 8 .Sh HISTORY The .Nm |