Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/user New sentence, new line.



details:   https://anonhg.NetBSD.org/src/rev/d3d9d6efe1e1
branches:  trunk
changeset: 573697:d3d9d6efe1e1
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sat Feb 05 15:28:46 2005 +0000

description:
New sentence, new line.

diffstat:

 usr.sbin/user/groupinfo.8 |   7 ++++---
 usr.sbin/user/useradd.8   |  31 ++++++++++++++++++-------------
 usr.sbin/user/userdel.8   |  17 +++++++++++------
 usr.sbin/user/userinfo.8  |   7 ++++---
 usr.sbin/user/usermod.8   |  24 ++++++++++++++----------
 5 files changed, 51 insertions(+), 35 deletions(-)

diffs (232 lines):

diff -r c6d594d0f7aa -r d3d9d6efe1e1 usr.sbin/user/groupinfo.8
--- a/usr.sbin/user/groupinfo.8 Sat Feb 05 15:26:50 2005 +0000
+++ b/usr.sbin/user/groupinfo.8 Sat Feb 05 15:28:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: groupinfo.8,v 1.6 2003/02/14 16:11:37 grant Exp $ */
+.\" $NetBSD: groupinfo.8,v 1.7 2005/02/05 15:28:46 wiz Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -50,8 +50,9 @@
 .Bl -tag -width Ds
 .It Fl e
 return 0 if the group exists, and non-zero if the
-group does not exist, on the system. No information is
-displayed. This form of the command is useful for
+group does not exist, on the system.
+No information is displayed.
+This form of the command is useful for
 scripts which need to check whether a particular group
 name or gid is already in use on the system.
 .It Fl v
diff -r c6d594d0f7aa -r d3d9d6efe1e1 usr.sbin/user/useradd.8
--- a/usr.sbin/user/useradd.8   Sat Feb 05 15:26:50 2005 +0000
+++ b/usr.sbin/user/useradd.8   Sat Feb 05 15:28:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: useradd.8,v 1.29 2005/02/05 15:26:50 wiz Exp $ */
+.\" $NetBSD: useradd.8,v 1.30 2005/02/05 15:28:46 wiz Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -111,11 +111,13 @@
 Together with one of the options shown for the first version
 of the command,
 .Fl D
-will set the default to be the new value. See
+will set the default to be the new value.
+See
 .Xr usermgmt.conf 5
 for more information.
 .It Fl b Ar base-dir
-sets the default base directory. This is the directory to which the
+sets the default base directory.
+This is the directory to which the
 user directory is added, which will be created if the
 .Fl m
 option is specified and no
@@ -127,8 +129,8 @@
 It should be entered in the form
 .Dq month day year ,
 where month is the month name (the first three characters are
-sufficient), day is the day of the month, and year is the year. Time
-in seconds since the epoch (UTC) is also valid.
+sufficient), day is the day of the month, and year is the year.
+Time in seconds since the epoch (UTC) is also valid.
 A value of 0 can be used to disable this feature.
 .It Fl f Ar inactive-time
 sets the default time at which new user accounts will expire.
@@ -148,9 +150,9 @@
 .It Xo
 .Fl r Ar lowuid Ns Li .. Ns Ar highuid
 .Xc
-sets the low and high bounds of uid ranges for new users. A new user
-can only be created if there are uids which can be assigned from one
-of the free ranges.
+sets the low and high bounds of uid ranges for new users.
+A new user can only be created if there are uids which can be
+assigned from one of the free ranges.
 .It Fl s Ar shell
 sets the default login shell for new users.
 .El
@@ -187,8 +189,8 @@
 It should be entered in the form
 .Dq month day year ,
 where month is the month name (the first three characters are
-sufficient), day is the day of the month, and year is the year. Time
-in seconds since the epoch (UTC) is also valid.
+sufficient), day is the day of the month, and year is the year.
+Time in seconds since the epoch (UTC) is also valid.
 A value of 0 can be used to disable this feature.
 See
 .Xr passwd 5
@@ -210,7 +212,8 @@
 gives the skeleton directory in which to find files
 with which to populate the new user's home directory.
 .It Fl L Ar login-class
-This option sets the login class for the user being created.  See
+This option sets the login class for the user being created.
+See
 .Xr login.conf 5
 for more information on user login classes.
 .It Fl m
@@ -240,8 +243,10 @@
 .Nm
 uses
 .Xr pwd_mkdb 8
-to update the user database.  This is run in the background, and,
-at very large sites could take several minutes.  Until this update
+to update the user database.
+This is run in the background, and,
+at very large sites could take several minutes.
+Until this update
 is completed, the password file is unavailable for other updates
 and the new information is not available to programs.
 .Pp
