summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-06-26 10:25:50 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2022-06-26 10:25:50 +0300
commitbdf5e2a9e5e3a6489c5ec2c3b01ad89d8621e45e (patch)
treedbead929159da74704c82157625aaca07b146bf6
parent96491513620d8388a2fc5d16d1803c401ab402f2 (diff)
NEWS.org: fix a few typos
-rw-r--r--NEWS.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/NEWS.org b/NEWS.org
index bbdee44..7411317 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -5,12 +5,11 @@
*** mu
- - =mu= switched to use the [[https://mesonbuild.com][meson]] build system by
- default. The existing =autotools= is still avaiable, but is to be removed
- after the 1.8 release.
+ - =mu= switched to the [[https://mesonbuild.com][meson]] build system by default. The existing =autotools=
+ is still available, but is to be removed after the 1.8 release.
- Using =meson= (which you need to install), you can use something like the
- following in the mu top source directory:
+ Using =meson= (which you may need to install), you can use something like
+ the following in the mu top source directory:
#+BEGIN_SRC sh
$ meson build && ninja -C build
@@ -28,7 +27,8 @@
names sometimes got misnamed (with some extra ':2,'). This can be restored
with something like:
#+begin_example
- $ find ~/Maildir -name '*:2,*:*' | sed "s/\(\([^:]*\)\(:2,\)\{1,\}\(:2,.*$\)\)/mv '\0' '\2\4'/" > rename.sh
+ $ find ~/Maildir -name '*:2,*:*' | \
+ sed "s/\(\([^:]*\)\(:2,\)\{1,\}\(:2,.*$\)\)/mv '\0' '\2\4'/" > rename.sh
#+end_example
(replace 'Maildir' with the path to your maildir)