summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snp.4
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1995-02-23 01:27:17 +0000
committerpst <pst@FreeBSD.org>1995-02-23 01:27:17 +0000
commit2fb04ea7c6e1feaae74a482a3d3b56a57e98997b (patch)
tree4f1cf41118f13d30ce42fb1965556f4cc12e997e /share/man/man4/snp.4
parent2fb3bae3bf047f8e7c071c9761cd034e26247fe4 (diff)
downloadFreeBSD-src-2fb04ea7c6e1feaae74a482a3d3b56a57e98997b.zip
FreeBSD-src-2fb04ea7c6e1feaae74a482a3d3b56a57e98997b.tar.gz
Correct error in structure definition
Diffstat (limited to 'share/man/man4/snp.4')
-rw-r--r--share/man/man4/snp.46
1 files changed, 3 insertions, 3 deletions
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
OpenPOWER on IntegriCloud