[BACK]Return to break.out_ascii CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc / regress / mdoc / Bk

Annotation of mandoc/regress/mdoc/Bk/break.out_ascii, Revision 1.3

1.1       schwarze    1: BK-BREAK(1)                 General Commands Manual                BK-BREAK(1)
                      2:
                      3: NNAAMMEE
                      4:      BBkk--bbrreeaakk - handling of word keeps
                      5:
                      6: DDEESSCCRRIIPPTTIIOONN
                      7:      Even though it is called a word keep, it will not keep words together in
                      8:      free-form text.  However, even the noop macro
                      9:      is sufficient to let the keep take effect.  Even text generated in pre-
                     10:      handlers must be kept together with the text following it:
                     11:      one(1) and two(2) should be on the same line.
                     12:
                     13:      Including the whole output line into the keep is not required, including
                     14:      just the macros to be kept together is sufficient:
                     15:
                     16:      BBkk--bbrreeaakk _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x
                     17:      [o _a]
                     18:
                     19:      BBkk--bbrreeaakk _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x _x
                     20:      [o _a]
                     21:
                     22:      Even text printed without spacing must be kept together with the text
                     23:      following it:
                     24:
                     25:      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x
                     26:      _x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x, _x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x)
                     27:
                     28:      xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x _x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x, _x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x_x)
                     29:
1.3     ! schwarze   30: OpenBSD                          July 4, 2017                      BK-BREAK(1)

CVSweb