aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-04 23:40:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-04 23:40:01 +0000
commiteda41a195a245ec66a6beabc38f19e47a5c23434 (patch)
treed91af1873475e5d47b30832aeb8c1ed98742437a
parent755753869db767ba371ee733bb746571813258a3 (diff)
downloadmandoc-eda41a195a245ec66a6beabc38f19e47a5c23434.tar.gz
mandoc-eda41a195a245ec66a6beabc38f19e47a5c23434.tar.zst
mandoc-eda41a195a245ec66a6beabc38f19e47a5c23434.zip
various nits found with mandoc -Tlint
-rw-r--r--apropos.16
-rw-r--r--man.options.116
-rw-r--r--mandoc.36
-rw-r--r--mandoc_escape.36
-rw-r--r--mandoc_headers.32
-rw-r--r--soelim.110
6 files changed, 26 insertions, 20 deletions
diff --git a/apropos.1 b/apropos.1
index cb101ad5..16cefbda 100644
--- a/apropos.1
+++ b/apropos.1
@@ -1,4 +1,4 @@
-.\" $Id: apropos.1,v 1.45 2017/03/27 18:51:36 schwarze Exp $
+.\" $Id: apropos.1,v 1.46 2017/07/04 23:40:01 schwarze Exp $
.\"
.\" Copyright (c) 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2011, 2012, 2014, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: March 27 2017 $
+.Dd $Mdocdate: July 4 2017 $
.Dt APROPOS 1
.Os
.Sh NAME
@@ -407,7 +407,7 @@ variables:
.Dl $ apropos \-s 3 Va=optind \-a Va=optarg
.Pp
Do exactly the same as calling
-.Xr whatis 1
+.Nm whatis
with the argument
.Qq ssh :
.Pp
diff --git a/man.options.1 b/man.options.1
index 9ad608f5..d8c790f4 100644
--- a/man.options.1
+++ b/man.options.1
@@ -1,4 +1,4 @@
-.\" $Id: man.options.1,v 1.6 2017/02/02 20:10:51 schwarze Exp $
+.\" $Id: man.options.1,v 1.7 2017/07/04 23:40:01 schwarze Exp $
.\"
.\" Copyright (c) 2017 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 2 2017 $
+.Dd $Mdocdate: July 4 2017 $
.Dt MAN.OPTIONS 1
.Os
.Sh NAME
@@ -1297,11 +1297,17 @@ the Unix Archive of the Unix Heritage Society
.It
the CSRG Archive CD-ROMs
.It
-the FreeBSD SVN repository
+the
+.Fx
+SVN repository
.It
-the OpenBSD CVS repository
+the
+.Ox
+CVS repository
.It
-the NetBSD CVS repository
+the
+.Nx
+CVS repository
.It
the GNU roff (groff) git repository
.It
diff --git a/mandoc.3 b/mandoc.3
index 11d41e54..6914a768 100644
--- a/mandoc.3
+++ b/mandoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.3,v 1.40 2017/06/24 14:38:32 schwarze Exp $
+.\" $Id: mandoc.3,v 1.41 2017/07/04 23:40:01 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 24 2017 $
+.Dd $Mdocdate: July 4 2017 $
.Dt MANDOC 3
.Os
.Sh NAME
@@ -35,7 +35,7 @@
.Nm mparse_result ,
.Nm mparse_strerror ,
.Nm mparse_strlevel ,
-.Nm mparse_updaterc
+.Nm mparse_updaterc
.Nd mandoc macro compiler library
.Sh SYNOPSIS
.In sys/types.h
diff --git a/mandoc_escape.3 b/mandoc_escape.3
index fec298b8..90b672c9 100644
--- a/mandoc_escape.3
+++ b/mandoc_escape.3
@@ -1,4 +1,4 @@
-.\" $Id: mandoc_escape.3,v 1.3 2015/01/21 20:33:25 schwarze Exp $
+.\" $Id: mandoc_escape.3,v 1.4 2017/07/04 23:40:01 schwarze Exp $
.\"
.\" Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: January 21 2015 $
+.Dd $Mdocdate: July 4 2017 $
.Dt MANDOC_ESCAPE 3
.Os
.Sh NAME
@@ -122,7 +122,7 @@ library, see the file
.Pa roff.c ,
.It
above all externally by the
-.Xr mandoc
+.Xr mandoc 1
formatting modules, in particular
.Fl Tascii
and
diff --git a/mandoc_headers.3 b/mandoc_headers.3
index e964aece..dce6b945 100644
--- a/mandoc_headers.3
+++ b/mandoc_headers.3
@@ -1,4 +1,4 @@
-.Dd December 1, 2014
+.Dd $Mdocdate: July 4 2017 $
.Dt MANDOC_HEADERS 3
.Os
.Sh NAME
diff --git a/soelim.1 b/soelim.1
index b78d27e1..6b42750c 100644
--- a/soelim.1
+++ b/soelim.1
@@ -1,4 +1,4 @@
-.\" $Id: soelim.1,v 1.4 2017/03/18 19:56:01 schwarze Exp $
+.\" $Id: soelim.1,v 1.5 2017/07/04 23:40:01 schwarze Exp $
.\"
.\" Copyright (c) 2014 Baptiste Daroussin <bapt@FreeBSD.org>
.\" All rights reserved.
@@ -24,7 +24,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: March 18 2017 $
+.Dd $Mdocdate: July 4 2017 $
.Dt SOELIM 1
.Os
.Sh NAME
@@ -53,15 +53,15 @@ Recognise
when not followed by a space character.
.It Fl r
Compatibility with GNU groff's
-.Xr soelim 1
+.Nm soelim
(does nothing).
.It Fl t
Compatibility with GNU groff's
-.Xr soelim 1
+.Nm soelim
(does nothing).
.It Fl v
Compatibility with GNU groff's
-.Xr soelim 1
+.Nm soelim
(does nothing).
.It Fl I Ar dir
This option specify directories where