Clean up in preparation for "MR sed". From 9b627f2a052e85170cb6672b027f8fd0cd3812c7 Mon Sep 17 00:00:00 2001 From: "G. Branden Robinson" <g.branden.robinson@xxxxxxxxx> Date: Fri, 28 Jul 2023 11:55:54 -0500 Subject: [PATCH 3/6] time.1, getxattr.2, setxattr.2, sk98lin.4, string_copying.7: srcfix Drop spurious, nilpotent uses of *roff `\c` escape sequence. Quoting groff_man_style(7): \c End a text line without inserting space or attempting a break. Normally, if filling is enabled, the end of a text line is treated like a space; an output line _may_ be broken there (if not, an adjustable space is inserted); if filling is disabled, the line _will_ be broken there, as in .EX/.EE examples. The next line is interpreted as usual and can include a macro call (contrast with \newline). \c is useful when three font styles are needed in a single word, as in a command synopsis. Signed-off-by: G. Branden Robinson <g.branden.robinson@xxxxxxxxx> --- man1/time.1 | 2 +- man2/getxattr.2 | 3 +-- man2/setxattr.2 | 3 +-- man4/sk98lin.4 | 6 ++---- man7/string_copying.7 | 4 ++-- 5 files changed, 7 insertions(+), 11 deletions(-) diff --git a/man1/time.1 b/man1/time.1 index ac4351f63..efb818cfd 100644 --- a/man1/time.1 +++ b/man1/time.1 @@ -8,7 +8,7 @@ .SH NAME time \- time a simple command or give resource usage .SH SYNOPSIS -.B time \c +.B time .RI [ options ] " command " [ arguments... ] .SH DESCRIPTION The diff --git a/man2/getxattr.2 b/man2/getxattr.2 index ab8342181..9af9915d5 100644 --- a/man2/getxattr.2 +++ b/man2/getxattr.2 @@ -22,8 +22,7 @@ .SH SYNOPSIS .fi .SH DESCRIPTION Extended attributes are -.IR name :\c -.I value +.IR name : value pairs associated with inodes (files, directories, symbolic links, etc.). They are extensions to the normal attributes which are associated with all inodes in the system (i.e., the diff --git a/man2/setxattr.2 b/man2/setxattr.2 index 43151ebd5..b31eafddc 100644 --- a/man2/setxattr.2 +++ b/man2/setxattr.2 @@ -22,8 +22,7 @@ .SH SYNOPSIS .fi .SH DESCRIPTION Extended attributes are -.IR name :\c -.I value +.IR name : value pairs associated with inodes (files, directories, symbolic links, etc.). They are extensions to the normal attributes which are associated with all inodes in the system (i.e., the diff --git a/man4/sk98lin.4 b/man4/sk98lin.4 index 51c6ad2f4..4d223a279 100644 --- a/man4/sk98lin.4 +++ b/man4/sk98lin.4 @@ -152,14 +152,12 @@ .SH DESCRIPTION Those features are available only after installation of open source modules which can be found on the Internet: .PP -.IR VLAN \c -: +.IR VLAN : .UR http://www.candelatech.com\:/\[ti]greear\:/vlan.html .UE .br .I Link -.IR Aggregation \c -: +.IR Aggregation : .UR http://www.st.rim.or.jp\:/\[ti]yumo .UE .PP diff --git a/man7/string_copying.7 b/man7/string_copying.7 index da1fc6752..ab9199a68 100644 --- a/man7/string_copying.7 +++ b/man7/string_copying.7 @@ -317,12 +317,12 @@ .SS String vs character sequence .PD 0 .BR stpcpy (3) .IP \[bu] -.BR strcpy "(3), \c" +.BR strcpy (3), .BR strcat (3) .IP \[bu] .BR stpecpy (3) .IP \[bu] -.BR strlcpy "(3bsd), \c" +.BR strlcpy (3bsd), .BR strlcat (3bsd) .PD .PP -- 2.30.2
Attachment:
signature.asc
Description: PGP signature