commit: a6fabc01bf59f66fe7ad4675f74180ab991aad1e
parent 2e1288ad482b3bf8a93ec242b808f27a54ae4542
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 14 May 2017 05:46:23 +0200
articles/ed: Correct typo (terminal errors) and rewrite bits
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/articles/ed.html b/articles/ed.html
@@ -4,9 +4,9 @@
 	<li>It’s a too much simple and so powerfull ed-tor (pun intended)
 	<li>It’s blazzingly fast (as fast as your terminal actually), which is something I need as I use slow RS232 ones or shit connections(hotspots :3) with SSH
 	<li>If you know sed and/or vi you know ed
-	<li>Iâ€t’s accessible to everyone, even blind people, without modifications whatsoever (thanks to line-oriented editing)
-	<li>You can screen/copy/â€capture/… the whole session, no more TUI madness
-	<li>Make patches that can actually be pasted directly in ed (even if I think I’ll stick to the well-known/larryWall one. Also means you can paste the editing session of one file to another
+	<li>It’s accessible to everyone, even blind people, without modifications whatsoever (thanks to line-oriented editing)
+	<li>You can screen/copy/capture/… the whole session, no more TUI madness
+	<li>Make patches/sessions that can actually be pasted directly in ed (even if I think I’ll stick to the well-known/larryWall one when sharing), try to paste diffs in other editors. :)
 	<li>ED IS THE STANDARD EDITOR (actually vi is too, but only in latest(2008) POSIX)
 </ul>
 <p>Note: From ed, with love; Also, I’m not trolling here, appart from the "standard editor" part</p>