diff options
author | 2017-05-07 21:44:33 +0000 | |
---|---|---|
committer | 2017-05-07 21:44:33 +0000 | |
commit | 8ea764d3c6784b4c56149a53db58300fe9dacf88 (patch) | |
tree | fe8a973406aeb7a96601affaaa305d8c52439405 /share/man/man7/man.7 | |
parent | Up to now, tmux sees \033\033[OA as M-Up and since we turned on (diff) | |
download | wireguard-openbsd-8ea764d3c6784b4c56149a53db58300fe9dacf88.tar.xz wireguard-openbsd-8ea764d3c6784b4c56149a53db58300fe9dacf88.zip |
implement .DT in terms of .ta; needed for print/ghostview, for example
Diffstat (limited to 'share/man/man7/man.7')
-rw-r--r-- | share/man/man7/man.7 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/share/man/man7/man.7 b/share/man/man7/man.7 index af25bbae330..6d7031d7241 100644 --- a/share/man/man7/man.7 +++ b/share/man/man7/man.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: man.7,v 1.46 2017/05/05 15:54:28 schwarze Exp $ +.\" $OpenBSD: man.7,v 1.47 2017/05/07 21:44:33 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2011-2015 Ingo Schwarze <schwarze@openbsd.org> @@ -16,7 +16,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: May 5 2017 $ +.Dd $Mdocdate: May 7 2017 $ .Dt MAN 7 .Os .Sh NAME @@ -348,8 +348,12 @@ See also and .Sx \&IR . .Ss \&DT -Has no effect. -Included for compatibility. +Restore the default tabulator positions. +They are at intervals of 0.5 inches. +This has no effect unless the tabulator positions were changed with the +.Xr roff 7 +.Ic \&ta +request. .Ss \&EE This is a non-standard GNU extension, included only for compatibility. In |