diff options
author | 2017-06-14 19:39:05 +0000 | |
---|---|---|
committer | 2017-06-14 19:39:05 +0000 | |
commit | 0856de670912912cf1e9fc766ca8b128fc340f4d (patch) | |
tree | 303c755d6d70e6ec73abffce7934424907fbc28f /share/man/man7 | |
parent | sync (diff) | |
download | wireguard-openbsd-0856de670912912cf1e9fc766ca8b128fc340f4d.tar.xz wireguard-openbsd-0856de670912912cf1e9fc766ca8b128fc340f4d.zip |
simple implementation of the roff(7) .als (macro alias) request,
sufficient for pages using po4a(1)
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/roff.7 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man7/roff.7 b/share/man/man7/roff.7 index a1934569593..0bdb963f7b7 100644 --- a/share/man/man7/roff.7 +++ b/share/man/man7/roff.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: roff.7,v 1.70 2017/06/14 14:01:34 schwarze Exp $ +.\" $OpenBSD: roff.7,v 1.71 2017/06/14 19:39:05 schwarze Exp $ .\" .\" Copyright (c) 2010, 2011, 2012 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010,2011,2013-2015,2017 Ingo Schwarze <schwarze@openbsd.org> @@ -410,7 +410,6 @@ Create an alias for a number register. Currently unsupported. .It Ic \&als Ar newname oldname Create an alias for a request, string, macro, or diversion. -Currently unsupported. .It Ic \&am Ar macroname Op Ar endmacro Append to a macro definition. The syntax of this request is the same as that of |