summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrfjakob2016-06-09 23:55:13 +0200
committerrfjakob2016-06-09 23:55:13 +0200
commitc908716d25266ecab8d89e4ede2e811bd6e8f47a (patch)
tree23e9aaf56b20c3ba67e34d12d4ba1d5bcf091c72
parent80e2cc4a8d9cae5998e0124074e2e0343d1f8a17 (diff)
Updated Upgrading (markdown)
-rw-r--r--Upgrading.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Upgrading.md b/Upgrading.md
index ee77535..b5b4708 100644
--- a/Upgrading.md
+++ b/Upgrading.md
@@ -46,7 +46,7 @@ When rsync is finished, it will leave an empty directory tree in `/old`. A safe
find /old -type d -delete
```
-This is safer than `rm -R` because it will only remove directories and error out if any files are left behind. Note that it will also try to delete the mountpoint `/old` and fail at doing so. This is expected:
+This is safer than `rm -R` because it will only remove directories and error out if any files are left behind. Note that it will also try to delete the mountpoint `/old` and fail at doing so. This is expected,
```
find: cannot delete ‘/old’: Device or resource busy
```