diff options
author | 2014-07-07 11:34:41 +0000 | |
---|---|---|
committer | 2014-07-07 11:34:41 +0000 | |
commit | 803e587631923e9bc55c3e4b772fae1304ab73e3 (patch) | |
tree | 178aee499a3343e305ee4139488c491d1de00cce /share/man/man7 | |
parent | Allow to enable profiling at runtime and fix timings output. (diff) | |
download | wireguard-openbsd-803e587631923e9bc55c3e4b772fae1304ab73e3.tar.xz wireguard-openbsd-803e587631923e9bc55c3e4b772fae1304ab73e3.zip |
implement .dei and .ami
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index 577817788fb..ef2c03ae4bf 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.33 2014/04/08 01:36:50 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.34 2014/07/07 11:34:41 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013, 2014 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: April 8 2014 $ +.Dd $Mdocdate: July 7 2014 $ .Dt ROFF 7 .Os .Sh NAME @@ -407,24 +407,21 @@ and the number of arguments is not checked. Append to a macro definition. The syntax of this request is the same as that of .Sx \&de . -It is currently ignored by -.Xr mandoc 1 , -as are its children. .Ss \&ami Append to a macro definition, specifying the macro name indirectly. The syntax of this request is the same as that of .Sx \&dei . -It is currently ignored by -.Xr mandoc 1 , -as are its children. .Ss \&am1 Append to a macro definition, switching roff compatibility mode off during macro execution. The syntax of this request is the same as that of .Sx \&de1 . -It is currently ignored by -.Xr mandoc 1 , -as are its children. +Since +.Xr mandoc 1 +does not implement +.Nm +compatibility mode at all, it handles this request as an alias for +.Sx \&am . .Ss \&as Append to a user-defined string. The syntax of this request is the same as that of @@ -552,9 +549,13 @@ Define a macro, specifying the macro name indirectly. The syntax of this request is the same as that of .Sx \&de . -It is currently ignored by -.Xr mandoc 1 , -as are its children. +The request +.Pp +.D1 Pf . Cm \&dei Ar name Op Ar end +.Pp +has the same effect as: +.Pp +.D1 Pf . Cm \&de No \e* Ns Bo Ar name Bc Op \e* Ns Bq Ar end .Ss \&de1 Define a .Nm |