summaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.1
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-26 19:30:50 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-26 19:30:50 +0000
commit4ee5ec3698a304598530c7c4ca11688a07ad186c (patch)
tree3585961405f2169e0c631f63ed0fd6e40813709d /mandoc.1
parentd698ff9124845b3e4cbfdf6e55f180724b9c0d80 (diff)
downloadmandoc-4ee5ec3698a304598530c7c4ca11688a07ad186c.tar.gz
mandoc-4ee5ec3698a304598530c7c4ca11688a07ad186c.tar.zst
mandoc-4ee5ec3698a304598530c7c4ca11688a07ad186c.zip
Removed POSIX.1 COMPATIBILITY note in mdoc.7.
Noted that \~ doesn't work in mandoc.1 (thanks uqs@sporlein.net).
Diffstat (limited to 'mandoc.1')
-rw-r--r--mandoc.116
1 files changed, 12 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index c7235e2e..78d52545 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -1,4 +1,4 @@
-.\" $Id: mandoc.1,v 1.28 2009/07/24 14:00:59 kristaps Exp $
+.\" $Id: mandoc.1,v 1.29 2009/07/26 19:30:50 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: July 24 2009 $
+.Dd $Mdocdate: July 26 2009 $
.Dt MANDOC 1
.Os
.\" SECTION
@@ -263,6 +263,12 @@ compatibility with
.Xr groff 1 .
.Pp
.Bl -bullet -compact
+.\" LIST-ITEM
+.It
+The
+.Sq \e~
+special character doesn't produce expected behaviour.
+.\" LIST-ITEM
.It
In
.Xr groff 1 ,
@@ -272,6 +278,7 @@ macro does not underline when under a
.Sq \&It .
This behaves correctly in
.Nm .
+.\" LIST-ITEM
.It
A list or display following
.Sq \&Ss
@@ -281,12 +288,13 @@ does not assert a prior vertical break, just as it doesn't with
The \-literal and \-unfilled
.Sq \&Bd
displays types are synonyms, as are \-filled and \-ragged.
+.\" LIST-ITEM
.It
Words aren't hyphenated.
+.\" LIST-ITEM
.It
In normal mode (not a literal block), blocks of spaces aren't preserved,
-so double spaces following sentence closure are reduced to a single space
-.Pq Dq French spacing .
+so double spaces following sentence closure are reduced to a single space.
.El
.\" SECTION
.Sh SEE ALSO