From efbaac87ed5df1764747ea89043475db86c52e19 Mon Sep 17 00:00:00 2001 From: forsyth Date: Fri, 30 Dec 2011 18:56:40 +0000 Subject: 20111222-0900 --- doc/limbo/limbo.ms | 9 ++++++++- doc/limbo/limbo.pdf | Bin 158824 -> 159031 bytes doc/limbo/mkfile | 4 ++-- doc/limbotk/mkfile | 2 +- doc/mkfile | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/limbo/limbo.ms b/doc/limbo/limbo.ms index 213372c8..feda59fa 100644 --- a/doc/limbo/limbo.ms +++ b/doc/limbo/limbo.ms @@ -438,7 +438,14 @@ quotes. They cannot extend across source lines. The same escape sequences listed above for character constants are usable within string constants. -Strings have type +.PP +Raw (uninterpreted) string constants are sequences of Unicode characters +contained in backquotes. +They can extend across source lines and thus include newlines. +They contain no character escapes. +The only character that cannot appear inside an uninterpreted string is a backquote, because that delimits the string. +.PP +Both forms of string constant have type .CW string . .NH 3 The nil constant diff --git a/doc/limbo/limbo.pdf b/doc/limbo/limbo.pdf index e385dfd3..dc2a65b8 100644 Binary files a/doc/limbo/limbo.pdf and b/doc/limbo/limbo.pdf differ diff --git a/doc/limbo/mkfile b/doc/limbo/mkfile index 39cd3ee5..ce43ab56 100644 --- a/doc/limbo/mkfile +++ b/doc/limbo/mkfile @@ -3,10 +3,10 @@ all:V: limbo.pdf addendum.pdf limbo.ps:D: limbo.ms limbo.rc synsum mkfile - rc limbo.rc | troff -mpm | lp -d stdout >limbo.ps + rc limbo.rc | troff -mpm | dpost >limbo.ps %.pdf: %.ps ps2pdf <$stem.ps >$stem.pdf addendum.ps:D: addendum.ms mkfile - cat addendum.ms |troff -mpm | lp -d stdout >$target + cat addendum.ms |troff -mpm | dpost >$target diff --git a/doc/limbotk/mkfile b/doc/limbotk/mkfile index c33c14f8..decc062d 100644 --- a/doc/limbotk/mkfile +++ b/doc/limbotk/mkfile @@ -1,7 +1,7 @@ <../fonts.pal tk.ps:D: tk.ms f1.ps f2.ps mkfile - {echo $FONTS; cat tk.ms} | tbl | troff -mpm -mpictures | lp -d stdout >$target + {echo $FONTS; cat tk.ms} | tbl | troff -mpm -mpictures | dpost >$target #%.ps: %.gif mkfile # fb/gif2pic $stem.gif | fb/pic2ps -c >$stem.ps #%.ps: %.gif mkfile diff --git a/doc/mkfile b/doc/mkfile index bd2f0bb2..95216939 100644 --- a/doc/mkfile +++ b/doc/mkfile @@ -61,7 +61,7 @@ title.ps:D: title troff $prereq | lp -dstdout > $target changes.ps:D: changes.ms - tbl changes.ms | troff -ms | lp -d stdout >$target + tbl changes.ms | troff -ms | dpost >$target %.pdf: %.ps ps2pdf <$stem.ps >$stem.pdf -- cgit v1.2.3