Commit ddefaae330f95d89cd1046bdde43d51fd0783c1b

Guillem Jover 2012-04-24T04:05:48

Do not quote man page titles

diff --git a/man/flopen.3 b/man/flopen.3
index 8f81211..97a6260 100644
--- a/man/flopen.3
+++ b/man/flopen.3
@@ -30,7 +30,7 @@
 .Os
 .Sh NAME
 .Nm flopen
-.Nd "Reliably open and lock a file"
+.Nd reliably open and lock a file
 .Sh LIBRARY
 .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
 .Lb libbsd
diff --git a/man/pidfile.3 b/man/pidfile.3
index 2f84c44..7b2697d 100644
--- a/man/pidfile.3
+++ b/man/pidfile.3
@@ -32,7 +32,7 @@
 .Nm pidfile_write ,
 .Nm pidfile_close ,
 .Nm pidfile_remove
-.Nd "library for PID files handling"
+.Nd library for PID files handling
 .Sh LIBRARY
 .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
 .Lb libbsd
diff --git a/man/strtonum.3 b/man/strtonum.3
index 42674f0..f159a23 100644
--- a/man/strtonum.3
+++ b/man/strtonum.3
@@ -20,7 +20,7 @@
 .Os
 .Sh NAME
 .Nm strtonum
-.Nd "reliably convert string value to an integer"
+.Nd reliably convert string value to an integer
 .Sh LIBRARY
 .ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
 .Lb libbsd
diff --git a/man/tree.3 b/man/tree.3
index 68e28dc..07cf0aa 100644
--- a/man/tree.3
+++ b/man/tree.3
@@ -74,7 +74,7 @@
 .Nm RB_INIT ,
 .Nm RB_INSERT ,
 .Nm RB_REMOVE
-.Nd "implementations of splay and red-black trees"
+.Nd implementations of splay and red-black trees
 .Sh SYNOPSIS
 .In bsd/sys/tree.h
 .Fn SPLAY_PROTOTYPE NAME TYPE FIELD CMP