diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-26 21:30:04 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-26 21:30:04 +0000 |
commit | cc95d1129d0eafeb7202eb0fb5362ccd319924f1 (patch) | |
tree | b2aa5738bfd0c40a3e67d7a5d8675b19ee313fb2 /share | |
parent | b33564d93efa2b98ed56334a37a0ad8deedb3d2f (diff) |
note that section macro end literal mode;
from kristaps@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man7/man.7 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 5f8465e0939..2be53d7c4bd 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.23 2011/09/20 22:46:45 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.24 2011/09/26 21:30:03 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: September 20 2011 $ +.Dd $Mdocdate: September 26 2011 $ .Dt MAN 7 .Os .Sh NAME @@ -975,6 +975,10 @@ Begin literal mode: all subsequent free-form lines have their end of line boundaries preserved. May be ended by .Sx \&fi . +Literal mode is implicitly ended by +.Sx \&SH +or +.Sx \&SS . .Ss \&sp Insert vertical spaces into output with the following syntax: .Bd -filled -offset indent |