diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/limbo/limbo.ms | 9 | ||||
| -rw-r--r-- | doc/limbo/limbo.pdf | bin | 158824 -> 159031 bytes | |||
| -rw-r--r-- | doc/limbo/mkfile | 4 | ||||
| -rw-r--r-- | doc/limbotk/mkfile | 2 | ||||
| -rw-r--r-- | doc/mkfile | 2 |
5 files changed, 12 insertions, 5 deletions
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 Binary files differindex e385dfd3..dc2a65b8 100644 --- a/doc/limbo/limbo.pdf +++ b/doc/limbo/limbo.pdf 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 @@ -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 |
