diff --git a/src/hr.1 b/src/hr.1 new file mode 100644 index 0000000..119b84d --- /dev/null +++ b/src/hr.1 @@ -0,0 +1,24 @@ +.\" vim: set filetype=groff: +.TH HR 1 "2023-02-13" "hr 0.1.0" +.SH NAME +hr - A horizontal ruler for your terminal. +.SH SYNOPSYS +.SY hr +.BI [ string ]... +.YS +.SH DESCRIPTION +.PP +Print line with passed characters till the end of terminal window. +.SH EXAMPLES +.EX +$ hr + +++++++++++++++++++++++++++++++++++++++++++++++++ +$ hr x0 +x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0x0 +$ hr = + = +================================================ +------------------------------------------------ +================================================ +.EE +.SH SEE ALSO +.BR ncurses (3X) diff --git a/src/hr.1.rst b/src/hr.1.rst deleted file mode 100644 index 5dd68d0..0000000 --- a/src/hr.1.rst +++ /dev/null @@ -1,44 +0,0 @@ -== -hr -== - ------------------------------------- -A horizontal ruler for your terminal ------------------------------------- - -:Author: ge -:Copyright: Unlicense -:Date: 2022 Jul 20 -:Manual section: 1 -:Version: baf 0.1.0 - -SYNOPSIS -======== - -hr ... - -DESCRIPTION -=========== - -Print line with passed characters till the end of terminal window. - -EXAMPLES -======== - -:: - - $ hr '*' - *************************************** - - $ hr '#--' - #--#--#--#--#--#--#--#--#--#--#--#--#-- - - $ hr + - + - ++++++++++++++++++++++++++++++++++++++++ - ---------------------------------------- - ++++++++++++++++++++++++++++++++++++++++ - -SEE ALSO -======== - -``ncurses``\(3X)