diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-30 23:01:49 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-01-30 23:01:49 +0000 |
| commit | 1ffa645077bc295cdd69a72de89c6e6e03de1a38 (patch) | |
| tree | 5ee7729f027aa64fb26f5cec775a15663fbb98b5 /lib/libc/gen/getttyent.3 | |
| parent | a734cc76a83d4c190fdb3d22f9c394ad44538f79 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getttyent.3')
| -rw-r--r-- | lib/libc/gen/getttyent.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3 index 0bbd85066afa..3884b300eef7 100644 --- a/lib/libc/gen/getttyent.3 +++ b/lib/libc/gen/getttyent.3 @@ -62,12 +62,12 @@ file. .Bd -literal struct ttyent { char *ty_name; /* terminal device name */ - char *ty_getty; /* command to execute */ - char *ty_type; /* terminal type */ -#define TTY_ON 0x01 /* enable logins */ + char *ty_getty; /* command to execute, usually getty */ + char *ty_type; /* terminal type for termcap */ +#define TTY_ON 0x01 /* enable logins (start ty_getty program) */ #define TTY_SECURE 0x02 /* allow uid of 0 to login */ - int ty_status; /* flag values */ - char *ty_window; /* command for window manager */ + int ty_status; /* status flags */ + char *ty_window; /* command to start up window manager */ char *ty_comment; /* comment field */ char *ty_group; /* tty group name */ }; |
