diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-31 21:51:34 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-31 21:51:34 +0000 |
commit | 4a692b383d095b1f539b196c0e129750c055ff3f (patch) | |
tree | 490c77b69ca1b2f0daf6aa1f7ea86a186a81092d /share/man | |
parent | 3899aa7d9f9840170b2e9994620915755836cb36 (diff) |
document .in; from kristaps@
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man7/man.7 | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index 0eeccf059f6..2004e92ea02 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.4 2010/07/26 20:49:12 jmc Exp $ +.\" $OpenBSD: man.7,v 1.5 2010/07/31 21:51:33 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: July 26 2010 $ +.Dd $Mdocdate: July 31 2010 $ .Dt MAN 7 .Os .Sh NAME @@ -424,6 +424,7 @@ The syntax is as follows: .It Sx \&br Ta 0 Ta current Ta compat .It Sx \&fi Ta 0 Ta current Ta compat .It Sx \&i Ta n Ta current Ta compat +.It Sx \&in Ta 1 Ta current Ta compat .It Sx \&na Ta 0 Ta current Ta compat .It Sx \&nf Ta 0 Ta current Ta compat .It Sx \&r Ta 0 Ta current Ta compat @@ -850,6 +851,16 @@ See also .Sx \&b , and .Sx \&r . +.Ss \&in +Indent relative to the current indentation: +.Pp +.D1 Pf \. Sx \&in Op Cm width +.Pp +If +.Cm width +is signed, the new offset is relative. +Otherwise, it is absolute. +This value is reset upon the next paragraph, section, or sub-section. .Ss \&na Don't align to the right margin. .Ss \&nf |