]> git.cameronkatri.com Git - mandoc.git/commitdiff
Oops: get rid of stray whitespace. VERSION_1_10_9
authorKristaps Dzonsons <kristaps@bsd.lv>
Fri, 7 Jan 2011 15:07:21 +0000 (15:07 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Fri, 7 Jan 2011 15:07:21 +0000 (15:07 +0000)
mdoc.3

diff --git a/mdoc.3 b/mdoc.3
index c19b301757a7ad15e70ce8ab21253dd51c85f549..1a2fc9bac05438d6c8efe7c5b30e5564fd6b2caa 100644 (file)
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\"    $Id: mdoc.3,v 1.54 2011/01/03 13:55:26 kristaps Exp $
+.\"    $Id: mdoc.3,v 1.55 2011/01/07 15:07:21 kristaps Exp $
 .\"
 .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: January 3 2011 $
+.Dd $Mdocdate: January 7 2011 $
 .Dt MDOC 3
 .Os
 .Sh NAME
@@ -34,7 +34,7 @@
 .Vt extern const char * const * mdoc_macronames;
 .Vt extern const char * const * mdoc_argnames;
 .Ft int
-.Fo mdoc_addspan 
+.Fo mdoc_addspan
 .Fa "struct mdoc *mdoc"
 .Fa "const struct tbl_span *span"
 .Fc