summaryrefslogtreecommitdiff
path: root/pocketHelp.md
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-09-17 16:54:23 +0200
committerJonas Smedegaard <dr@jones.dk>2017-09-17 16:57:15 +0200
commit03df6e4a57f72519ea93fb8496a4e4299f55f594 (patch)
treec242c02a66b96a23c43ce44a342e253f912e1e9b /pocketHelp.md
parentac140ea32e6047ed601c26b751ce6f6368575da4 (diff)
Convert ligatures to markdown.
Diffstat (limited to 'pocketHelp.md')
-rw-r--r--pocketHelp.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/pocketHelp.md b/pocketHelp.md
index 36772b0..27e3a40 100644
--- a/pocketHelp.md
+++ b/pocketHelp.md
@@ -37,7 +37,7 @@
---
-## find <abbr class="amp" title="and">&amp;</abbr> open
+## find <abbr class="amp" title="and">&</abbr> open
<span class="micro">list all files recursively in subdomains</span>
`find .`
@@ -64,7 +64,7 @@
---
-## move, remove <abbr class="amp" title="and">&amp;</abbr> copy
+## move, remove <abbr class="amp" title="and">&</abbr> copy
<span class="micro">move or rename a file or directory</span>
`mv oldname newname`
@@ -119,7 +119,7 @@
---
-## subversion <abbr class="amp" title="and">&amp;</abbr> download
+## subversion <abbr class="amp" title="and">&</abbr> download
<span class="micro">is this directory checked out from svn? and where?</span>
`svn info`
@@ -143,7 +143,7 @@
---
-## help <abbr class="amp" title="and">&amp;</abbr> information
+## help <abbr class="amp" title="and">&</abbr> information
<span class="micro">run any command as root</span>
`sudo your-command-here`