From 2fb04ea7c6e1feaae74a482a3d3b56a57e98997b Mon Sep 17 00:00:00 2001 From: pst Date: Thu, 23 Feb 1995 01:27:17 +0000 Subject: Correct error in structure definition --- share/man/man4/snp.4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'share/man/man4/snp.4') diff --git a/share/man/man4/snp.4 b/share/man/man4/snp.4 index f293070..8fa927f 100644 --- a/share/man/man4/snp.4 +++ b/share/man/man4/snp.4 @@ -29,13 +29,13 @@ The argument passed to the IOCTL is the address of a structure of the following type: .Bd -literal -ffset indent struct snptty { - int st_type; /* type of the tty to attach */ int st_unit; /* number of the tty unit */ -} - + int st_type; /* type of the tty to attach */ #define ST_PTY 0 /* regular pty */ #define ST_VTY 1 /* syscons vty */ #define ST_SIO 2 /* serial lines */ +} + .Ed .Pp By setting st_type or st_unit to -1, the user may detach the snp device -- cgit v1.1