diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-13 19:58:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-13 19:58:42 +0000 |
commit | 66b5281887fd0b549fb1c749e60e79cd3ac32986 (patch) | |
tree | 789e9e9e2743b415197e15ba6a661391d1727edd /usr.sbin/vipw/vipw.8 | |
parent | 638018e1fd7752caa1e08dd49033f0d1411fee11 (diff) |
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders
reading;
Diffstat (limited to 'usr.sbin/vipw/vipw.8')
-rw-r--r-- | usr.sbin/vipw/vipw.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/vipw/vipw.8 b/usr.sbin/vipw/vipw.8 index fdba8b4b6fa..6a62d03370b 100644 --- a/usr.sbin/vipw/vipw.8 +++ b/usr.sbin/vipw/vipw.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vipw.8,v 1.11 2007/11/19 22:07:37 jmc Exp $ +.\" $OpenBSD: vipw.8,v 1.12 2015/03/13 19:58:41 jmc Exp $ .\" $NetBSD: vipw.8,v 1.4 1995/01/20 19:19:56 mycroft Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)vipw.8 8.1 (Berkeley) 6/6/93 .\" -.Dd $Mdocdate: November 19 2007 $ +.Dd $Mdocdate: March 13 2015 $ .Dt VIPW 8 .Os .Sh NAME @@ -67,8 +67,8 @@ Once the information has been verified, 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. +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. |