diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 08:39:34 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-08-14 08:39:34 +0000 |
commit | 1b35e175a1e0c27d0d65a68f21535770bfbecd61 (patch) | |
tree | d6c44f9e516cf8cf9d1dc6afae2f74ef1f0fd84f /usr.bin/chpass/chpass.1 | |
parent | cdd7d3bef74dbb0a5af36ff3332f68b1854b4c6c (diff) |
some Bx/Ox conversion;
From: Jan Stary
Diffstat (limited to 'usr.bin/chpass/chpass.1')
-rw-r--r-- | usr.bin/chpass/chpass.1 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index b5e464fb674..b844a2e52b4 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.37 2012/06/20 21:32:27 schwarze Exp $ +.\" $OpenBSD: chpass.1,v 1.38 2013/08/14 08:39:26 jmc Exp $ .\" $NetBSD: chpass.1,v 1.7 1996/05/15 21:50:40 jtc Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)chpass.1 8.2 (Berkeley) 12/30/93 .\" -.Dd $Mdocdate: June 20 2012 $ +.Dd $Mdocdate: August 14 2013 $ .Dt CHPASS 1 .Os .Sh NAME @@ -146,7 +146,9 @@ entries, and that one by random selection. The .Ar group field is the group that the user will be placed in at login. -Since BSD supports multiple groups (see +Since +.Bx +supports multiple groups (see .Xr groups 1 ) , this field currently has little special meaning. This field may be filled in with either a number or a group name (see |