aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-18 10:32:00 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-18 10:32:00 +0000
commite100896ec287b69a49978cc7502276f0759544b0 (patch)
tree42153c653b231d86d04266fc491c6fd101db5f4c /man.7
parent78e476a84b5b848e06913e55ae4c965faffa0358 (diff)
downloadmandoc-e100896ec287b69a49978cc7502276f0759544b0.tar.gz
mandoc-e100896ec287b69a49978cc7502276f0759544b0.tar.zst
mandoc-e100896ec287b69a49978cc7502276f0759544b0.zip
Added -fno-ign-chars support to libman.
man_validate.c checks for non-tab/isprint words. libman hashtable fixed (was ignoring .br). Added ncount field to man_node, deprecating count() functions. Documented use of tabs in man.7.
Diffstat (limited to 'man.7')
-rw-r--r--man.710
1 files changed, 6 insertions, 4 deletions
diff --git a/man.7 b/man.7
index fa473867..42ab6e57 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.13 2009/06/16 19:13:28 kristaps Exp $
+.\" $Id: man.7,v 1.14 2009/06/18 10:32:00 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -14,7 +14,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: June 16 2009 $
+.Dd $Mdocdate: June 18 2009 $
.Dt MAN 7
.Os
.\" SECTION
@@ -52,9 +52,11 @@ Other lines are interpreted within the current state.
.\" SECTION
.Sh INPUT ENCODING
.Nm
-documents may contain only graphable 7-bit ASCII characters and the
+documents may contain only graphable 7-bit ASCII characters, the
space character
-.Sq \ .
+.Sq \ ,
+and tabs
+.Sq \et .
All manuals must have
.Ux
.Sq \en