[man] add ed - notes - a console notes manager using git | |
Log | |
Files | |
Refs | |
Tags | |
LICENSE | |
--- | |
commit 66f54856c28fc4c4d379fc48cd45b3243263c4d6 | |
parent cee1836f8f24b0630210aa0958dafe10821ab764 | |
Author: Solene Rapenne <[email protected]> | |
Date: Sat, 14 Jul 2018 12:09:21 +0200 | |
[man] add ed | |
Diffstat: | |
M notes.1 | 6 ++++-- | |
1 file changed, 4 insertions(+), 2 deletions(-) | |
--- | |
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 correspon… | |
.Nm | |
@@ -100,5 +102,5 @@ The | |
.Nm | |
program was written by | |
.An Solène Rapenne Aq Mt [email protected] | |
-and | |
+with contributions from | |
.An Quentin Rameau |