summaryrefslogtreecommitdiffstatshomepage
path: root/mdocterm.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-02 17:29:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-02 17:29:16 +0000
commit1e85c3949ce76b81aa8b89f634e30797ddc81cc8 (patch)
tree94023f59de54c2900c60d1b1369cf956e8470fb8 /mdocterm.1
parent162ce81d3a61862bea3503763f631cf91bd28023 (diff)
downloadmandoc-1e85c3949ce76b81aa8b89f634e30797ddc81cc8.tar.gz
mandoc-1e85c3949ce76b81aa8b89f634e30797ddc81cc8.tar.zst
mandoc-1e85c3949ce76b81aa8b89f634e30797ddc81cc8.zip
Noted lacking areas in mdocterm.1.
Put styles into symtab (for real this time).
Diffstat (limited to 'mdocterm.1')
-rw-r--r--mdocterm.123
1 files changed, 21 insertions, 2 deletions
diff --git a/mdocterm.1 b/mdocterm.1
index f350c336..49250d59 100644
--- a/mdocterm.1
+++ b/mdocterm.1
@@ -1,4 +1,4 @@
-.\" $Id: mdocterm.1,v 1.8 2009/02/27 10:55:16 kristaps Exp $
+.\" $Id: mdocterm.1,v 1.9 2009/03/02 17:29:16 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -16,7 +16,7 @@
.\" TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
.\" PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 27 2009 $
+.Dd $Mdocdate: March 2 2009 $
.Dt mdocmterm 1
.Os
.\" SECTION
@@ -220,3 +220,22 @@ See
.Xr mdoc 3
for a list of bugs, caveats, and incomplete macros regarding the
document parse.
+.Pp
+The
+.Nm
+utility doesn't yet know how to display the following:
+.Pp
+.Bl -bullet -compact
+.It
+Only \-bullet , \-dash , \-enum , \-hyphen , \-tag and \-ohang
+.Sq \&Bl
+lists are supported.
+.It
+The \-literal and \-unfilled
+.Sq \&Bd
+displays only accept text contents.
+.It
+The
+.Sq \&Xo/Xc
+pair isn't supported (and never will be).
+.El