diff options
author | joel <joel@FreeBSD.org> | 2012-05-23 20:29:16 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2012-05-23 20:29:16 +0000 |
commit | 1e811ebbe32caa975bd6c21ecdf75d004ead2b10 (patch) | |
tree | 05b02808319f7167bf096deab4624feafca0819c | |
parent | ae2c00aeefa8d537dae188c368ab3fab9afb3e88 (diff) | |
download | FreeBSD-src-1e811ebbe32caa975bd6c21ecdf75d004ead2b10.zip FreeBSD-src-1e811ebbe32caa975bd6c21ecdf75d004ead2b10.tar.gz |
mdoc: Only use macros inside a reference block.
-rw-r--r-- | libexec/tftpd/tftpd.8 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 6944f7b..c06cc61 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -238,20 +238,16 @@ option. .Pp The following RFC's are supported: .Rs -RFC 1350 -.%T The TFTP Protocol (Revision 2) +.%T RFC 1350: The TFTP Protocol (Revision 2) .Re .Rs -RFC 2347 -.%T TFTP Option Extension +.%T RFC 2347: TFTP Option Extension .Re .Rs -RFC 2348 -.%T TFTP Blocksize Option +.%T RFC 2348: TFTP Blocksize Option .Re .Rs -RFC 2349 -.%T TFTP Timeout Interval and Transfer Size Options +.%T RFC 2349: TFTP Timeout Interval and Transfer Size Options .Re .Pp The non-standard |