git: 4a9bfe3a29 - main - Fix minor typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 19 Jan 2023 20:03:42 UTC
The branch main has been updated by carlavilla:
URL: https://cgit.FreeBSD.org/doc/commit/?id=4a9bfe3a29d27809febed1e636d19444dc6fa588
commit 4a9bfe3a29d27809febed1e636d19444dc6fa588
Author: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
AuthorDate: 2023-01-19 20:01:41 +0000
Commit: Sergio Carlavilla Delgado <carlavilla@FreeBSD.org>
CommitDate: 2023-01-19 20:01:41 +0000
Fix minor typo
Reported by: jrm@
---
documentation/content/en/books/handbook/basics/_index.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/documentation/content/en/books/handbook/basics/_index.adoc b/documentation/content/en/books/handbook/basics/_index.adoc
index ea69f1e767..6174c0ade0 100644
--- a/documentation/content/en/books/handbook/basics/_index.adoc
+++ b/documentation/content/en/books/handbook/basics/_index.adoc
@@ -733,7 +733,7 @@ total 530
-rw-r--r-- 1 root wheel 7680 Sep 5 12:31 email.txt
....
-Focusing on the line for `myfile`, the `(leftmost)` first character indicates whether this file is a regular file, a directory, a special character device, a socket, or any other special pseudo-file device.
+Focusing on the line for `myfile`, the first `(leftmost)` character indicates whether this file is a regular file, a directory, a special character device, a socket, or any other special pseudo-file device.
In this example, the `-` indicates a regular file.
The next three characters, `rw-` in this example, give the permissions for the owner of the file.
The next three characters, `r--`, give the permissions for the group that the file belongs to.