summaryrefslogtreecommitdiffstats
path: root/share/man/man4/msts.4
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man4/msts.4')
-rw-r--r--share/man/man4/msts.46
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/msts.4 b/share/man/man4/msts.4
index 0aeca925676..827f5e1e6e2 100644
--- a/share/man/man4/msts.4
+++ b/share/man/man4/msts.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: msts.4,v 1.3 2013/07/16 16:05:49 schwarze Exp $
+.\" $OpenBSD: msts.4,v 1.4 2015/01/15 00:48:10 deraadt Exp $
.\"
.\" Copyright (c) 2008 Marc Balmer <mbalmer@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 16 2013 $
+.Dd $Mdocdate: January 15 2015 $
.Dt MSTS 4
.Os
.Sh NAME
@@ -27,7 +27,7 @@ This line discipline interfaces serial Meinberg devices.
.Pp
The line discipline is enabled by the following sequence:
.Bd -literal -offset indent
-#include <sys/ttycom.h>
+#include <sys/ioctl.h>
int ldisc = MSTSDISC, fildes; ...
ioctl(fildes, TIOCSETD, &ldisc);
.Ed