CVS commit: src/external/gpl2/groff/tmac

2020-09-02 Thread Kimmo Suominen
Module Name:src
Committed By:   kim
Date:   Wed Sep  2 09:28:25 UTC 2020

Modified Files:
src/external/gpl2/groff/tmac: mdoc.local

Log Message:
Reflect that this is current by using ".99" in the Os version

This helps distinguising NetBSD-current pages from NetBSD-9.0 pages better
on man.netbsd.org, which is still using nroff. (Using mandoc needs more
tweaking to avoid all page footers reflecting the uname release of the
web server.)


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/gpl2/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.6 src/external/gpl2/groff/tmac/mdoc.local:1.7
--- src/external/gpl2/groff/tmac/mdoc.local:1.6	Tue Jul 30 15:56:53 2019
+++ src/external/gpl2/groff/tmac/mdoc.local	Wed Sep  2 09:28:25 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.6 2019/07/30 15:56:53 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.7 2020/09/02 09:28:25 kim Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -44,9 +44,9 @@
 .as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
 .
 .\" Default .Os value
-.ds doc-operating-system NetBSD\~9.0
+.ds doc-operating-system NetBSD\~9.99
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~9.0
+.ds doc-default-operating-system NetBSD\~9.99
 .\" Other known versions, not yet in groff distribution
 .ds doc-operating-system-NetBSD-1.3.3  1.3.3
 .ds doc-operating-system-NetBSD-1.6.3  1.6.3



CVS commit: src/external/gpl2/groff/tmac

2018-02-25 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Feb 25 12:46:49 UTC 2018

Modified Files:
src/external/gpl2/groff/tmac: mdoc.local

Log Message:
Add FreeBSD 11.0 and 12.0


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl2/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.4 src/external/gpl2/groff/tmac/mdoc.local:1.5
--- src/external/gpl2/groff/tmac/mdoc.local:1.4	Sun Jan 14 03:33:10 2018
+++ src/external/gpl2/groff/tmac/mdoc.local	Sun Feb 25 12:46:49 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.4 2018/01/14 03:33:10 uwe Exp $
+.\" $NetBSD: mdoc.local,v 1.5 2018/02/25 12:46:49 uwe Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -78,6 +78,8 @@
 .ds doc-operating-system-FreeBSD-9.0   9.0
 .ds doc-operating-system-FreeBSD-10.0   10.0
 .ds doc-operating-system-FreeBSD-10.1   10.1
+.ds doc-operating-system-FreeBSD-11.0   11.0
+.ds doc-operating-system-FreeBSD-12.0   12.0
 .
 .
 .nr Dx 1



CVS commit: src/external/gpl2/groff/tmac

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jan 14 03:33:10 UTC 2018

Modified Files:
src/external/gpl2/groff/tmac: mdoc.local

Log Message:
Copy-paste a .Dx macro for DragonFly (from .Ox) and add a couple of
FreeBSD versions to make autofs(5) man pages cleanly format with groff.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl2/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.3 src/external/gpl2/groff/tmac/mdoc.local:1.4
--- src/external/gpl2/groff/tmac/mdoc.local:1.3	Sun Jun  4 07:16:34 2017
+++ src/external/gpl2/groff/tmac/mdoc.local	Sun Jan 14 03:33:10 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.3 2017/06/04 07:16:34 snj Exp $
+.\" $NetBSD: mdoc.local,v 1.4 2018/01/14 03:33:10 uwe Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -76,6 +76,66 @@
 .ds doc-operating-system-FreeBSD-7.2   7.2
 .ds doc-operating-system-FreeBSD-8.0   8.0
 .ds doc-operating-system-FreeBSD-9.0   9.0
+.ds doc-operating-system-FreeBSD-10.0   10.0
+.ds doc-operating-system-FreeBSD-10.1   10.1
+.
+.
+.nr Dx 1
+.\" NS Dx user macro
+.\" NS   print DragonFly
+.\" NS
+.\" NS modifies:
+.\" NS   doc-arg-ptr
+.\" NS   doc-curr-font
+.\" NS   doc-curr-size
+.\" NS   doc-macro-name
+.\" NS
+.\" NS local variable:
+.\" NS   doc-str-Dx
+.\" NS   doc-str-Dx1
+.\" NS
+.\" NS width register `Dx' defined above
+.
+.eo
+.de Dx
+.\"backtrace
+.  nr doc-curr-font \n[.f]
+.  nr doc-curr-size \n[.ps]
+.  ds doc-str-Dx \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]
+.
+.  \" default value if no argument
+.  ds doc-str-Dx1 \*[doc-Tn-font-size]\%DragonFly\*[doc-str-Dx]
+.
+.  if !\n[doc-arg-limit] \
+.if \n[.$] \{\
+.  ds doc-macro-name Dx
+.  doc-parse-args \$@
+.\}
+.
+.  if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
+.nr doc-arg-ptr +1
+.ie (\n[doc-type\n[doc-arg-ptr]] == 2) \
+.  as doc-str-Dx1 \~\*[doc-arg\n[doc-arg-ptr]]
+.el \
+.  nr doc-arg-ptr -1
+.  \}
+.
+.  \" replace current argument with result
+.  ds doc-arg\n[doc-arg-ptr] "\*[doc-str-Dx1]
+.  nr doc-type\n[doc-arg-ptr] 2
+.  ds doc-space\n[doc-arg-ptr] "\*[doc-space]
+.
+.  \" recompute space vector for remaining arguments
+.  nr doc-num-args (\n[doc-arg-limit] - \n[doc-arg-ptr])
+.  nr doc-arg-limit \n[doc-arg-ptr]
+.  if \n[doc-num-args] \
+.doc-parse-space-vector
+.
+.  doc-print-recursive
+..
+.ec
+.
+.
 .\" Platforms not yet in groff distribution
 .ds doc-volume-as-amigappc  amigappc
 .ds doc-volume-as-ews4800mips   ews4800mips



