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

Annotation of mandoc/regress/mdoc/Rs/break.in, Revision 1.2

1.2     ! schwarze    1: .\" $OpenBSD: break.in,v 1.5 2017/07/04 14:53:26 schwarze Exp $
        !             2: .Dd $Mdocdate: July 4 2017 $
1.1       schwarze    3: .Dt RS-BREAK 1
1.2     ! schwarze    4: .Os
1.1       schwarze    5: .Sh NAME
                      6: .Nm Rs-break
                      7: .Nd line break before reference start
                      8: .Sh DESCRIPTION
                      9: reference on the same line:
                     10: .Rs
                     11: .%A author
                     12: .%J journal
                     13: .%N 42
                     14: .Re
                     15: .Sh SEE ALSO
                     16: reference after a blank line:
                     17: .Rs
                     18: .%A author
                     19: .%J journal
                     20: .%N 42
                     21: .Re
                     22: .Sh SEE Em ALSO
                     23: reference after a blank line:
                     24: .Rs
                     25: .%A author
                     26: .%J journal
                     27: .%N 42
                     28: .Re

CVSweb