aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@google.com>2020-01-25 04:04:41 -0500
committerMike Frysinger <vapier@google.com>2020-01-25 04:04:41 -0500
commit5a6bb509c1e38de2d373f59099bee6544c6ec3f3 (patch)
tree7b9475dc399757b5fa84248d13c243b11f8f7ca9
parent228385c724c777aef487645391e32e87e3d6aa0b (diff)
downloadminijail-5a6bb509c1e38de2d373f59099bee6544c6ec3f3.tar.gz
man pages: use .BR for SEE ALSO sections
This is a bit more standard and helps with man->md converters. It should largely render the same in man itself. Change-Id: Ie05e35273aabe34121a21ba4d4523c87b007ab5d
-rw-r--r--minijail0.14
-rw-r--r--minijail0.52
2 files changed, 4 insertions, 2 deletions
diff --git a/minijail0.1 b/minijail0.1
index b8a7752..642c48c 100644
--- a/minijail0.1
+++ b/minijail0.1
@@ -352,4 +352,6 @@ The Chromium OS Authors <chromiumos-dev@chromium.org>
Copyright \(co 2011 The Chromium OS Authors
License BSD-like.
.SH "SEE ALSO"
-\fBlibminijail.h\fR \fBminijail0\fR(5) \fBseccomp\fR(2)
+.BR libminijail.h ,
+.BR minijail0 (5),
+.BR seccomp (2)
diff --git a/minijail0.5 b/minijail0.5
index 3abdd28..e77e646 100644
--- a/minijail0.5
+++ b/minijail0.5
@@ -163,4 +163,4 @@ The Chromium OS Authors <chromiumos-dev@chromium.org>
Copyright \(co 2011 The Chromium OS Authors
License BSD-like.
.SH "SEE ALSO"
-\fBminijail\fR(1)
+.BR minijail (1)