Fix the man page curs_border(3), which should describe the function box() as passing both the verch and horch parameter twice. Currently, it incorrectly states that they are passed only once.
Signed-off-by: Jakub Horký <[email protected]> --- man/curs_border.3x | 2 ++ 1 file changed, 2 insertions(+) diff --git a/man/curs_border.3x b/man/curs_border.3x index f5664251..55d978cc 100644 --- a/man/curs_border.3x +++ b/man/curs_border.3x @@ -150,6 +150,8 @@ is shorthand for .RB \%\*(`` wborder(\c .IB win , .IB verch , +.IB verch , +.IB horch , .IB horch , .BR "0, 0, 0, 0)" "\*(''." .PP base-commit: 27bdf816cb98ead8c749ca4535ff888af5cd279e -- 2.43.0
