diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-14 19:39:06 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2017-06-14 19:39:06 +0000 |
commit | 8a17ba6805f280b144fae94dc77afdb82937f077 (patch) | |
tree | 332e03641f691a0e963104fea8856972692c68cb /share | |
parent | 3ee29d46e68db11d3e3bd6c3b4b72b882e982c34 (diff) |
simple implementation of the roff(7) .als (macro alias) request,
sufficient for pages using po4a(1)
Diffstat (limited to 'share')
-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 |