diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 18:47:54 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-05-29 18:47:54 +0000 |
commit | 9556337196fc2bcc77b1327d58828a073ca49879 (patch) | |
tree | 137bbeeb6c506d7ff53fd9c4c8f6901e5e3c0cac /regress/mdoc/Li/empty2.in | |
parent | b3536e4d2b9fcb0daf7141c545883a7d2b442e33 (diff) | |
download | mandoc-9556337196fc2bcc77b1327d58828a073ca49879.tar.gz |
Commit of patch floated on discuss@ a few days ago: if an in_line scope
has not been opened and closing punctuation is encountered AND the macro
is marked as accepting no-content (or `Li'), then open an empty scope.
Added regression tests for `Fl' and `Li' testing this behaviour.
Also, squeeze hyph0.in tests into the last characters of each line so
that groff doesn't hyphenate and break the test.
Diffstat (limited to 'regress/mdoc/Li/empty2.in')
-rw-r--r-- | regress/mdoc/Li/empty2.in | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/regress/mdoc/Li/empty2.in b/regress/mdoc/Li/empty2.in new file mode 100644 index 00000000..2986f0f6 --- /dev/null +++ b/regress/mdoc/Li/empty2.in @@ -0,0 +1,40 @@ +.\" $OpenBSD: bgpd.conf.5,v 1.88 2008/03/22 08:38:38 claudio Exp $ +.\" +.\" Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> +.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> +.\" Copyright (c) 2002 Daniel Hartmeier <dhartmei@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate$ +.Dt BGPD.CONF 5 +.Os +.Sh NAME +.Nm bgpd.conf +.Nd Border Gateway Protocol daemon configuration file +.Sh DESCRIPTION +The +.Ar address Ns Li / Ns Ar prefix +.Pp +.Ar as-number Ns Li \&: Ns Ar local +.Pp +.Ar as-number Ns Li : Ns Ar local , +.Pp +.Ar address Ns Li / Ns Ar len +.Pp +.Ar address Ns Li / Ns Ar len +.Pp +.Ar as-number Ns Li : Ns Ar local +.Pp +.Ar as-number Ns Li : Ns Ar local , +where |