Do not quote man page titles
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
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