aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-26 03:39:48 -0400
committerAndrew G. Morgan <morgan@kernel.org>2009-11-22 21:58:57 -0800
commit0dab406382e84f7dee148f99159db89269d97dca (patch)
tree7049b2edb19c747aafc5a606054745f715489373
parenta5ca236aba04cfb0f29912eb5f632a6248d205b0 (diff)
downloadlibcap-0dab406382e84f7dee148f99159db89269d97dca.tar.gz
etcap(8): use .BR in SEE ALSO
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--doc/getcap.86
-rw-r--r--doc/setcap.86
2 files changed, 6 insertions, 6 deletions
diff --git a/doc/getcap.8 b/doc/getcap.8
index 9ed5c33..3d566c2 100644
--- a/doc/getcap.8
+++ b/doc/getcap.8
@@ -23,6 +23,6 @@ prints quick usage.
.IR filename .
One file per line.
.SH "SEE ALSO"
-.IR cap_get_file (3),
-.IR cap_to_text (3),
-.IR setcap (8)
+.BR cap_get_file (3),
+.BR cap_to_text (3),
+.BR setcap (8)
diff --git a/doc/setcap.8 b/doc/setcap.8
index f78a42e..9344ba5 100644
--- a/doc/setcap.8
+++ b/doc/setcap.8
@@ -44,6 +44,6 @@ The
program will exit with a 0 exit code if successful. On failure, the
exit code is 1.
.SH "SEE ALSO"
-.IR cap_from_text (3),
-.IR cap_set_file (3),
-.IR getcap (8)
+.BR cap_from_text (3),
+.BR cap_set_file (3),
+.BR getcap (8)