summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:12:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:12:03 +0000
commit3d925827cd8e2a4546ab0dbbe79cba9b7044cb20 (patch)
treeab2fcbde4c7e14d1650cfb89b724166fd726ee3d /mandoc.1
parentdd0b45a5cfe0f7770ab784d9d8a039c2afce10e6 (diff)
downloadmandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.tar.gz
mandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.tar.zst
mandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.zip
Bumped version.VERSION_1_7_19
Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY.
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.162
1 files changed, 27 insertions, 35 deletions
diff --git a/mandoc.1 b/mandoc.1
index 3d1dc3cd..73c82ce4 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.19 2009/06/15 09:35:16 kristaps Exp $
+.\" $Id: mandoc.1,v 1.20 2009/06/17 19:12:03 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 15 2009 $
+.Dd $Mdocdate: June 17 2009 $
.Dt MANDOC 1
.Os
.\" SECTION
@@ -239,11 +239,33 @@ To page manuals to the terminal:
.Pp
.D1 % mandoc mandoc.1 mdoc.3 mdoc.7 | less
.\" SECTION
+.Sh COMPATIBILITY
+This section summarises
+.Nm
+compatibility with
+.Xr groff 1 .
+.Pp
+.Bl -bullet -compact
+.It
+A list or display following
+.Sq \&.Ss
+does not assert a prior vertical break, just as it doesn't with
+.Sq \&.Sh .
+.\" LIST-ITEM
+.It
+The \-literal and \-unfilled
+.Sq \&.Bd
+displays types are synonyms, as are \-filled and \-ragged.
+.\" LIST-ITEM
+.It
+Words aren't hyphenated.
+.El
+.\" SECTION
.Sh SEE ALSO
.Xr mandoc_char 7 ,
.Xr mdoc 7 ,
.Xr man 7
-.\"
+.\" SECTION
.Sh AUTHORS
The
.Nm
@@ -253,37 +275,7 @@ utility was written by
.Sh CAVEATS
The
.Nm
-utility in
-.Fl T Ns Ar ascii
-mode doesn't yet know how to display the following:
-.Pp
-.Bl -bullet -compact
-.It
-The \-hang
-.Sq \&.Bl
-list is not yet supported.
-.El
+utility doesn't yet know how to display \-hang lists.
.Pp
Other macros still aren't supported by virtue of nobody complaining
-about their absence. Please report any omissions: this is a work in
-progress.
-.Pp
-The following list documents differences between traditional
-.Xr nroff 1
-output and
-.Nm :
-.Pp
-.Bl -bullet -compact
-.It
-A list of display following
-.Sq \&.Ss
-does not assert a prior vertical break, just as it doesn't with
-.Sq \&.Sh .
-.It
-Special characters don't follow the current font style.
-.\" LIST-ITEM
-.It
-The \-literal and \-unfilled
-.Sq \&.Bd
-displays types are synonyms, as are \-filled and \-ragged.
-.El
+about their absence.