diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-01-25 00:37:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-01-25 00:37:40 +0000 |
commit | 68f56acb665b2d7edb1811628b84f446c4a6ab42 (patch) | |
tree | 36fec6afa44a5c29a83126d465839d36db5de6bc /share/man/man7 | |
parent | e5de70714f38c1efdaa9ed5fc4f1122f722f3549 (diff) |
As noticed by deraadt@, it goes without saying that text files
on a UNIX system use UNIX conventions, and UNIX tools working
on them expect that.
ok jmc@
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/man.7 | 7 | ||||
-rw-r--r-- | share/man/man7/mdoc.7 | 7 | ||||
-rw-r--r-- | share/man/man7/roff.7 | 8 |
3 files changed, 6 insertions, 16 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index c3ac040f920..5075e5992f2 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.15 2011/01/24 23:13:56 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.16 2011/01/25 00:37:39 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" @@ -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: January 24 2011 $ +.Dd $Mdocdate: January 25 2011 $ .Dt MAN 7 .Os .Sh NAME @@ -53,9 +53,6 @@ Other lines are interpreted within the current state. .Nm documents may contain only graphable 7-bit ASCII characters, the space character, and the tab character. -All manuals must have -.Ux -line termination. .Pp Blank lines are acceptable; where found, the output will assert a vertical space. diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 9fb37416c20..24f8616fd47 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.62 2011/01/22 14:05:28 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.63 2011/01/25 00:37:39 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 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 22 2011 $ +.Dd $Mdocdate: January 25 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -52,9 +52,6 @@ Other lines are interpreted within the current state. .Nm documents may contain only graphable 7-bit ASCII characters, the space character, and, in certain circumstances, the tab character. -All manuals must have -.Ux -line terminators. .Pp If the first character of a line is a space, that line is printed with a leading newline. diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index b1dc80dc889..e261d3ceca1 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.9 2011/01/24 23:13:56 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.10 2011/01/25 00:37:39 schwarze Exp $ .\" .\" Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 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 24 2011 $ +.Dd $Mdocdate: January 25 2011 $ .Dt ROFF 7 .Os .Sh NAME @@ -57,10 +57,6 @@ To produce other characters in the output, use the escape sequences documented in the .Xr mandoc_char 7 manual. -.Pp -All manuals must have -.Ux -line terminators. .Sh REQUEST SYNTAX A request or macro line consists of: .Pp |