From 94d01f082017a7971adb8304b77e6de3ff9334e1 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Fri, 9 Jul 2021 12:49:43 +0000 Subject: [PATCH 1/4] [users] Fix spell of arbitrary --- docs/users.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users.rst b/docs/users.rst index 2a8e13b..1184f58 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -70,7 +70,7 @@ Each line has seven entries separated by *:*. +---------------+---------------------------------+ | gid | Numeric group id of user | +---------------+---------------------------------+ -| gecos | arbitary field | +| gecos | arbitrary field | +---------------+---------------------------------+ | /home/dirname | Home directory of the user | +---------------+---------------------------------+ From 915342502c31eaf03d6eb9c275c01b0ef1fd29d3 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Fri, 9 Jul 2021 12:54:43 +0000 Subject: [PATCH 2/4] [users] Capitalize first character of the sentence Capitalize first character of the sentence to make things consistent with other columns. --- docs/users.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/users.rst b/docs/users.rst index 1184f58..90c255f 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -62,15 +62,15 @@ Each line has seven entries separated by *:*. +---------------+---------------------------------+ | FIELD | MEANING | +===============+=================================+ -| username | the username | +| username | The username | +---------------+---------------------------------+ -| password | the password of the user | +| password | The password of the user | +---------------+---------------------------------+ | uid | Numeric user id | +---------------+---------------------------------+ | gid | Numeric group id of user | +---------------+---------------------------------+ -| gecos | arbitrary field | +| gecos | Arbitrary field | +---------------+---------------------------------+ | /home/dirname | Home directory of the user | +---------------+---------------------------------+ From 07c8446845caae0854a6b02887889dfe0382f8a0 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Sat, 10 Jul 2021 13:15:30 +0000 Subject: [PATCH 3/4] [users] Fix formatting issue with passwd table 'shell' column of 'passwd' table isn't formatted properly because of misalignment of '|' and '+' symbol. --- docs/users.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/users.rst b/docs/users.rst index 90c255f..84ad771 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -75,7 +75,7 @@ Each line has seven entries separated by *:*. | /home/dirname | Home directory of the user | +---------------+---------------------------------+ | shell | Which shell to use for the user | -+--------------+----------------------------------+ ++---------------+---------------------------------+ You’ll see accounts with */sbin/nologin* as their shell. These are generally accounts for various services, which are not supposed to be used by a normal From c725c875e6e820af5f18c780b9b3e3bef55e0602 Mon Sep 17 00:00:00 2001 From: Vipul Kumar Date: Sat, 10 Jul 2021 13:31:59 +0000 Subject: [PATCH 4/4] [users] Remove period present after colon punctuation There is no need for a period after colon punctuation. Also the remove space between sentence and colon. If a complete sentence precedes by colon, there is no need for a space between sentence and colon. --- docs/users.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/users.rst b/docs/users.rst index 84ad771..fd2d3b9 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -53,9 +53,7 @@ text file (this means you can view the information by using *cat* command.) tss:x:59:59:Account used by the trousers package to sandbox the tcsd daemon:/dev/null:/sbin/nologin -Each line has seven entries separated by *:*. - -:: +Each line has seven entries separated by:: username:password:uid:gid:gecos:/home/dirname:shell