aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-07-19 15:38:39 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-07-19 15:38:39 +0000
commit14ee3bff4192e81ca0f441ba0c88349db0f6ec2f (patch)
tree48096dc1a991aee51d0389b92b02bde1f1998625
parenta5e0a0e4274eac427c85afe4aa80104bc5a395c4 (diff)
downloadman-pages-14ee3bff4192e81ca0f441ba0c88349db0f6ec2f.tar.gz
Formatting fixes
-rw-r--r--man1/df.12
-rw-r--r--man1/time.12
-rw-r--r--man2/cacheflush.22
-rw-r--r--man3/errno.32
-rw-r--r--man3/rpc.32
5 files changed, 5 insertions, 5 deletions
diff --git a/man1/df.1 b/man1/df.1
index 0d51d58832..6b4c0af5cb 100644
--- a/man1/df.1
+++ b/man1/df.1
@@ -166,7 +166,7 @@ options. By default, no filesystem types are omitted.
.TP
.B "\-v"
Ignored; for compatibility with System V versions of
-.B df .
+.BR df .
.SH "GNU STANDARD OPTIONS"
.TP
.B "\-\-help"
diff --git a/man1/time.1 b/man1/time.1
index 9fc793d148..0df22fa05e 100644
--- a/man1/time.1
+++ b/man1/time.1
@@ -246,7 +246,7 @@ to
.I bug\-utils@prep.ai.mit.edu
.br
Please include the version of
-.B time ,
+.BR time ,
which you can get by running
.br
.I time \-\-version
diff --git a/man2/cacheflush.2 b/man2/cacheflush.2
index c16d859bcb..a19ed591bf 100644
--- a/man2/cacheflush.2
+++ b/man2/cacheflush.2
@@ -43,7 +43,7 @@ Write back to memory and invalidate the affected valid cache lines.
.TP
.B BCACHE
Same as
-.B (ICACHE|DCACHE) .
+.BR (ICACHE|DCACHE) .
.PP
.SH "RETURN VALUE"
.B cacheflush
diff --git a/man3/errno.3 b/man3/errno.3
index b7cda73c61..ced5ec33e3 100644
--- a/man3/errno.3
+++ b/man3/errno.3
@@ -36,7 +36,7 @@ errno \- number of last error
The
.I <errno.h>
header file defines the integer variable
-.B errno ,
+.BR errno ,
which is set by system calls and some library functions in the event
of an error to indicate what went wrong.
Its value is significant only when the call
diff --git a/man3/rpc.3 b/man3/rpc.3
index 35d673ce68..8ff8ca406e 100644
--- a/man3/rpc.3
+++ b/man3/rpc.3
@@ -1473,7 +1473,7 @@ service transport, to which it returns a pointer.
The transport is associated with the socket
.IR sock ,
which may be
-.B \s-1RPC_ANYSOCK\s0 ,
+.BR \s-1RPC_ANYSOCK\s0 ,
in which case a new socket is created.
If the socket is not bound to a local
.SM UDP