[Pkg-shadow-devel] [Git][debian/adduser][master] Formatting improvements to manual pages

Marc Haber (@zugschlus) gitlab at salsa.debian.org
Mon Nov 18 14:41:10 GMT 2024



Marc Haber pushed to branch master at Debian / adduser


Commits:
43a40e9d by Marc Haber at 2024-11-18T15:40:34+01:00
Formatting improvements to manual pages

Thanks: Helge Kreutzmann
Closes: 1087703

- - - - -


3 changed files:

- doc/adduser.8
- doc/deluser.8
- doc/deluser.conf.5


Changes:

=====================================
doc/adduser.8
=====================================
@@ -324,7 +324,8 @@ Use \fIfile\fP instead of \fI/etc/adduser.conf\fP.
 Multiple \fB\-\-conf\fR options can be given.
 .TP
 .B \-\-debug
-Synonymous to --stdoutmsglevel=debug.
+Synonymous to
+.B \-\-stdoutmsglevel=debug.
 Deprecated.
 .TP
 .B \-\-disabled\-login
@@ -424,7 +425,8 @@ for initializing the new user's home directory.
 Valid modes: \fBadduser\fP, \fBadduser \-\-system\fP.
 .TP
 .B \-\-quiet
-Synonymous to \-\-stdoutmsglevel=warn.
+Synonymous to
+.B \-\-stdoutmsglevel=warn.
 Deprecated.
 .TP
 .BI \-\-shell " shell"
@@ -448,7 +450,8 @@ Force the new userid to be the given number.
 Valid modes: \fBadduser\fP, \fBadduser \-\-system\fP.
 .TP
 .B \-\-verbose
-Synonymous to \-\-stdoutmsglevel=info.
+Synonymous to
+.B \-\-stdoutmsglevel=info.
 Deprecated.
 .TP
 .BI \-\-stdoutmsglevel  " prio"
@@ -474,7 +477,8 @@ Display version and copyright information.
 
 .SH LOGGING
 
-Adduser uses extensive and configurable logging to tailor its verbosity to
+.B Adduser
+uses extensive and configurable logging to tailor its verbosity to
 the needs of the system administrator.
 
 Every message that \fBadduser\fR print has a priority value
@@ -533,19 +537,19 @@ does not exist.
 .TP
 .B 13
 The object that \fBadduser\fP or \fBdeluser\fP was asked to operate on
-does ont have the properties
+does not have the properties
 that are required to complete the operation:
 A user (a group) that was requested to be created
 as a system user (group)
 does already exist and
 is not a system user (group),
 or
-A user (group) that was requested to be created
+a user (group) that was requested to be created
 with a certain UID (GID)
 does already exist and
 has a different UID (GID),
 or
-A system user (group) that was requested to be deleted
+a system user (group) that was requested to be deleted
 does exist, but is not a system user (group).
 .TP
 .B 21
@@ -598,11 +602,14 @@ A function was requested that needs more packages to be installed.
 See Recommends: and Suggests: of the adduser package.
 .TP
 .B 61
-Adduser was aborted for some reason and
+.B Adduser
+was aborted for some reason and
 tried to roll back the changes that were done during execution.
 .TP
 .B 62
-Internal adduser error.
+Internal
+.B adduser
+error.
 This should not happen.
 Please try to reproduce the issue and file a bug report.
 .TP
@@ -709,7 +716,7 @@ the plethora of directory services that need support.
 .PP
 \fBadduser\fP will constrict itself to being a policy layer
 for the management of local system accounts,
-using the tools from the \fBpassword\fP package for the actual work.
+using the tools from the \fBpasswd\fP package for the actual work.
 
 .SH BUGS
 Inconsistent use of terminology around the term \fIsystem account\fP


=====================================
doc/deluser.8
=====================================
@@ -201,7 +201,8 @@ Use \fIfile\fP instead of the default files
 Multiple \-\-conf options may be given.
 .TP
 .B \-\-debug
-Synonymous to \-\-stdoutmsglevel=debug.
+Synonymous to
+.B \-\-stdoutmsglevel=debug.
 Deprecated.
 .TP
 .B \-\-group
@@ -218,7 +219,8 @@ Only remove if no members are left.
 Valid modes: \fBdeluser \-\-group\fP, \fBdelgroup\fP.
 .TP
 .B \-\-quiet
-Synonymous to \-\-stdoutmsglevel=warn.
+Synonymous to
+.B \-\-stdoutmsglevel=warn.
 Deprecated.
 .TP
 .B \-\-remove\-all\-files
@@ -240,14 +242,15 @@ If the user does not exist, no error value is returned.
 Valid modes: \fBdeluser\fP, \fBdeluser \-\-system\fP.
 .TP
 .B \-\-verbose
-Synonymous to \-\-stdoutmsglevel=info.
+Synonymous to
+.B \-\-stdoutmsglevel=info.
 Deprecated.
 .TP
-.BI \-\-stdoutmsglevel  " prio "
+.BI \-\-stdoutmsglevel  " prio"
 .TQ
-.BI \-\-stderrmsglevel  " prio "
+.BI \-\-stderrmsglevel  " prio"
 .TQ
-.BI \-\-logmsglevel  " prio "
+.BI \-\-logmsglevel  " prio"
 Minimum priority for messages logged to syslog/journal and the console,
 respectively.
 Values are
@@ -267,7 +270,7 @@ Display version and copyright information.
 \fBdeluser\fR uses extensive and configurable logging to tailor its verbosity
 to the needs and wishes of the system administrator.
 
-This works similar to \fBadduser\fR. See adduser(8) for all the details.
+This works similar to \fBadduser\fR. See \fBadduser\fR(8) for all the details.
 
 .SH EXIT VALUES
 


=====================================
doc/deluser.conf.5
=====================================
@@ -24,7 +24,7 @@ as is whitespace around the equals sign.
 Comment lines must have a hash sign (#) in the first column.
 .PP
 \fBdeluser\fR(8) and \fBdelgroup\fR(8)
-also read \fI/etc/adduser.conf\fR(5), see
+also read \fI/etc/adduser.conf\fR, see
 .BR adduser.conf (5);
 settings in \fIdeluser.conf\fR may overwrite settings made in
 \fIadduser.conf\fP.



View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/43a40e9daef87300ebcf822bc55e3d287b38dcb6

-- 
View it on GitLab: https://salsa.debian.org/debian/adduser/-/commit/43a40e9daef87300ebcf822bc55e3d287b38dcb6
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-shadow-devel/attachments/20241118/491e6f6a/attachment-0001.htm>


More information about the Pkg-shadow-devel mailing list