groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: mdoc(7): improve output of .At 32v


From: Ingo Schwarze
Subject: [groff] 01/01: mdoc(7): improve output of .At 32v
Date: Sat, 4 Sep 2021 16:11:56 -0400 (EDT)

schwarze pushed a commit to branch master
in repository groff.

commit 21d307286a3f82ba9ddf91fa3fc0a2932a4d7c4c
Author: наб <nabijaczleweli@nabijaczleweli.xyz>
AuthorDate: Wed Sep 1 19:06:56 2021 +0200

    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.
    
    Patch from nabijaczleweli at nabijaczleweli dot xyz.
    Closes <https://savannah.gnu.org/bugs/?61104>.
    OK gbranden@
---
 tmac/mdoc/doc-syms | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tmac/mdoc/doc-syms b/tmac/mdoc/doc-syms
index 665ddb3..4712e89 100644
--- a/tmac/mdoc/doc-syms
+++ b/tmac/mdoc/doc-syms
@@ -191,8 +191,8 @@
 .\" NS width register 'At' defined in doc-common
 .
 .eo
-.ds doc-str-At-32v \&Version\~32V
-.as doc-str-At-32v " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
+.ds doc-str-At-32v \&Version\~7
+.as doc-str-At-32v " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]/32V
 .ds doc-str-At-v1  \&Version\~1
 .as doc-str-At-v1  " \*[doc-Tn-font-size]AT&T UNIX\*[doc-str-At]
 .ds doc-str-At-v2  \&Version\~2



reply via email to

[Prev in Thread] Current Thread [Next in Thread]