From 9e655d620b2d79b08ce4165ed740eb3e20b9f4e7 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Fri, 20 Dec 2002 01:17:18 +0000 Subject: [PATCH] Move the NOTES section to DESCRIPTION. And correct some documentation while I'm here. PR: 43756 Submitted by: Gary W. Swearingen --- usr.bin/chpass/chpass.1 | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index 9e3ad11074c..d02eaa0dc4a 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -63,11 +63,23 @@ .Sh DESCRIPTION The .Nm -program +command allows editing of the user database information associated with .Ar user or, by default, the current user. +.Pp +The +.Xr chfn 1 , +.Xr chsh 1 , +.Xr ypchpass 1 , +.Xr ypchfn 1 +and +.Xr ypchsh 1 +commands behave identically to +.Nm . +.Pq There is only one program. +.Pp The information is formatted and supplied to an editor for changes. .Pp Only the information that the user is allowed to change is displayed. @@ -469,16 +481,6 @@ and .%A Ken Thompson .%T "UNIX Password security" .Re -.Sh NOTES -The -.Xr chfn 1 , -.Xr chsh 1 , -.Xr ypchpass 1 , -.Xr ypchfn 1 -and -.Xr ypchsh 1 -commands are really only links to -.Nm . .Sh BUGS User information should (and eventually will) be stored elsewhere. .Sh HISTORY