commit: 2f42b307227cf0b92638e362cca3aa3a253ba630
parent b0abc68716358b1b022c6d03193131e53251d39f
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Fri, 23 Jun 2017 17:56:51 +0200
articles/ed: Fix syntax
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/articles/ed.html b/articles/ed.html
@@ -7,7 +7,7 @@
<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>You have what made grep(1) in your editor. (<code>g/<code>regex<code/p</code>)
+ <li>You have what made grep(1) in your editor. (<code>g/</code>regex<code/p</code>)
<li>Remember how your current $EDITOR is hard to learn? POSIX defines only 29 commands, and there is about half that can be forgotten (compared to like ~1% for vim)
<li>ED IS THE STANDARD EDITOR (actually vi is too, but only in latest(2008) POSIX)
</ul>