On Sat, 2020-05-23 at 21:01 +0300, Timo Juhani Lindfors wrote:
> # HG changeset patch
> # User Timo Juhani Lindfors <tim...@ik...>
> # Date 1590255451 -10800
> # Sat May 23 20:37:31 2020 +0300
> # Branch fix/manpage-syntax1
> # Node ID 21e7be142605955977ea1e36b781f313058da8c9
> # Parent 2f505db817e62cf84a6a83649d259520e5915e24
> Fix man page syntax error
>
> Previously man docs/man/lcp2_crtpol.8 >/dev/null printed
>
> an-old.tmac: <standard input>: line 22: 'R' is a string (producing the registered sign), not a macro.
>
> Signed-off-by: Timo Juhani Lindfors <tim...@ik...>
>
> diff -r 2f505db817e6 -r 21e7be142605 docs/man/lcp2_crtpol.8
> --- a/docs/man/lcp2_crtpol.8 Wed May 20 10:48:26 2020 +0200
> +++ b/docs/man/lcp2_crtpol.8 Sat May 23 20:37:31 2020 +0300
> @@ -19,7 +19,7 @@
> .IR <pol_ctrl> ]
> .B --pol
> .I <POLICY\ FILE>
> -.R [ --data
> +.RB [ --data
> .IR <POLICY\ DATA\ FILE> ]
> .RB [ --mask
> .IR mask ]
>
>
Merged.
Thanks,
Lukasz
|