summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftpd
diff options
context:
space:
mode:
authordlg <dlg@openbsd.org>2019-03-04 01:06:03 +0000
committerdlg <dlg@openbsd.org>2019-03-04 01:06:03 +0000
commitea45dd54d2f47094fc1e2cca089e52eb3104764b (patch)
treecf094df34e9faf1ffa59580f403dfce6c7546219 /usr.sbin/tftpd
parentWake all waiters when unlocking an rwlock. This fixes a hang (diff)
downloadwireguard-openbsd-ea45dd54d2f47094fc1e2cca089e52eb3104764b.tar.xz
wireguard-openbsd-ea45dd54d2f47094fc1e2cca089e52eb3104764b.zip
add the STANDARDS section
this lists the current RFCs, the obsoleted or updated RFCs are left commented out.
Diffstat (limited to 'usr.sbin/tftpd')
-rw-r--r--usr.sbin/tftpd/tftpd.866
1 files changed, 64 insertions, 2 deletions
diff --git a/usr.sbin/tftpd/tftpd.8 b/usr.sbin/tftpd/tftpd.8
index 07a8993563e..a3aab719550 100644
--- a/usr.sbin/tftpd/tftpd.8
+++ b/usr.sbin/tftpd/tftpd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tftpd.8,v 1.7 2019/03/03 16:05:16 deraadt Exp $
+.\" $OpenBSD: tftpd.8,v 1.8 2019/03/04 01:06:03 dlg Exp $
.\"
.\" Copyright (c) 1983, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)tftpd.8 6.7 (Berkeley) 5/13/91
.\"
-.Dd $Mdocdate: March 3 2019 $
+.Dd $Mdocdate: March 4 2019 $
.Dt TFTPD 8
.Os
.Sh NAME
@@ -151,6 +151,68 @@ as part of the file name to transfer.
.Xr pxeboot 8 ,
.Xr syslogd 8 ,
.Xr tftp-proxy 8
+.Sh STANDARDS
+.\" .Rs
+.\" .%A K. R. Sollins
+.\" .%D June 1981
+.\" .%R RFC 783
+.\" .%T The TFTP Protocol (Revision 2)
+.\" .Re
+.\" .Pp
+.Rs
+.%A K. Sollins
+.%D July 1992
+.%R RFC 1350
+.%T The TFTP Protocol (Revision 2)
+.Re
+.Pp
+.\" .Rs
+.\" .%A G. Malkin
+.\" .%A A. Harkin
+.\" .%D March 1995
+.\" .%R RFC 1782
+.\" .%T TFTP Option Extension
+.\" .Re
+.\" .Pp
+.\" .Rs
+.\" .%A G. Malkin
+.\" .%A A. Harkin
+.\" .%D March 1995
+.\" .%R RFC 1783
+.\" .%T TFTP Blocksize Option
+.\" .Re
+.\" .Pp
+.\" .Rs
+.\" .%A G. Malkin
+.\" .%A A. Harkin
+.\" .%D March 1995
+.\" .%R RFC 1784
+.\" .%T TFTP Timeout Interval and Transfer Size Options
+.\" .Re
+.\" .Pp
+.Rs
+.%A G. Malkin
+.%A A. Harkin
+.%D May 1998
+.%R RFC 2347
+.%T TFTP Option Extension
+.Re
+.Pp
+.Rs
+.%A G. Malkin
+.%A A. Harkin
+.%D May 1998
+.%R RFC 2348
+.%T TFTP Blocksize Option
+.Re
+.Pp
+.Rs
+.%A G. Malkin
+.%A A. Harkin
+.%D March 1998
+.%R RFC 2349
+.%T TFTP Timeout Interval and Transfer Size Options
+.Re
.Sh HISTORY
The
.Nm