]> git.cameronkatri.com Git - mandoc.git/commit
mdoc(7): improve output of .At 32v
authorIngo Schwarze <schwarze@openbsd.org>
Sat, 4 Sep 2021 20:26:43 +0000 (20:26 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sat, 4 Sep 2021 20:26:43 +0000 (20:26 +0000)
commit89296a7030e3184bce7334c323327de7453570ce
tree270a5f721b185216c909870fcf9fc5da2205afe2
parent846fca47260fb505ce05b37709aab0ec564e5aa9
mdoc(7): improve output of .At 32v

The official designation by AT&T was "UNIX/32V", so use that in the output.
That also makes sense because "system/architecture" is a widespread
convention to refer to the port of an operating system to a specific
architecture, in this case 32V (32bit DEC VAX).

The former wording "Version 32V AT&T UNIX" was misleading
because 32V is not a version number.

Even though UNIX/32V was not officially designated as Version 7 by AT&T,
prepend "Version 7" because it was in fact a straightforward port of
Version 7 AT&T UNIX.  That makes it easier to understand for 21st
century readers of manual pages.

Suggested by nabijaczleweli at nabijaczleweli dot xyz.
Same change as in GNU troff commit 21d30728.
OK  G dot Branden dot Robinson at gmail dot com  (gbranden@ in groff)
att.c