diff options
author | wl <wl> | 2011-10-08 09:11:21 +0000 |
---|---|---|
committer | wl <wl> | 2011-10-08 09:11:21 +0000 |
commit | e60da0ca3a1bc028485d83500fdeaf74dc35f191 (patch) | |
tree | 89d584ac75fb80b47b862d2b7ecd0afdcd65ffdd /tmac/doc.tmac | |
parent | 5247ff63d9928759429a8efcfbef0f2d0d8001c5 (diff) | |
download | groff-e60da0ca3a1bc028485d83500fdeaf74dc35f191.tar.gz |
Fix typos.
Found by Kevin Lyda <kevin@ie.suberic.net>.
Diffstat (limited to 'tmac/doc.tmac')
-rw-r--r-- | tmac/doc.tmac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmac/doc.tmac b/tmac/doc.tmac index c1c32dc2..0bb7f301 100644 --- a/tmac/doc.tmac +++ b/tmac/doc.tmac @@ -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 |