diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-09-10 17:55:22 +0000 |
commit | 9d7fa165f85aeb19e753017101792f8a56d865dc (patch) | |
tree | 2b54b96f9a4c4cec177691393f9754f0235e163a /share/man/man4/tty.4 | |
parent | 950254d909152efb61b61dec32ad79a3f0d2e200 (diff) |
use .In rather than .Fd #include
Diffstat (limited to 'share/man/man4/tty.4')
-rw-r--r-- | share/man/man4/tty.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4 index d2d4db9147b..e487b0be903 100644 --- a/share/man/man4/tty.4 +++ b/share/man/man4/tty.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tty.4,v 1.44 2015/01/15 00:45:20 deraadt Exp $ +.\" $OpenBSD: tty.4,v 1.45 2015/09/10 17:55:21 schwarze Exp $ .\" $NetBSD: tty.4,v 1.4 1996/03/19 04:26:01 paulus Exp $ .\" .\" Copyright (c) 1991, 1992, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tty.4 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 15 2015 $ +.Dd $Mdocdate: September 10 2015 $ .Dt TTY 4 .Os .Sh NAME @@ -38,7 +38,7 @@ .Nm cua .Nd general terminal interface .Sh SYNOPSIS -.Fd #include <sys/ioctl.h> +.In sys/ioctl.h .Sh DESCRIPTION This section describes the interface to the terminal drivers in the system. |