diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 14:45:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-03-08 14:45:55 +0000 |
commit | 8534cbf2dae8829993602168a26069f7ff98758c (patch) | |
tree | 508cd5368de6c33e7f7f3d1db1c21499f5f0d434 /regress/mdoc/Sm | |
parent | 62f910cc343a816f86aa11097418b5bc136bb70f (diff) | |
download | mandoc-8534cbf2dae8829993602168a26069f7ff98758c.tar.gz |
enable -T markdown tests of filled displays and tagged lists
Diffstat (limited to 'regress/mdoc/Sm')
-rw-r--r-- | regress/mdoc/Sm/Makefile | 2 | ||||
-rw-r--r-- | regress/mdoc/Sm/scope.out_markdown | 31 |
2 files changed, 32 insertions, 1 deletions
diff --git a/regress/mdoc/Sm/Makefile b/regress/mdoc/Sm/Makefile index a79ee73b..d6feafe0 100644 --- a/regress/mdoc/Sm/Makefile +++ b/regress/mdoc/Sm/Makefile @@ -2,7 +2,7 @@ REGRESS_TARGETS = noarg badarg scope spacing-No spacing-Op twoarg LINT_TARGETS = badarg twoarg -MARKDOWN_TARGETS = noarg badarg spacing-No spacing-Op twoarg +MARKDOWN_TARGETS = noarg badarg scope spacing-No spacing-Op twoarg SKIP_TMAN ?= scope diff --git a/regress/mdoc/Sm/scope.out_markdown b/regress/mdoc/Sm/scope.out_markdown new file mode 100644 index 00000000..e184ee52 --- /dev/null +++ b/regress/mdoc/Sm/scope.out_markdown @@ -0,0 +1,31 @@ +SM-SCOPE(1) - General Commands Manual + +# NAME + +**Sm-scope** - scope of the spacing macro + +# DESCRIPTION + +Using an abbreviated example from the +ksh(1) +manual. + +Modifiers can be applied to the +${*name*} +form of parameter substitution: + +${*name*:-*word*} + +> If +> *name* +> is set and not +> `NULL`, +> it is substituted; otherwise, +> *word* +> is substituted. + +In the above modifiers, the +'`:`' +can be omitted, ... + +OpenBSD - January 2, 2010 |