Add coments to structure defn.

This commit is contained in:
Michael Kerrisk 2008-06-29 04:58:29 +00:00
parent f56413a060
commit f6f269ab4d
1 changed files with 3 additions and 1 deletions

View File

@ -53,6 +53,8 @@ around; details depend on the version of libc):
.in +4n
.nf
.sp
/* Values for ut_type field, below */
#define UT_UNKNOWN 0
#define RUN_LVL 1
#define BOOT_TIME 2
@ -68,7 +70,7 @@ around; details depend on the version of libc):
#define UT_NAMESIZE 32
#define UT_HOSTSIZE 256
struct exit_status {
struct exit_status { /* Type for ut_exit, below */
short int e_termination; /* Process termination status */
short int e_exit; /* Process exit status */
};