diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 15:24:36 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-04 15:24:36 +0000 |
commit | 2ab7deeb36296dfb6dee301dc3560af24219a22f (patch) | |
tree | 4bc8a91cabb31cc075ec6a68a99c34ef3bd823f8 /regress/eqn/subsup | |
parent | 75fcdc8f6e5fb48e822f9835879d7bfbfcddab03 (diff) | |
download | mandoc-2ab7deeb36296dfb6dee301dc3560af24219a22f.tar.gz |
Messages of the -Wbase level now print STYLE:. Since this
causes horrible churn anyway, profit of the opportunity to stop
excessive testing, such that this is hopefully the last instance
of such churn. Consistently use OpenBSD RCS tags, blank .Os,
blank fourth .TH argument, and Mdocdate like everywhere else.
Use -Ios=OpenBSD for platform-independent predictable output.
Diffstat (limited to 'regress/eqn/subsup')
-rw-r--r-- | regress/eqn/subsup/combine.in | 5 | ||||
-rw-r--r-- | regress/eqn/subsup/combine.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/subsup/noarg.in | 5 | ||||
-rw-r--r-- | regress/eqn/subsup/noarg.out_ascii | 2 | ||||
-rw-r--r-- | regress/eqn/subsup/sub_group.in | 5 | ||||
-rw-r--r-- | regress/eqn/subsup/sub_group.out_ascii | 2 |
6 files changed, 12 insertions, 9 deletions
diff --git a/regress/eqn/subsup/combine.in b/regress/eqn/subsup/combine.in index 1fdedd4e..de27c40c 100644 --- a/regress/eqn/subsup/combine.in +++ b/regress/eqn/subsup/combine.in @@ -1,6 +1,7 @@ -.Dd October 10, 2014 +.\" $OpenBSD: combine.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $ +.Dd $Mdocdate$ .Dt SUBSUP-COMBINE 1 -.Os OpenBSD +.Os .Sh NAME .Nm subsup-combine .Nd combination of subscripts and superscripts diff --git a/regress/eqn/subsup/combine.out_ascii b/regress/eqn/subsup/combine.out_ascii index 1eaeb504..8812f6f6 100644 --- a/regress/eqn/subsup/combine.out_ascii +++ b/regress/eqn/subsup/combine.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN initial text _x_1^2 + _e^_x_2 final text -OpenBSD October 10, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/eqn/subsup/noarg.in b/regress/eqn/subsup/noarg.in index adc32d8f..0790013d 100644 --- a/regress/eqn/subsup/noarg.in +++ b/regress/eqn/subsup/noarg.in @@ -1,6 +1,7 @@ -.Dd January 1, 2015 +.\" $OpenBSD: noarg.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $ +.Dd $Mdocdate$ .Dt SUBSUP-NOARG 1 -.Os OpenBSD +.Os .Sh NAME .Nm subsup-noarg .Nd empty subscripts and superscripts diff --git a/regress/eqn/subsup/noarg.out_ascii b/regress/eqn/subsup/noarg.out_ascii index a0e8cbd1..d5b87b24 100644 --- a/regress/eqn/subsup/noarg.out_ascii +++ b/regress/eqn/subsup/noarg.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN initial text _x_1^^ final text -OpenBSD January 1, 2015 OpenBSD +OpenBSD July 4, 2017 OpenBSD diff --git a/regress/eqn/subsup/sub_group.in b/regress/eqn/subsup/sub_group.in index 67a2de2b..2f0bf3b8 100644 --- a/regress/eqn/subsup/sub_group.in +++ b/regress/eqn/subsup/sub_group.in @@ -1,6 +1,7 @@ -.Dd October 10, 2014 +.\" $OpenBSD: sub_group.in,v 1.2 2017/07/04 14:53:23 schwarze Exp $ +.Dd $Mdocdate$ .Dt SUBSUP-SUB_GROUP 1 -.Os OpenBSD +.Os .Sh NAME .Nm subsup-sub_group .Nd grouping of subscripts diff --git a/regress/eqn/subsup/sub_group.out_ascii b/regress/eqn/subsup/sub_group.out_ascii index 0ffd31c9..85e3568a 100644 --- a/regress/eqn/subsup/sub_group.out_ascii +++ b/regress/eqn/subsup/sub_group.out_ascii @@ -6,4 +6,4 @@ NNAAMMEE DDEESSCCRRIIPPTTIIOONN initial text _x__i + _x__j_1 + (_M__i)__j final text -OpenBSD October 10, 2014 OpenBSD +OpenBSD July 4, 2017 OpenBSD |