1502 Remove conversion cruft from manpages
[unleashed.git] / usr / src / man / man3head / pwd.h.3head
blob096cf7b1df194914e8c3c16145bd45906fe0bb69
1 '\" te
2 .\"  Copyright (c) 2001, The IEEE and The Open Group. All Rights Reserved. Portions Copyright (c) 2004, Sun Microsystems, Inc. All Rights Reserved.
3 .\" Sun Microsystems, Inc. gratefully acknowledges The Open Group for permission to reproduce portions of its copyrighted documentation. Original documentation from The Open Group can be obtained online at
4 .\" http://www.opengroup.org/bookstore/.
5 .\" The Institute of Electrical and Electronics Engineers and The Open Group, have given us permission to reprint portions of their documentation. In the following statement, the phrase "this text" refers to portions of the system documentation. Portions of this text are reprinted and reproduced in electronic form in the Sun OS Reference Manual, from IEEE Std 1003.1, 2004 Edition, Standard for Information Technology -- Portable Operating System Interface (POSIX), The Open Group Base Specifications Issue 6, Copyright (C) 2001-2004 by the Institute of Electrical and Electronics Engineers, Inc and The Open Group. In the event of any discrepancy between these versions and the original IEEE and The Open Group Standard, the original IEEE and The Open Group Standard is the referee document. The original Standard can be obtained online at http://www.opengroup.org/unix/online.html.
6 .\"  This notice shall appear on any product containing this material.
7 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
8 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
9 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
10 .TH PWD.H 3HEAD "Sep 10, 2004"
11 .SH NAME
12 pwd.h, pwd \- password structure
13 .SH SYNOPSIS
14 .LP
15 .nf
16 #include <\fBpwd.h\fR>
17 .fi
19 .SH DESCRIPTION
20 .sp
21 .LP
22 The <\fBpwd.h\fR> header provides a definition for \fBstruct passwd\fR, which
23 includes the following members:
24 .sp
25 .in +2
26 .nf
27 char  *pw_name     user's login name
28 uid_t pw_uid       numerical user ID
29 gid_t pw_gid       numerical group ID
30 char  *pw_dir      initial working di rectory
31 char  *pw_shell    program to use as shell
32 .fi
33 .in -2
35 .sp
36 .LP
37 The \fBgid_t\fR and \fBuid_t\fR types are defined as described in
38 <\fBsys/types.h\fR>. See \fBtypes.h\fR(3HEAD).
39 .SH ATTRIBUTES
40 .sp
41 .LP
42 See \fBattributes\fR(5) for descriptions of the following attributes:
43 .sp
45 .sp
46 .TS
47 box;
48 c | c
49 l | l .
50 ATTRIBUTE TYPE  ATTRIBUTE VALUE
52 Interface Stability     Standard
53 .TE
55 .SH SEE ALSO
56 .sp
57 .LP
58 \fBgetpwnam\fR(3C), \fBtypes.h\fR(3HEAD), \fBattributes\fR(5),
59 \fBstandards\fR(5)