diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 12:35:54 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 12:35:54 +0000 |
commit | b5b6ea79517a587ee8a4a77cf3d85cfc27d51163 (patch) | |
tree | bd6fdecc3b2610f737938f47b1ab6ff46f1b4742 /usr.bin/chpass | |
parent | 61e78652616621242710a0c1cdb9db8834aee19c (diff) |
use the UNIX-related macros (.At and .Ux) where appropriate.
ok jmc@
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r-- | usr.bin/chpass/chpass.1 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 145a11d9808..2f6469b4cb4 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: chpass.1,v 1.34 2007/05/31 19:20:08 jmc Exp $ +.\" $OpenBSD: chpass.1,v 1.35 2009/10/22 12:35:53 sobrado 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: May 31 2007 $ +.Dd $Mdocdate: October 22 2009 $ .Dt CHPASS 1 .Os .Sh NAME @@ -183,8 +183,9 @@ record is used. .Pp The user's .Ar home directory -is the full UNIX path name where the user -will be placed at login. +is the full +.Ux +path name where the user will be placed at login. .Pp The .Ar shell |