diff options
author | 2011-01-25 00:37:39 +0000 | |
---|---|---|
committer | 2011-01-25 00:37:39 +0000 | |
commit | 7f05d21f33214ac08440bb4cdb235c3fa16a6d1e (patch) | |
tree | d25c0d0d00e054cb665af62e2309eebda56a217b /share/man/man7/man.7 | |
parent | Ignore .ns (no-space mode), .ps (change point size), .ta (tab control) (diff) | |
download | wireguard-openbsd-7f05d21f33214ac08440bb4cdb235c3fa16a6d1e.tar.xz wireguard-openbsd-7f05d21f33214ac08440bb4cdb235c3fa16a6d1e.zip |
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/man.7')
-rw-r--r-- | share/man/man7/man.7 | 7 |
1 files changed, 2 insertions, 5 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. |