source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: test the roff(7) .ce and .rj requests; they were already
Date: Thu, 3 Jan 2019 20:11:30 -0500 (EST)	[thread overview]
Message-ID: <05f94af86495d871@fantadrom.bsd.lv> (raw)

Log Message:
-----------
test the roff(7) .ce and .rj requests;
they were already supported in the past

Modified Files:
--------------
    mandoc/regress/roff:
        Makefile

Added Files:
-----------
    mandoc/regress/roff/ce:
        Makefile
        basic.in
        basic.out_ascii

Revision Data
-------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/roff/Makefile,v
retrieving revision 1.8
retrieving revision 1.9
diff -Lregress/roff/Makefile -Lregress/roff/Makefile -u -p -r1.8 -r1.9
--- regress/roff/Makefile
+++ regress/roff/Makefile
@@ -1,7 +1,7 @@
-# $OpenBSD: Makefile,v 1.27 2018/08/25 16:46:28 schwarze Exp $
+# $OpenBSD: Makefile,v 1.28 2019/01/04 01:06:44 schwarze Exp $
 
 SUBDIR  = args cond esc scale string
-SUBDIR += br cc char de ds ft ig it ll na nr po ps
+SUBDIR += br cc ce char de ds ft ig it ll na nr po ps
 SUBDIR += return rm rn shift sp ta ti tr while
 
 .include "../Makefile.sub"
--- /dev/null
+++ regress/roff/ce/Makefile
@@ -0,0 +1,5 @@
+# $OpenBSD: Makefile,v 1.1 2019/01/04 01:06:44 schwarze Exp $
+
+REGRESS_TARGETS	 = basic
+
+.include <bsd.regress.mk>
--- /dev/null
+++ regress/roff/ce/basic.out_ascii
@@ -0,0 +1,19 @@
+CE-BASIC(1)                 General Commands Manual                CE-BASIC(1)
+
+
+
+N\bNA\bAM\bME\bE
+       ce-basic - basic usage of the centering request
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+       initial text
+                         Text centered with the .ce request
+                                   is not filled.
+       normal text
+                                             Text adjusted to the right margin
+                           works in just the same way and isn't filled either.
+       final text
+
+
+
+OpenBSD                         January 4, 2019                    CE-BASIC(1)
--- /dev/null
+++ 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
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

                 reply	other threads:[~2019-01-04  1:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05f94af86495d871@fantadrom.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).