diff options
author | 2010-08-30 07:06:54 +0000 | |
---|---|---|
committer | 2010-08-30 07:06:54 +0000 | |
commit | 1a7997a5fb11c96e640ffd5b598c94dd510e4cb9 (patch) | |
tree | 1361572718f79b07d9425d1abe5a64b804da50a5 | |
parent | Avoid possible aliasing-related compiler issues by always writing to (diff) | |
download | wireguard-openbsd-1a7997a5fb11c96e640ffd5b598c94dd510e4cb9.tar.xz wireguard-openbsd-1a7997a5fb11c96e640ffd5b598c94dd510e4cb9.zip |
Add missing network service name from /var/log/ftpd entries.
ok and suggestion from jmc@ ok tobias@
-rw-r--r-- | libexec/ftpd/ftpd.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.8 b/libexec/ftpd/ftpd.8 index 030841495ad..d372896d48e 100644 --- a/libexec/ftpd/ftpd.8 +++ b/libexec/ftpd/ftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftpd.8,v 1.65 2007/05/31 19:19:39 jmc Exp $ +.\" $OpenBSD: ftpd.8,v 1.66 2010/08/30 07:06:54 lum Exp $ .\" $NetBSD: ftpd.8,v 1.8 1996/01/14 20:55:23 thorpej Exp $ .\" .\" Copyright (c) 1985, 1988, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ftpd.8 8.2 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 30 2010 $ .Dt FTPD 8 .Os .Sh NAME @@ -444,6 +444,8 @@ for a real user (should always be anonymous). Either a system login name or the value given for .Dq email address if an anonymous user. +.It service name +The network service name (always ftp). .It unused Unused field containing a .Sq 0 , |