diff options
Diffstat (limited to 'regress/mdoc/Rs')
-rw-r--r-- | regress/mdoc/Rs/one_author.in | 15 | ||||
-rw-r--r-- | regress/mdoc/Rs/three_authors.in | 17 | ||||
-rw-r--r-- | regress/mdoc/Rs/two_authors.in | 16 |
3 files changed, 0 insertions, 48 deletions
diff --git a/regress/mdoc/Rs/one_author.in b/regress/mdoc/Rs/one_author.in deleted file mode 100644 index 98934ec0..00000000 --- a/regress/mdoc/Rs/one_author.in +++ /dev/null @@ -1,15 +0,0 @@ -.Dd May 1, 2009 -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -blah blah -.Pp -.Rs -.%A joe -.%T title -.Re -.Pp -and so on diff --git a/regress/mdoc/Rs/three_authors.in b/regress/mdoc/Rs/three_authors.in deleted file mode 100644 index 245023c5..00000000 --- a/regress/mdoc/Rs/three_authors.in +++ /dev/null @@ -1,17 +0,0 @@ -.Dd May 1, 2009 -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -blah blah -.Pp -.Rs -.%A billy-bob -.%A joe -.%A frank -.%T title -.Re -.Pp -and so on diff --git a/regress/mdoc/Rs/two_authors.in b/regress/mdoc/Rs/two_authors.in deleted file mode 100644 index d1a74f27..00000000 --- a/regress/mdoc/Rs/two_authors.in +++ /dev/null @@ -1,16 +0,0 @@ -.Dd May 1, 2009 -.Dt FOO 1 -.Os -.Sh NAME -.Nm foo -.Nd bar -.Sh DESCRIPTION -blah blah -.Pp -.Rs -.%A joe -.%A frank -.%T title -.Re -.Pp -and so on |