From 206f9e43e96bf726ab97d932c4f1d0f5b07ad2cb Mon Sep 17 00:00:00 2001 From: PatR Date: Sat, 14 Apr 2018 19:21:04 -0700 Subject: [PATCH] doc/tmac.n: UNIX trademark The 'roff Guidebook's first reference to UNIX includes a footnote with the trademark notice. Several subsequent ones do not. I think that's ok; I think the '.ux' macro even keeps track and only issues it once. But the extra ones aren't currently using '.ux' and probably should in order to get the '(tm)' character. I'll leave that for someone else.... The history section mentions quite a few trademarked names. I hope that the blanket "brand and product names are trademarks or registered trademarks of their respective holders" is sufficient for them. --- doc/tmac.n | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/tmac.n b/doc/tmac.n index 270a78a06..f56339d05 100644 --- a/doc/tmac.n +++ b/doc/tmac.n @@ -53,6 +53,13 @@ .\" occurred when the the "fo" trap position was reset just beneath .\" the current line; the footnote overflow trap would kick in and .\" never be closed. +.\" ********** +.\" Version 1.6.361 April 15, 2018 +.\" The version distributed with NetHack 3.6.1 has changed the +.\" trademark notice for "UNIX"(tm) [ux macro] to reflect current +.\" ownership: The Open Group. [The pd and vx macros are also long +.\" out of date: DEC -> Compaq -> HP -> ? but haven't been changed; +.\" need confirmation that Hewlett Packard is the current owner.] .\" .\" .\" ********** @@ -618,7 +625,8 @@ . nr ux +1 \" mark footnote as dropped \\&\\$2\\s-1UNIX\\s0\\*(rg\\$1 . fn \" put out the footnote -\\&\\*(rgUNIX is a registered trademark of AT&T. +.\" was "\\&\\*(rgUNIX is a registered trademark of AT&T." +\\&\\*(rgUNIX is a registered trademark of The Open Group. . ef \" short and sweet ... .\} .. -- 2.40.0