From 03e5a3a1810fefbff38b7ae1b31f49a80be636da Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Tue, 22 Jan 2008 20:56:13 +0000 Subject: [PATCH] Document the options with a list of options, as in the pwck(8) manpage. --- ChangeLog | 5 +++++ man/grpck.8.xml | 40 ++++++++++++++++++++++++++++++++-------- 2 files changed, 37 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index bb97bac2..3f0e4c22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-01-22 Nicolas François + + * man/grpck.8.xml: Document the options with a list of options, + as in the pwck(8) manpage. + 2008-01-22 Nicolas François * NEWS, src/newgrp.c: Fix segfault when an user returns to an diff --git a/man/grpck.8.xml b/man/grpck.8.xml index 8d11fe36..d391dea2 100644 --- a/man/grpck.8.xml +++ b/man/grpck.8.xml @@ -23,6 +23,13 @@ shadow + + grpck -s + + group + shadow + + @@ -71,19 +78,36 @@ OPTIONS + + The options which apply to the grpck command are: + + + + + + + Execute the grpck command in read-only mode. + This causes all questions regarding changes to be answered + no without user intervention. + + + + + + + + Sort entries in /etc/group and + /etc/gshadow by GID. + + + + By default, grpck operates on the files /etc/group and /etc/gshadow. The user may select alternate files with the group and shadow - parameters. Additionally, the user may execute the command in - read-only mode by specifying the flag. This causes - all questions regarding changes to be answered no - without user intervention. grpck can also sort - entries in /etc/group and - /etc/gshadow by GID. To run it in sort mode pass - it flag. No checks are performed then, it just - sorts. + parameters.