From 57f77c200a922cb0605b19e4b87d3c8931dd568a Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 14 Jun 2017 13:00:31 +0000 Subject: implement roff(7) .rj (right justify) request --- roff.7 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roff.7') diff --git a/roff.7 b/roff.7 index 5bf16141..5905ce06 100644 --- a/roff.7 +++ b/roff.7 @@ -1477,7 +1477,9 @@ This is a Heirloom extension and currently ignored. Justify the next .Ar N input lines to the right margin without filling. -Currently ignored. +.Ar N +defaults to 1. +An argument of 0 or less ends right adjustment. .It Ic \&rm Ar macroname Remove a request, macro or string. .It Ic \&rn Ar oldname newname -- cgit