From 1968a63f3dfb84733cca110b432f650981b3710c Mon Sep 17 00:00:00 2001 From: sblondon Date: Wed, 18 Sep 2019 18:44:02 +0200 Subject: [PATCH] Minor improvement I think it's clearer when the sentence is splitted in two. ',' -> '.' --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a7e8f7..ac31b1d 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ In the order of output: File permissions is displayed as following: -- first character is `-` or `l` or `d`, `d` indicates a directory, a `-` represents a file, `l` is a symlink (or soft link) - special type of file +- first character is `-` or `l` or `d`. `d` indicates a directory, a `-` represents a file, `l` is a symlink (or soft link) - special type of file - three sets of characters, three times, indicating permissions for owner, group and other: - `r` = readable - `w` = writable @@ -2016,7 +2016,8 @@ Example of output: Useful resources: -- [Question marks showing in ls of directory. IO errors too.](https://serverfault.com/questions/65616/question-marks-showing-in-ls-of-directory-io-errors-too) +- [Question marks showing in +of directory. IO errors too.](https://serverfault.com/questions/65616/question-marks-showing-in-ls-of-directory-io-errors-too)