From bd4686f967de07ad96042c8433a060a3a6920671 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" Date: Sun, 30 Jul 2023 15:03:21 -0500 Subject: ipv6.7: srcfix Protect literals in a (very long) paragraph tag from hyphenation by using hypenation control escape sequences, instead of `nh` and `hy` requests. The latter approach is incorrect for use with groff(1) since '.hy' does not restore the previous hyphenation mode but sets it to 1, which is not appropriate for the English-language hyphenation patterns groff uses. (Also, AT&T man(7) used a hyphenation mode of 14.) Also wrap long input line with \newline escape sequence. Signed-off-by: Alejandro Colomar --- man7/ipv6.7 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/man7/ipv6.7 b/man7/ipv6.7 index 350397401..6253e5b20 100644 --- a/man7/ipv6.7 +++ b/man7/ipv6.7 @@ -267,9 +267,8 @@ or sockets. Argument is a pointer to a boolean value in an integer. .TP -.nh -.B IPV6_RTHDR, IPV6_AUTHHDR, IPV6_DSTOPTS, IPV6_HOPOPTS, IPV6_FLOWINFO, IPV6_HOPLIMIT -.hy +.B \%IPV6_RTHDR, \%IPV6_AUTHHDR, \%IPV6_DSTOPTS, \%IPV6_HOPOPTS, \ +\%IPV6_FLOWINFO, \%IPV6_HOPLIMIT Set delivery of control messages for incoming datagrams containing extension headers from the received packet. .B IPV6_RTHDR -- cgit v1.2.3