diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/Makefile | 5 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/link.in | 14 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/link.out_ascii | 12 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.in | 14 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii | 10 | ||||
-rw-r--r-- | regress/usr.bin/mandoc/mdoc/Makefile | 4 |
6 files changed, 57 insertions, 2 deletions
diff --git a/regress/usr.bin/mandoc/mdoc/Lk/Makefile b/regress/usr.bin/mandoc/mdoc/Lk/Makefile new file mode 100644 index 00000000000..11e920e8e69 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Lk/Makefile @@ -0,0 +1,5 @@ +# $OpenBSD: Makefile,v 1.1 2012/07/08 22:48:38 schwarze Exp $ + +REGRESS_TARGETS = link noarg + +.include <bsd.regress.mk> diff --git a/regress/usr.bin/mandoc/mdoc/Lk/link.in b/regress/usr.bin/mandoc/mdoc/Lk/link.in new file mode 100644 index 00000000000..766448a9698 --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Lk/link.in @@ -0,0 +1,14 @@ +.Dd August 8, 2010 +.Dt LK-LINK 1 +.Os OpenBSD +.Sh NAME +.Nm Lk-link +.Nd formatting of hyperlinks +.Sh DESCRIPTION +Here are some web sites of BSD operating systems: +.br +.Lk http://www.freebsd.org/ FreeBSD +.br +.Lk http://www.netbsd.org/ NetBSD +.br +.Lk http://www.openbsd.org/ OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Lk/link.out_ascii b/regress/usr.bin/mandoc/mdoc/Lk/link.out_ascii new file mode 100644 index 00000000000..9fa11cb5aee --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Lk/link.out_ascii @@ -0,0 +1,12 @@ +LK-LINK(1) OpenBSD Reference Manual LK-LINK(1) + +NNAAMMEE + LLkk--lliinnkk - formatting of hyperlinks + +DDEESSCCRRIIPPTTIIOONN + Here are some web sites of BSD operating systems: + _F_r_e_e_B_S_D_: hhttttpp::////wwwwww..ffrreeeebbssdd..oorrgg// + _N_e_t_B_S_D_: hhttttpp::////wwwwww..nneettbbssdd..oorrgg// + _O_p_e_n_B_S_D_: hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg// + +OpenBSD August 8, 2010 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.in b/regress/usr.bin/mandoc/mdoc/Lk/noarg.in new file mode 100644 index 00000000000..068c57f678a --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.in @@ -0,0 +1,14 @@ +.Dd January 19, 2011 +.Dt LK-NOARG 1 +.Os OpenBSD +.Sh NAME +.Nm Lk-noarg +.Nd hyperlink macro without arguments +.Sh DESCRIPTION +two arguments +.Lk http://mdocml.bsd.lv/ mandoc +one argument +.Lk http://www.openbsd.org/ +no argument +.Lk +end of test document diff --git a/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii new file mode 100644 index 00000000000..6a8cc08399f --- /dev/null +++ b/regress/usr.bin/mandoc/mdoc/Lk/noarg.out_ascii @@ -0,0 +1,10 @@ +LK-NOARG(1) OpenBSD Reference Manual LK-NOARG(1) + +NNAAMMEE + LLkk--nnooaarrgg - hyperlink macro without arguments + +DDEESSCCRRIIPPTTIIOONN + two arguments _m_a_n_d_o_c_: hhttttpp::////mmddooccmmll..bbssdd..llvv// one argument + hhttttpp::////wwwwww..ooppeennbbssdd..oorrgg// no argument end of test document + +OpenBSD January 19, 2011 OpenBSD diff --git a/regress/usr.bin/mandoc/mdoc/Makefile b/regress/usr.bin/mandoc/mdoc/Makefile index bbc61f82c50..b1baf23d852 100644 --- a/regress/usr.bin/mandoc/mdoc/Makefile +++ b/regress/usr.bin/mandoc/mdoc/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.20 2012/07/08 18:38:07 schwarze Exp $ +# $OpenBSD: Makefile,v 1.21 2012/07/08 22:48:38 schwarze Exp $ SUBDIR += Ad An Ap Aq Ar At Bd Bk Bl Brq Bx Cd Cm D1 Dl Dq Dv Er Ev Fl Fo -SUBDIR += Ic In Lb Li Ms Mt Nd Nm No Ns Oo Op Ox Pf Pp Qq Rs +SUBDIR += Ic In Lb Lk Li Ms Mt Nd Nm No Ns Oo Op Ox Pf Pp Qq Rs SUBDIR += Sm Sq St Sx Sy Tn Ux Va Vt Xr blank # disabled, mandoc must be fixed: |