summaryrefslogtreecommitdiff
path: root/man/groff_differences.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/groff_differences.man')
-rwxr-xr-xman/groff_differences.man18
1 files changed, 18 insertions, 0 deletions
diff --git a/man/groff_differences.man b/man/groff_differences.man
index 960cd44d..0dd9e98e 100755
--- a/man/groff_differences.man
+++ b/man/groff_differences.man
@@ -2207,6 +2207,24 @@ The
request can now map characters onto
.BR \e~ .
.
+.P
+It is now possible to have whitespace between the first and second dot (or
+the name of the ending macro) to end a macro definition.
+Example:
+.
+.IP
+.NE 6v+\n(.Vu
+.ft B
+.nf
+\&.de foo
+\&. nop Hello, I'm `foo'.
+\&. nop I will now define `bar'.
+\&. de bar
+\&. nop Hello, I'm `bar'.
+\&. .
+\&..
+.fi
+.
.
.\" --------------------------------------------------------------------
.SH Incompatibilities