]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man*/: srcfix
authorG. Branden Robinson <g.branden.robinson@gmail.com>
Fri, 28 Jul 2023 17:59:55 +0000 (12:59 -0500)
committerAlejandro Colomar <alx@kernel.org>
Fri, 28 Jul 2023 21:06:01 +0000 (23:06 +0200)
[Clean up in preparation for "MR sed".]

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@gmail.com>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man1/time.1
man2/getxattr.2
man2/setxattr.2
man4/sk98lin.4
man7/string_copying.7

index ac4351f638804f46ef6a6b58388b218f9fb15080..efb818cfd74a15c3dfd0b199abc7ae1189eaefe4 100644 (file)
@@ -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
index ab83421819a1018110599718528617de816ca405..9af9915d5a6b5f7437e75cfb30df83f43f65d94f 100644 (file)
@@ -22,8 +22,7 @@ Standard C library
 .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
index 43151ebd5ec902c007cff3d3143c473fae3f3758..b31eafddc1fadbb111ab023410ee052e1c62c1dc 100644 (file)
@@ -22,8 +22,7 @@ Standard C library
 .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
index 51c6ad2f42318f286596b6f0899f191806299080..4d223a2792fb786ccf0246b34b608f0fead199be 100644 (file)
@@ -152,14 +152,12 @@ IEEE standards 802.1, 802.1q, and 802.3ad.
 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
index da1fc67527509461de15f3b0bab1535c830fcb1e..ab9199a68663ee5911bb6a3eab24b1283f07626b 100644 (file)
@@ -317,12 +317,12 @@ List of functions:
 .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