xref: /openbsd-src/gnu/usr.bin/perl/cpan/podlators/t/data/snippets/man/nonbreaking-space-l (revision f2a19305cfc49ea4d1a5feb55cd6c283c6f1e031)
1[name]
2S<> wrapping L<>
3
4[input]
5=head1 URLS
6
7SZ<><> wrapping LZ<><> should make the space between the anchor and URL
8non-breaking and thus keep them together.
9
10L<perl> L<Net::DNS> L<Net::DNS::RR> L<Net::DNS::SEC>
11S<L<RFC2535|https://tools.ietf.org/html/rfc2535>>
12S<L<RFC2536|https://tools.ietf.org/html/rfc2536>>
13S<L<RFC2931|https://tools.ietf.org/html/rfc2931>>
14S<L<RFC3110|https://tools.ietf.org/html/rfc3110>>
15S<L<RFC4034|https://tools.ietf.org/html/rfc4034>>
16
17[output]
18.SH URLS
19.IX Header "URLS"
20S<> wrapping L<> should make the space between the anchor and URL
21non-breaking and thus keep them together.
22.PP
23perl Net::DNS Net::DNS::RR Net::DNS::SEC
24RFC2535\ <https://tools.ietf.org/html/rfc2535>
25RFC2536\ <https://tools.ietf.org/html/rfc2536>
26RFC2931\ <https://tools.ietf.org/html/rfc2931>
27RFC3110\ <https://tools.ietf.org/html/rfc3110>
28RFC4034\ <https://tools.ietf.org/html/rfc4034>
29