diff -r c6d594d0f7aa -r d3d9d6efe1e1 usr.sbin/user/userdel.8
--- a/usr.sbin/user/userdel.8   Sat Feb 05 15:26:50 2005 +0000
+++ b/usr.sbin/user/userdel.8   Sat Feb 05 15:28:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: userdel.8,v 1.25 2004/01/14 09:35:33 agc Exp $ */
+.\" $NetBSD: userdel.8,v 1.26 2005/02/05 15:28:46 wiz Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -72,7 +72,8 @@
 .Fl D
 will set the default to be the new value.
 .It Fl p Ar preserve-value
-sets the preservation value. If this value is one of
+sets the preservation value.
+If this value is one of
 .Ql true ,
 .Ql yes ,
 or a non-zero number, then the user login information will be preserved.
@@ -94,14 +95,16 @@
 one, and by setting the
 user's shell to the
 .Xr nologin 8
-program. This option can be helpful in preserving a user's
+program.
+This option can be helpful in preserving a user's
 files for later use by members of that person's
 group after the user has moved on.
 This value can also be set in the
 .Pa /etc/usermgmt.conf
 file, using the
 .Ql preserve
-field. If the field has any of the values
+field.
+If the field has any of the values
 .Ql true ,
 .Ql yes ,
 or a non-zero number, then user information preservation will take place.
@@ -116,8 +119,10 @@
 .Nm
 uses
 .Xr pwd_mkdb 8
-to update the user database.  This is run in the background, and,
-at very large sites could take several minutes.  Until this update
+to update the user database.
+This is run in the background, and,
+at very large sites could take several minutes.
+Until this update
 is completed, the password file is unavailable for other updates
 and the new information is not available to programs.
 .Pp
diff -r c6d594d0f7aa -r d3d9d6efe1e1 usr.sbin/user/userinfo.8
--- a/usr.sbin/user/userinfo.8  Sat Feb 05 15:26:50 2005 +0000
+++ b/usr.sbin/user/userinfo.8  Sat Feb 05 15:28:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: userinfo.8,v 1.8 2003/02/14 16:11:37 grant Exp $ */
+.\" $NetBSD: userinfo.8,v 1.9 2005/02/05 15:28:46 wiz Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -50,8 +50,9 @@
 .Bl -tag -width Ds
 .It Fl e
 return 0 if the user exists, and non-zero if the
-user does not exist, on the system. No information is
-displayed. This form of the command is useful for
+user does not exist, on the system.
+No information is displayed.
+This form of the command is useful for
 scripts which need to check whether a particular user
 name or uid is already in use on the system.
 .It Fl v
diff -r c6d594d0f7aa -r d3d9d6efe1e1 usr.sbin/user/usermod.8
--- a/usr.sbin/user/usermod.8   Sat Feb 05 15:26:50 2005 +0000
+++ b/usr.sbin/user/usermod.8   Sat Feb 05 15:28:46 2005 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usermod.8,v 1.19 2004/01/14 09:35:33 agc Exp $ */
+.\" $NetBSD: usermod.8,v 1.20 2005/02/05 15:28:46 wiz Exp $ */
 .\"
 .\"
 .\" Copyright (c) 1999 Alistair G. Crooks.  All rights reserved.
@@ -87,13 +87,14 @@
 option is specified, tries to move the old home directory to
 .Ar home-directory .
 .It Fl e Ar expiry-time
-sets the time at which the current password expires.  This can be used
-to implement password aging.  It should be entered in the form
+sets the time at which the current password expires.
+This can be used to implement password aging.
+It should be entered in the form
 .Dq month day year ,
 where month is the month name (the first three characters are
 sufficient), day is the day of the month, and year is the year.
-Time in seconds since the epoch (UTC) is also valid.  A value of
-0 can be used to disable this feature.
+Time in seconds since the epoch (UTC) is also valid.
+A value of 0 can be used to disable this feature.
 This value can be preset for all users using the
 .Ar expire
 field in the
@@ -127,10 +128,11 @@
 .Xr usermgmt.conf 5
 for more details.
 .It Fl L Ar login-class
-This option sets the login class for the user.  See
+This option sets the login class for the user.
+See
 .Xr login.conf 5
-for more information on user login classes. This value can be preset
-for all users by using the
+for more information on user login classes.
+This value can be preset for all users by using the
 .Ar class
 field in the
 .Pa /etc/usermgmt.conf
@@ -204,8 +206,10 @@
 .Nm
 uses
 .Xr pwd_mkdb 8
-to update the user database.  This is run in the background, and,
-at very large sites could take several minutes.  Until this update
+to update the user database.
+This is run in the background, and,
+at very large sites could take several minutes.
+Until this update
 is completed, the password file is unavailable for other updates
 and the new information is not available to programs.
 .Pp



Home | Main Index | Thread Index | Old Index