URI: 
       typos - notes - a console notes manager using git
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR LICENSE
       ---
   DIR commit 9ae53dab5cc029fd0bdb6aa122ae7f9e90259241
   DIR parent 5b8d8d6280ab1db93048b40558176d3ccc7d5615
  HTML Author: Solene Rapenne <solene@perso.pw>
       Date:   Fri, 13 Jul 2018 23:11:16 +0200
       
       typos
       
       Diffstat:
         M notes.1                             |      20 +++++++++++++-------
       
       1 file changed, 13 insertions(+), 7 deletions(-)
       ---
   DIR diff --git a/notes.1 b/notes.1
       @@ -15,7 +15,7 @@
        is a shell script to ease plain-text notes taking and keeping history of editions with git.
        .Pp
        .Nm
       -helps working on plain text files inside a folder versionned with git. It provides commands
       +helps working on plain text files inside a directory versioned with git. It provides commands
        to display last modified files, history of a file, start a text editor for editing. Every time
        .Nm
        is called to edit a file, changes are commited.
       @@ -60,7 +60,7 @@ in the following order:
        and will default to
        .Xr vi 1 if none of the previous is found.
        .It Nm Cm init
       -Initialize the git repository using the command 
       +Initialise the git repository using the command
        .Ql git --init
        .It Nm Cm help
        display the usage help
       @@ -73,19 +73,25 @@ and commit the deletion within git.
        .Sh FILES
        .Bl -tag -width "~/notes" -compact
        .It Pa ~/notes
       -default folder where
       +default directory where
        .Nm
        will create a git repository.
        .Sh ENVIRONMENT
        .Bl -tag -width REPO
        .It Ev REPO
       -The folder where
       +The directory where
        .Nm
       -will work from. It will override the default folder or allows to takes
       -notes in differents repositories.
       +will work from. It will override the default directory or allows to takes
       +notes in different repositories.
        .Sh EXIT 
        .Ex -std notes
        .Sh SEE ALSO
        .Xr git 1
       -.Xr colortree 1
        .Xr tig 1
       +.Xr colortree 1
       +.Sh Authors
       +.An -nosplit
       +The
       +.Nm
       +program was written by
       +.An Solène Rapenne Aq Mt solene@perso.pw