summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 15:07:21 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-07 15:07:21 +0000
commiteffb3fd0d7b810aeb8fc9e327ad6645d9c4e7f7c (patch)
tree9099b567edacdb19a4045f7f2c532ca584b35044
parent3d53bc0f504bfa821a250cb8c824f1a71d3fa18b (diff)
downloadmandoc-VERSION_1_10_9.tar.gz
mandoc-VERSION_1_10_9.tar.zst
mandoc-VERSION_1_10_9.zip
Oops: get rid of stray whitespace.VERSION_1_10_9
-rw-r--r--mdoc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.3 b/mdoc.3
index c19b3017..1a2fc9ba 100644
--- 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