summaryrefslogtreecommitdiffstats
path: root/man3/getsubopt.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getsubopt.3')
-rw-r--r--man3/getsubopt.310
1 files changed, 5 insertions, 5 deletions
diff --git a/man3/getsubopt.3 b/man3/getsubopt.3
index e5da55405..52e9866e2 100644
--- a/man3/getsubopt.3
+++ b/man3/getsubopt.3
@@ -39,7 +39,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR getsubopt ():
@@ -53,10 +53,10 @@ Feature Test Macro Requirements for glibc (see
parses the list of comma-separated suboptions provided in
.IR optionp .
(Such a suboption list is typically produced when
-.BR getopt (3)
+.MR getopt 3
is used to parse a command line;
see for example the \fI\-o\fP option of
-.BR mount (8).)
+.MR mount 8 .)
Each suboption may include an associated value,
which is separated from the suboption name by an equal sign.
The following is an example of the kind of string
@@ -131,7 +131,7 @@ is not (necessarily) the same as the first suboption after
.BR getsubopt ().
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -248,4 +248,4 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR getopt (3)
+.MR getopt 3