aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-05 22:23:08 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-05 22:23:08 +0200
commit4effc3f74539226a183d158f89f15f726949ecec (patch)
tree8da2efd09085dc1f1de11ca1cedea8e84b83c09e
parentbc533773d1f99371894a3c6e4e7870f73712ec9b (diff)
downloadsebastiano.tronto.net-4effc3f74539226a183d158f89f15f726949ecec.tar.gz
sebastiano.tronto.net-4effc3f74539226a183d158f89f15f726949ecec.zip
Fixed title
-rw-r--r--src/blog/2022-09-05-man-col/man-col.md2
-rw-r--r--src/blog/blog.md2
-rw-r--r--src/blog/feed.xml4
3 files changed, 4 insertions, 4 deletions
diff --git a/src/blog/2022-09-05-man-col/man-col.md b/src/blog/2022-09-05-man-col/man-col.md
index e5f1b44..21c148f 100644
--- a/src/blog/2022-09-05-man-col/man-col.md
+++ b/src/blog/2022-09-05-man-col/man-col.md
@@ -1,4 +1,4 @@
1# Pipe man into col -b to get rid of ^H 1# Pipe man into col -b to get rid of \^H
2 2
3The man page reading club is returning soon. In the meantime, 3The man page reading club is returning soon. In the meantime,
4here is a short post on a trick related to `man` itself that I skipped in the 4here is a short post on a trick related to `man` itself that I skipped in the
diff --git a/src/blog/blog.md b/src/blog/blog.md
index 0da77e0..41008ec 100644
--- a/src/blog/blog.md
+++ b/src/blog/blog.md
@@ -2,7 +2,7 @@
2 2
3[RSS Feed](feed.xml) 3[RSS Feed](feed.xml)
4 4
5* 2022-09-05 [Pipe man into col -b to get rid of ^H](2022-09-05-man-col) 5* 2022-09-05 [Pipe man into col -b to get rid of \^H](2022-09-05-man-col)
6* 2022-08-14 [How I update my website](2022-08-14-website) 6* 2022-08-14 [How I update my website](2022-08-14-website)
7* 2022-07-07 [The man page reading club: shutdown(8)](2022-07-07-shutdown) 7* 2022-07-07 [The man page reading club: shutdown(8)](2022-07-07-shutdown)
8* 2022-06-12 [The UNIX shell as an IDE: look stuff up with sed](2022-06-12-shell-ide-sed) 8* 2022-06-12 [The UNIX shell as an IDE: look stuff up with sed](2022-06-12-shell-ide-sed)
diff --git a/src/blog/feed.xml b/src/blog/feed.xml
index 9596fb7..6c4a0a3 100644
--- a/src/blog/feed.xml
+++ b/src/blog/feed.xml
@@ -9,9 +9,9 @@ Thoughts about software, computers and whatever I feel like sharing
9</description> 9</description>
10 10
11<item> 11<item>
12<title>Pipe man into col -b to get rid of ^H</title> 12<title>Pipe man into col -b to get rid of \^H</title>
13<link>https://sebastiano.tronto.net/blog/2022-09-05-man-col</link> 13<link>https://sebastiano.tronto.net/blog/2022-09-05-man-col</link>
14<description>Pipe man into col -b to get rid of ^H</description> 14<description>Pipe man into col -b to get rid of \^H</description>
15<pubDate>2022-09-05</pubDate> 15<pubDate>2022-09-05</pubDate>
16</item> 16</item>
17 17

Generated with cgit - Back to sebastiano.tronto.net