summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getttyent.3
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
committermpp <mpp@FreeBSD.org>1997-01-30 23:01:49 +0000
commit8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce (patch)
tree5ee7729f027aa64fb26f5cec775a15663fbb98b5 /lib/libc/gen/getttyent.3
parentbf24204ce64ed8378f34d37f00c6e1506208250a (diff)
downloadFreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.zip
FreeBSD-src-8cd7b6a67088a5d521f9d8c02ce388ee8dc683ce.tar.gz
Update to reflect current include files.
Diffstat (limited to 'lib/libc/gen/getttyent.3')
-rw-r--r--lib/libc/gen/getttyent.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/gen/getttyent.3 b/lib/libc/gen/getttyent.3
index 0bbd850..3884b30 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 */
};
OpenPOWER on IntegriCloud