commit: 6a30522bcc52594315b61d6953cec6092a90d2c6
parent d38bf18d9927c7f6270963e6c45fbaf35ba60e85
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 25 Aug 2018 02:22:44 +0200
ed.{s,}html: fix syntax
Still done in ed(1)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
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>
diff --git a/articles/ed.shtml b/articles/ed.shtml
@@ -2,7 +2,7 @@
<html lang="en">
<head>
<!--#include file="/templates/head.shtml" -->
- <title>ed â — Cyber-home of lanodan</title>
+ <title>ed — Cyber-home of lanodan</title>
<link type="application/rss+xml" href="/rss" title="flux RSS" rel="alternate"/>
</head>
<body>