Replace RST with MAN

This commit is contained in:
ge 2023-02-13 23:09:47 +03:00
parent c67a0e78eb
commit 6a25349999
2 changed files with 24 additions and 44 deletions

24
src/hr.1 Normal file
View File

@ -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)

View File

@ -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 <string>...
DESCRIPTION
===========
Print line with passed characters till the end of terminal window.
EXAMPLES
========
::
$ hr '*'
***************************************
$ hr '#--'
#--#--#--#--#--#--#--#--#--#--#--#--#--
$ hr + - +
++++++++++++++++++++++++++++++++++++++++
----------------------------------------
++++++++++++++++++++++++++++++++++++++++
SEE ALSO
========
``ncurses``\(3X)