aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-10-26 03:39:48 -0400
committerJorge Lucangeli Obes <jorgelo@google.com>2015-09-03 14:13:03 -0700
commit72ce94e61140498df8c96239fec3d9e5a7a86b23 (patch)
tree7049b2edb19c747aafc5a606054745f715489373
parent27bf9f84c9675899db65b7865330497ed3f4b7bc (diff)
downloadlibcap-72ce94e61140498df8c96239fec3d9e5a7a86b23.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)