summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--doc/groff.texinfo5
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff616eca..14259a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-17 Werner LEMBERG <wl@gnu.org>
+
+ * doc/groff.texinfo: Improve documentation of .cf request.
+
2008-01-19 Werner LEMBERG <wl@gnu.org>
* src/preproc/html/pre-html.cpp (usage): Don't describe options but
@@ -5535,7 +5539,7 @@ Version 1.19.1 released
2003-08-23 Stephen Gildea <http://www.gildea.com/stephen>
- * src/preproc/ref/ref.cpp (reference::compute_sort_key): Always
+ * src/preproc/refer/ref.cpp (reference::compute_sort_key): Always
insert SORT_SEP. With certain combinations of sort specifications,
refer sorted entries in the wrong order. In particular, entries
with a missing field should be be sorted before all entries that
diff --git a/doc/groff.texinfo b/doc/groff.texinfo
index 3473dd36..637a3dad 100644
--- a/doc/groff.texinfo
+++ b/doc/groff.texinfo
@@ -13091,10 +13091,15 @@ considered a bug.
@cindex @code{trf} request, and invalid characters
@cindex characters, invalid for @code{trf} request
@cindex invalid characters for @code{trf} request
+
While @code{cf} copies the contents of @var{file} completely unprocessed,
@code{trf} disallows characters such as NUL that are not valid
@code{gtroff} input characters (@pxref{Identifiers}).
+For @code{cf}, within a diversion, `completely unprocessed' means that
+each line of a file to be inserted is handled as if it were preceded by
+@code{\!\\!}.
+
Both requests cause a line break.
@endDefreq