summaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2024-01-16 07:39:40 -0600
committerAlejandro Colomar <alx@kernel.org>2024-01-16 16:14:57 +0100
commit3a271d5b89c536ff88a238986332269b126a6e91 (patch)
treed9a7500eb4b2c8ebacd6f91171f429467a603e88 /man3
parent527f31b9f762d0b61aa6aa5da8b8f4e63520b1fd (diff)
fts.3, div_t.3type: ffix
Break lines containing a parametric prefix to a man page name into two lines, using distinct font alternation macros and the `\c` escape sequence to "connect" the output. This prepares for adoption of the `MR` man(7) macro in groff 1.23.0. The style seen here assumes that the typeface used for man page names is bold, which is ahistorical and which the `MR` feature makes configurable. It might be better to recast this shorthand into English. Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com> Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man3')
-rw-r--r--man3/fts.312
1 files changed, 8 insertions, 4 deletions
diff --git a/man3/fts.3 b/man3/fts.3
index ae2fdfcbc..d2c520450 100644
--- a/man3/fts.3
+++ b/man3/fts.3
@@ -187,7 +187,8 @@ A regular file.
.TP
.B FTS_NS
A file for which no
-.RB [ l ] stat (2)
+.RB [ l ]\c
+.BR stat (2)
information was available.
The contents of the
.I fts_statp
@@ -198,7 +199,8 @@ field will be set to indicate what caused the error.
.TP
.B FTS_NSOK
A file for which no
-.RB [ l ] stat (2)
+.RB [ l ]\c
+.BR stat (2)
information was requested.
The contents of the
.I fts_statp
@@ -329,7 +331,8 @@ field are undefined.
.TP
.I fts_statp
A pointer to
-.RB [ l ] stat (2)
+.RB [ l ]\c
+.BR stat (2)
information for the file.
.\" .El
.P
@@ -754,7 +757,8 @@ for any of the errors specified for
.BR opendir (3),
.BR readdir (3),
and
-.RB [ l ] stat (2).
+.RB [ l ]\c
+.BR stat (2).
.P
In addition,
.BR fts_children (),