diff options
author | wollman <wollman@FreeBSD.org> | 2000-09-14 19:20:17 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2000-09-14 19:20:17 +0000 |
commit | 9b6a9d4d1d7a914d2039e9ce1ad6948ddc57f54e (patch) | |
tree | 303ea4408d511b7ef2dfed2624c291584e8e42af /libexec | |
parent | e6b9704a88d0a957a7048925f3e7cc37116a4b68 (diff) | |
download | FreeBSD-src-9b6a9d4d1d7a914d2039e9ce1ad6948ddc57f54e.zip FreeBSD-src-9b6a9d4d1d7a914d2039e9ce1ad6948ddc57f54e.tar.gz |
Some more slight doco fixes: update date, and add a bit more to the history.
Diffstat (limited to 'libexec')
-rw-r--r-- | libexec/tftpd/tftpd.8 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 2af0ee4..449bd33 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -32,7 +32,7 @@ .\" @(#)tftpd.8 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd June 4, 1993 +.Dd September 14, 2000 .Dt TFTPD 8 .Os BSD 4.2 .Sh NAME @@ -160,4 +160,12 @@ The user must be specified by name, not a numeric UID. The .Nm command appeared in -.Bx 4.2 . +.Bx 4.2 ; +the +.Fl s +option was introduced in +.Fx 2.2 , +and the +.Fl u +option was introduced in +.Fx 4.2 . |