diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-04 01:11:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-01-04 01:11:27 +0000 |
commit | 75c178d760fcce106641f976840cfe750101b794 (patch) | |
tree | a6e74e08489fd380f0283abf69dafff93ca4a37c /regress/roff/ce/basic.in | |
parent | 9f4d60709725128fb9c4b5cd5918325ff4dd397f (diff) | |
download | mandoc-75c178d760fcce106641f976840cfe750101b794.tar.gz |
test the roff(7) .ce and .rj requests;
they were already supported in the past
Diffstat (limited to 'regress/roff/ce/basic.in')
-rw-r--r-- | regress/roff/ce/basic.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/regress/roff/ce/basic.in b/regress/roff/ce/basic.in new file mode 100644 index 00000000..9930d56b --- /dev/null +++ b/regress/roff/ce/basic.in @@ -0,0 +1,17 @@ +.\" $OpenBSD: basic.in,v 1.1 2019/01/04 01:06:44 schwarze Exp $ +.TH CE-BASIC 1 "January 4, 2019" +.SH NAME +ce-basic \- basic usage of the centering request +.SH DESCRIPTION +initial +text +.ce 2 +Text centered with the .ce request +is not filled. +normal +text +.rj 2 +Text adjusted to the right margin +works in just the same way and isn't filled either. +final +text |