From 5f89fe4c9f1077ef9e4c5e1a6756b3a74a26214e Mon Sep 17 00:00:00 2001 From: wlemb Date: Sun, 24 Jun 2001 13:03:26 +0000 Subject: * doc/homepage.ms: Don't include arkup.tmac (which no longer exists) but www.tmac. * doc/pic.ms: Fix typos. --- ChangeLog | 9 +++++++++ doc/homepage.ms | 2 +- doc/pic.ms | 8 ++++---- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5ed48ea5..295f3d7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2001-06-24 Werner LEMBERG + + * doc/homepage.ms: Don't include arkup.tmac (which no longer exists) + but www.tmac. + * doc/pic.ms: Fix typos. + +Version 1.17.1 released +======================= + 2001-06-21 Golubev I. N. * aclocal.m4 (GROFF_NEED_DECLARATION): Fix inclusion of strings.h. diff --git a/doc/homepage.ms b/doc/homepage.ms index 00da216f..038f9d4f 100755 --- a/doc/homepage.ms +++ b/doc/homepage.ms @@ -4,7 +4,7 @@ .\" .\" To make it work with other output devices also, we include arkup.tmac .\" directly. -.mso arkup.tmac +.mso www.tmac .\" .LP .\" diff --git a/doc/pic.ms b/doc/pic.ms index a38d58fb..627a84f5 100644 --- a/doc/pic.ms +++ b/doc/pic.ms @@ -10,7 +10,7 @@ .\" This document was written for free use and redistribution by .\" Eric S. Raymond in August 1995. .\" -.\" $Id: pic.ms,v 1.3 2001/04/13 17:11:32 wlemb Exp $ +.\" $Id: pic.ms,v 1.4 2001/06/24 13:03:27 wlemb Exp $ .\" .\" Set a proper TeX .ie t .ds tx T\h'-.1667m'\v'.224m'E\v'-.224m'\h'-.125m'X @@ -1507,7 +1507,7 @@ macro argument parsing is not token-oriented. If you call \fBjumper( If you want to pass in a coordinate pair, you can avoid getting tripped up by the comma by wrapping the pair in parentheses. .PP -Macros persist through pictures. To undefine a mcro, say \fBundef\fP +Macros persist through pictures. To undefine a macro, say \fBundef\fP \fIname\fR; for example, .DS \f(CWundef jumper\fP @@ -1554,7 +1554,7 @@ source up to the next .PE. In either of the \fBcopy\fP commands, GNU \fBgpic\fP permits a trailing `\fBuntil\fP \fIword\fP' clause to be added which terminates the copy when the first word matches the argument (the default -behavior is therefore equivalent to \fBuntil .PE\fP, +behavior is therefore equivalent to \fBuntil .PE\fP). .PP Accordingly, the command .RS @@ -2390,7 +2390,7 @@ text (not including the braces). The macro may be called as .DE .LP The arguments (if any) will be substituted for tokens $1, $2 ... $n -appearing in the replacement text. To undefine a mcro, say \fBundef\fP +appearing in the replacement text. To undefine a macro, say \fBundef\fP \fIname\fR, specifying the name to be undefined. .\"%%POSTLUDE%% .NH 1 -- cgit v1.2.1