tve.1: change to mandoc - ve - a minimal text editor (work in progress)
 (HTM) git clone git://src.adamsgaard.dk/ve
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit a20f8559210705b54a3e757ffcd92517737dcb96
 (DIR) parent 44013c4f34444bc8230daf0fcec464f2ea5baebe
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 24 Jan 2021 15:30:28 +0100
       
       ve.1: change to mandoc
       
       Diffstat:
         M ve.1                                |      61 ++++++++++++++++---------------
       
       1 file changed, 31 insertions(+), 30 deletions(-)
       ---
 (DIR) diff --git a/ve.1 b/ve.1
       t@@ -1,31 +1,33 @@
       -.TH VE 1 ve\-VERSION
       -.SH NAME
       -ve \- minimal text editor
       -.SH SYNOPSIS
       -.B ve
       -.RB [ \-h ]
       -.RB [ \-v ]
       -.RI [ "file ..." ]
       -.SH DESCRIPTION
       -.B ve
       +.Dd $Mdocdate$
       +.Dt VE 1
       +.Os
       +.Sh NAME
       +.Nm ve
       +.Nd tiny modal text editor
       +.Sh SYNOPSIS
       +.Nm
       +.Op Fl h
       +.Op Fl v
       +.Op file ...
       +.Sh DESCRIPTION
       +.Nm
        is a tiny text editor with a vi-like user interface.
       -.SH OPTIONS
       -.TP
       -.B \-h
       -shows help and exits.
       -.TP
       -.B \-v
       -shows version and license information, then exits.
       -.SH USAGE
       -.TP
       -.B i
       +.Pp
       +The arguments are as follows:
       +.Bl -tag -width Ds
       +.It Fl h
       +show help and exit.
       +.It Fl v
       +show version and license information, then exit.
       +.El
       +.Sh USAGE
       +.Bl -tag -width Ds
       +.It i
        enter INSERT mode
       -
       -.SH SEE ALSO
       -.BR vi(1),
       -.BR vim(1)
       -.BR vis(1)
       -.SH BUGS
       -Please report found bugs at https://gitlab.com/admesg/ve/issues
       -.SH AUTHOR
       -Anders Damsgaard (anders@adamsgaard.dk)
       -\ No newline at end of file
       +.El
       +.Sh SEE ALSO
       +.Xr vi 1 ,
       +.Xr vim 1 ,
       +.Xr vis 1
       +.Sh AUTHORS
       +.An Anders Damsgaard Aq Mt anders@adamsgaard.dk