aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/regress/roff/de/startde.out_ascii
diff options
context:
space:
mode:
Diffstat (limited to 'regress/roff/de/startde.out_ascii')
-rw-r--r--regress/roff/de/startde.out_ascii15
1 files changed, 15 insertions, 0 deletions
diff --git a/regress/roff/de/startde.out_ascii b/regress/roff/de/startde.out_ascii
new file mode 100644
index 00000000..05b58e8c
--- /dev/null
+++ b/regress/roff/de/startde.out_ascii
@@ -0,0 +1,15 @@
+DE-STARTDE(1) General Commands Manual DE-STARTDE(1)
+
+NNAAMMEE
+ ddee--ssttaarrttddee - macro starting a macro definition, but not ending it
+
+DDEESSCCRRIIPPTTIIOONN
+ define outer macro: outer scope ended; outer macro now defined.
+
+ call outer macro: outer macro called; define inner macro: inner scope
+ ended; inner macro now defined.
+
+ call inner macro: inner macro called; end outer scope. returned from
+ call of outer macro; end inner scope. returned from call of inner macro.
+
+OpenBSD December 30, 2014 OpenBSD