sync with OpenBSD -current
This commit is contained in:
parent
cc53d18db3
commit
6f15bbf720
63 changed files with 758 additions and 802 deletions
|
@ -1,9 +1,9 @@
|
|||
# $OpenBSD: Makefile,v 1.12 2020/02/27 01:25:58 schwarze Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2025/01/19 23:01:27 schwarze Exp $
|
||||
|
||||
REGRESS_TARGETS = allch args break empty paragraph three_authors transp
|
||||
REGRESS_TARGETS = allch args break empty paragraph three_authors rfc transp
|
||||
UTF8_TARGETS = allch break empty three_authors
|
||||
LINT_TARGETS = allch args empty
|
||||
HTML_TARGETS = paragraph
|
||||
HTML_TARGETS = paragraph rfc
|
||||
|
||||
# groff-1.22.3 defect:
|
||||
# - arguments after .Rs cause the macro to be ignored
|
||||
|
|
18
regress/usr.bin/mandoc/mdoc/Rs/rfc.in
Normal file
18
regress/usr.bin/mandoc/mdoc/Rs/rfc.in
Normal file
|
@ -0,0 +1,18 @@
|
|||
.\" $OpenBSD: rfc.in,v 1.1 2025/01/19 23:01:27 schwarze Exp $
|
||||
.Dd $Mdocdate: January 19 2025 $
|
||||
.Dt RS-RFC 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm Rs-RFC
|
||||
.Nd reference an RFC
|
||||
.Sh STANDARDS
|
||||
BEGINTEST
|
||||
.Pp
|
||||
.Rs
|
||||
.%A David Waitzman
|
||||
.%T A Standard for the Transmission of IP Datagrams on Avian Carriers
|
||||
.%R RFC 1149
|
||||
.%D April 1990
|
||||
.Re
|
||||
.Pp
|
||||
ENDTEST
|
14
regress/usr.bin/mandoc/mdoc/Rs/rfc.out_ascii
Normal file
14
regress/usr.bin/mandoc/mdoc/Rs/rfc.out_ascii
Normal file
|
@ -0,0 +1,14 @@
|
|||
RS-RFC(1) General Commands Manual RS-RFC(1)
|
||||
|
||||
NNAAMMEE
|
||||
RRss--RRFFCC - reference an RFC
|
||||
|
||||
SSTTAANNDDAARRDDSS
|
||||
BEGINTEST
|
||||
|
||||
David Waitzman, _A _S_t_a_n_d_a_r_d _f_o_r _t_h_e _T_r_a_n_s_m_i_s_s_i_o_n _o_f _I_P _D_a_t_a_g_r_a_m_s _o_n _A_v_i_a_n
|
||||
_C_a_r_r_i_e_r_s, RFC 1149, April 1990.
|
||||
|
||||
ENDTEST
|
||||
|
||||
OpenBSD January 19, 2025 OpenBSD
|
5
regress/usr.bin/mandoc/mdoc/Rs/rfc.out_html
Normal file
5
regress/usr.bin/mandoc/mdoc/Rs/rfc.out_html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<p class="Pp"><cite class="Rs"><span class="RsA">David Waitzman</span>,
|
||||
<span class="RsT">A Standard for the Transmission of IP Datagrams on Avian
|
||||
Carriers</span>,
|
||||
<a class="RsR" href="https://www.rfc-editor.org/rfc/rfc1149.html">RFC
|
||||
1149</a>, <span class="RsD">April 1990</span>.</cite></p>
|
18
regress/usr.bin/mandoc/mdoc/Rs/rfc.out_markdown
Normal file
18
regress/usr.bin/mandoc/mdoc/Rs/rfc.out_markdown
Normal file
|
@ -0,0 +1,18 @@
|
|||
RS-RFC(1) - General Commands Manual
|
||||
|
||||
# NAME
|
||||
|
||||
**Rs-RFC** - reference an RFC
|
||||
|
||||
# STANDARDS
|
||||
|
||||
BEGINTEST
|
||||
|
||||
David Waitzman,
|
||||
*A Standard for the Transmission of IP Datagrams on Avian Carriers*,
|
||||
[RFC 1149](http://www.rfc-editor.org/rfc/rfc1149.html),
|
||||
April 1990.
|
||||
|
||||
ENDTEST
|
||||
|
||||
OpenBSD - January 19, 2025
|
Loading…
Add table
Add a link
Reference in a new issue