CVS commit: src/external/gpl2/groff/tmac/man

2018-01-13 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Jan 13 14:00:51 UTC 2018

Modified Files:
src/external/gpl2/groff/tmac/man: Makefile

Log Message:
Fix trailing whitespace.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/groff/tmac/man/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/man/Makefile
diff -u src/external/gpl2/groff/tmac/man/Makefile:1.1 src/external/gpl2/groff/tmac/man/Makefile:1.2
--- src/external/gpl2/groff/tmac/man/Makefile:1.1	Wed Jan 13 19:02:01 2016
+++ src/external/gpl2/groff/tmac/man/Makefile	Sat Jan 13 14:00:50 2018
@@ -1,17 +1,17 @@
-# $NetBSD: Makefile,v 1.1 2016/01/13 19:02:01 christos Exp $
-  
+# $NetBSD: Makefile,v 1.2 2018/01/13 14:00:50 uwe Exp $
+
 DIST_SUBDIR=tmac
-
+
 .include "${.CURDIR}/../../Makefile.inc"
 
 # For ms.7
-USETBL=   
+USETBL=
 
 MAN=groff_ms.7 groff_man.7 groff_me.7 groff_mdoc.7
 MAN+=   groff_trace.7 groff_www.7
-MLINKS= groff_ms.7 ms.7  
-MLINKS+=groff_man.7 man.7
-MLINKS+=groff_me.7 me.7  
+MLINKS= groff_ms.7 ms.7
+MLINKS+=groff_man.7 man.7
+MLINKS+=groff_me.7 me.7
 MLINKS+=groff_mdoc.7 mdoc.7 groff_mdoc.7 mdoc.samples.7
 
 cleandir: tmac_manclean



CVS commit: src/external/gpl2/groff/tmac

2017-06-04 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jun  4 07:16:34 UTC 2017

Modified Files:
src/external/gpl2/groff/tmac: mdoc.local

Log Message:
8.0 update, and add 9.0 for THE FUTURE


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.2 src/external/gpl2/groff/tmac/mdoc.local:1.3
--- src/external/gpl2/groff/tmac/mdoc.local:1.2	Sun Jan 29 05:12:17 2017
+++ src/external/gpl2/groff/tmac/mdoc.local	Sun Jun  4 07:16:34 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.2 2017/01/29 05:12:17 snj Exp $
+.\" $NetBSD: mdoc.local,v 1.3 2017/06/04 07:16:34 snj Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -44,9 +44,9 @@
 .as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
 .
 .\" Default .Os value
-.ds doc-operating-system NetBSD\~7.0
+.ds doc-operating-system NetBSD\~8.0
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~7.0
+.ds doc-default-operating-system NetBSD\~8.0
 .\" Other known versions, not yet in groff distribution
 .ds doc-operating-system-NetBSD-1.3.3  1.3.3
 .ds doc-operating-system-NetBSD-1.6.3  1.6.3
@@ -63,6 +63,7 @@
 .ds doc-operating-system-NetBSD-7.07.0
 .ds doc-operating-system-NetBSD-7.17.1
 .ds doc-operating-system-NetBSD-8.08.0
+.ds doc-operating-system-NetBSD-9.09.0
 .ds doc-operating-system-FreeBSD-4.11  4.11
 .ds doc-operating-system-FreeBSD-5.4   5.4
 .ds doc-operating-system-FreeBSD-5.5   5.5



CVS commit: src/external/gpl2/groff/tmac

2017-01-28 Thread Soren Jacobsen
Module Name:src
Committed By:   snj
Date:   Sun Jan 29 05:12:17 UTC 2017

Modified Files:
src/external/gpl2/groff/tmac: mdoc.local

Log Message:
add 7.1


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl2/groff/tmac/mdoc.local

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.1 src/external/gpl2/groff/tmac/mdoc.local:1.2
--- src/external/gpl2/groff/tmac/mdoc.local:1.1	Wed Jan 13 19:02:01 2016
+++ src/external/gpl2/groff/tmac/mdoc.local	Sun Jan 29 05:12:17 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.1 2016/01/13 19:02:01 christos Exp $
+.\" $NetBSD: mdoc.local,v 1.2 2017/01/29 05:12:17 snj Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -61,6 +61,7 @@
 .ds doc-operating-system-NetBSD-6.06.0
 .ds doc-operating-system-NetBSD-6.16.1
 .ds doc-operating-system-NetBSD-7.07.0
+.ds doc-operating-system-NetBSD-7.17.1
 .ds doc-operating-system-NetBSD-8.08.0
 .ds doc-operating-system-FreeBSD-4.11  4.11
 .ds doc-operating-system-FreeBSD-5.4   5.4