Author: joel (doc committer) Date: Tue Mar 27 20:10:13 2012 New Revision: 233574 URL: http://svn.freebsd.org/changeset/base/233574
Log: Only use macros inside a reference block. Discussed with: brueffer Modified: head/usr.bin/tftp/tftp.1 Modified: head/usr.bin/tftp/tftp.1 ============================================================================== --- head/usr.bin/tftp/tftp.1 Tue Mar 27 19:05:49 2012 (r233573) +++ head/usr.bin/tftp/tftp.1 Tue Mar 27 20:10:13 2012 (r233574) @@ -222,24 +222,19 @@ Toggle verbose mode. .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 .Rs -RFC 3617 -.%T Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP) +.%T RFC 3617: Uniform Resource Identifier (URI) Scheme and Applicability Statement for the Trivial File Transfer Protocol (TFTP) .Re .Pp The non-standard _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
