[man] add ed - notes - a console notes manager using git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Tags
 (DIR) LICENSE
       ---
 (DIR) commit 66f54856c28fc4c4d379fc48cd45b3243263c4d6
 (DIR) parent cee1836f8f24b0630210aa0958dafe10821ab764
 (HTM) Author: Solene Rapenne <solene@perso.pw>
       Date:   Sat, 14 Jul 2018 12:09:21 +0200
       
       [man] add ed
       
       Diffstat:
         M notes.1                             |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/notes.1 b/notes.1
       @@ -57,8 +57,10 @@ in the following order:
        .Xr vim 1
        ,
        .Xr emacs 1
       +,
       +.Xr vi 1
        and will default to
       -.Xr vi 1 if none of the previous is found.
       +.Xr ed 1 if none of the previous is found.
        
        The edit parameter can be used if you need to edit a file which name correspond to a
        .Nm
       @@ -100,5 +102,5 @@ The
        .Nm
        program was written by
        .An Solène Rapenne Aq Mt solene@perso.pw
       -and
       +with contributions from
        .An Quentin Rameau