From f94fb1b5226781551051daa3761919346e8c4b3e Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Sat, 06 Jun 2015 22:05:02 -0400 Subject: Replace rm -r with rm -R --- (limited to 'docs/gnulinux') diff --git a/docs/gnulinux/configuring_parabola.html b/docs/gnulinux/configuring_parabola.html index 3cf5d60..6d2ebe2 100644 --- a/docs/gnulinux/configuring_parabola.html +++ b/docs/gnulinux/configuring_parabola.html @@ -356,7 +356,7 @@

- The wiki recommends that if the journal gets too large, you can also simply delete (rm -rf) everything inside /var/log/journald/* + The wiki recommends that if the journal gets too large, you can also simply delete (rm -Rf) everything inside /var/log/journald/* but recommends backing it up. This shouldn't be necessary, since you already set the size limit above and systemd will automatically start to delete older records when the journal size reaches it's limit (according to systemd developers).

diff --git a/docs/gnulinux/encrypted_parabola.html b/docs/gnulinux/encrypted_parabola.html index 09e16d7..1538b9a 100644 --- a/docs/gnulinux/encrypted_parabola.html +++ b/docs/gnulinux/encrypted_parabola.html @@ -284,7 +284,7 @@    I deleted the files that it mentioned and then it worked. Specifically, I had this error:
   licenses: /usr/share/licenses/common/MPS exists in filesystem
-    I rm -rf'd the file and then pacman worked. I'm told that the following would have also made it work:
+    I rm -Rf'd the file and then pacman worked. I'm told that the following would have also made it work:
   # pacman -Sf licenses
</troubleshooting>

diff --git a/docs/gnulinux/grub_cbfs.html b/docs/gnulinux/grub_cbfs.html index 12b0376..1813629 100644 --- a/docs/gnulinux/grub_cbfs.html +++ b/docs/gnulinux/grub_cbfs.html @@ -363,7 +363,7 @@ Instead, go into /boot and create your own symlinks (update them manually when you install a new kernel update).
$ sudo -s
# cd /boot/
- # rm -rf vmlinuz initrd.img
+ # rm -Rf vmlinuz initrd.img
# ln -s kernel ksym
# ln -s initrd isym
# exit -- cgit v0.9.1