aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-01-21 02:32:39 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-01-21 02:32:39 +0000
commit5d0a6a3dde9b1be9a0d4b91df936289aec6b292b (patch)
tree0358496ea53f35b6dc31f8a296a2021c99db1b89 /mandoc.1
parentcc5f1bc629499695bca49f16851355d09d5468f2 (diff)
downloadmandoc-5d0a6a3dde9b1be9a0d4b91df936289aec6b292b.tar.gz
mandoc-5d0a6a3dde9b1be9a0d4b91df936289aec6b292b.tar.zst
mandoc-5d0a6a3dde9b1be9a0d4b91df936289aec6b292b.zip
bug was fixed, delete the BUGS section
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.113
1 files changed, 2 insertions, 11 deletions
diff --git a/mandoc.1 b/mandoc.1
index a6738ef6..946955a6 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.170 2017/01/12 17:29:33 schwarze Exp $
+.\" $Id: mandoc.1,v 1.171 2017/01/21 02:32:39 schwarze Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2012, 2014-2017 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 12 2017 $
+.Dd $Mdocdate: January 21 2017 $
.Dt MANDOC 1
.Os
.Sh NAME
@@ -1840,12 +1840,3 @@ utility was written by
.An Kristaps Dzonsons Aq Mt kristaps@bsd.lv
and is maintained by
.An Ingo Schwarze Aq Mt schwarze@openbsd.org .
-.Sh BUGS
-In
-.Fl T Cm html ,
-the maximum size of an element attribute is determined by
-.Dv BUFSIZ ,
-which is usually 1024 bytes.
-Be aware of this when setting long link
-formats such as
-.Fl O Cm style Ns = Ns Ar really/long/link .