]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/getpw.3
Replaced tabs with spaces
[thirdparty/man-pages.git] / man3 / getpw.3
index cbb2329099078134556bf07c4da43973db1563c8..986ddc6f972e22500a8b3ba25e474cd1527ab7d7 100644 (file)
@@ -50,17 +50,15 @@ The \fIpasswd\fP structure is defined in \fI<pwd.h>\fP as follows:
 .sp
 .RS
 .nf
-.ta 8n 16n 32n
 struct passwd {
-        char    *pw_name;              /* user name */
-        char    *pw_passwd;            /* user password */
-        uid_t   pw_uid;                        /* user ID */
-        gid_t   pw_gid;                        /* group ID */
-        char    *pw_gecos;             /* real name */
-        char    *pw_dir;               /* home directory */
-        char    *pw_shell;             /* shell program */
+    char   *pw_name;       /* user name */
+    char   *pw_passwd;     /* user password */
+    uid_t   pw_uid;        /* user ID */
+    gid_t   pw_gid;        /* group ID */
+    char   *pw_gecos;      /* real name */
+    char   *pw_dir;        /* home directory */
+    char   *pw_shell;      /* shell program */
 };
-.ta
 .fi
 .RE
 .SH "RETURN VALUE"