[Midnightbsd-cvs] src [7853] trunk/contrib/groff/tmac/doc.tmac: fix a few minor issues

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 14 11:57:50 EDT 2016


Revision: 7853
          http://svnweb.midnightbsd.org/src/?rev=7853
Author:   laffer1
Date:     2016-09-14 11:57:49 -0400 (Wed, 14 Sep 2016)
Log Message:
-----------
fix a few minor issues

Modified Paths:
--------------
    trunk/contrib/groff/tmac/doc.tmac

Modified: trunk/contrib/groff/tmac/doc.tmac
===================================================================
--- trunk/contrib/groff/tmac/doc.tmac	2016-09-14 15:55:43 UTC (rev 7852)
+++ trunk/contrib/groff/tmac/doc.tmac	2016-09-14 15:57:49 UTC (rev 7853)
@@ -438,7 +438,7 @@
 .      \" last argument
 .      if (\n[doc-reg-dfr1] == 4) \
 .        nop \|\-\c
-.      nop \f[]\s[0]\c
+.      nop \f[\n[doc-curr-font]]\s[\n[doc-curr-size]u]\c
 .      doc-print-and-reset
 .    \}
 .    el \{\
@@ -4268,7 +4268,7 @@
 .      if (\n[doc-arg-limit] > \n[doc-arg-ptr]) \{\
 .        nr doc-reg-Xr (\n[doc-arg-ptr] + 1)
 .        \" modify second argument if it is a string and
-.        \" remove space inbetween
+.        \" remove space in between
 .        if (\n[doc-type\n[doc-reg-Xr]] == 2) \{\
 .          ds doc-arg\n[doc-reg-Xr] \*[lp]\*[doc-arg\n[doc-reg-Xr]]\*[rp]
 .          ds doc-space\n[doc-arg-ptr]
@@ -5091,7 +5091,7 @@
 .
 .
 .\" NS doc-build-func-string macro
-.\" NS   collect function arguments and set hard spaces inbetween
+.\" NS   collect function arguments and set hard spaces in between
 .\" NS
 .\" NS modifies:
 .\" NS   doc-func-arg



More information about the Midnightbsd-cvs mailing list