aboutsummaryrefslogtreecommitdiff
path: root/man/man8/getflags.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/man8/getflags.8')
-rw-r--r--man/man8/getflags.810
1 files changed, 5 insertions, 5 deletions
diff --git a/man/man8/getflags.8 b/man/man8/getflags.8
index 02c774f5..776a17aa 100644
--- a/man/man8/getflags.8
+++ b/man/man8/getflags.8
@@ -16,7 +16,7 @@ not take arguments, or a letter followed by the space-separated
names of its arguments.
.I Getflags
prints an
-.IM rc (1)
+.MR rc (1)
script on standard output which initializes the
environment variable
.BI $flag x
@@ -51,15 +51,15 @@ and
.BR $0 ,
the program name
(see
-.IM rc (1) ).
+.MR rc (1) ).
If run under
-.IM sh (1) ,
+.MR sh (1) ,
which does not set
.BR $0 ,
the program name must be given explicitly on the command line.
.SH EXAMPLE
Parse the arguments for Plan 9's
-.IM leak (1) :
+.MR leak (1) :
.IP
.EX
flagfmt='b,s,f binary,r res,x width'
@@ -74,4 +74,4 @@ if(! ifs=() eval `{getflags $*} || ~ $#* 0){
.br
.B \*9/src/cmd/usage.c
.SH SEE ALSO
-.IM arg (3)
+.MR arg (3)