From owner-freebsd-doc Tue Jul 25 16: 0:11 2000 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CD3437BB0D for ; Tue, 25 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA02309; Tue, 25 Jul 2000 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9AA0537B712; Tue, 25 Jul 2000 15:57:46 -0700 (PDT) Message-Id: <20000725225746.9AA0537B712@hub.freebsd.org> Date: Tue, 25 Jul 2000 15:57:46 -0700 (PDT) From: renaud@waldura.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: docs/20185: Wrong reference to include file in tty(4) Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20185 >Category: docs >Synopsis: Wrong reference to include file in tty(4) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Tue Jul 25 16:00:00 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Renaud Waldura >Release: 4.0 >Organization: >Environment: FreeBSD ebola.biohz.net 4.0-RELEASE FreeBSD 4.0-RELEASE #11: Wed Jun 14 13:46:15 PDT 2000 root@ebola.biohz.net:/usr/src/sys/compile/LOCAL i386 >Description: A little mistake in tty(4): it says the struct winsize is defined in . It is actually defined in . >How-To-Repeat: Read tty(4), looking for WINSZ. Grep for winsize in /usr/include/sys/ioctl.h => nothing. >Fix: *** tty.4.orig Tue Jul 25 15:47:13 2000 --- tty.4 Tue Jul 25 15:48:16 2000 *************** *** 324,330 **** screen size. The .Va winsize structure is defined in ! .Pa Aq sys/ioctl.h . .It Dv TIOCSWINSZ Fa struct winsize *ws Set the window size associated with the terminal to be the value in the --- 324,330 ---- screen size. The .Va winsize structure is defined in ! .Pa Aq sys/ttycom.h . .It Dv TIOCSWINSZ Fa struct winsize *ws Set the window size associated with the terminal to be the value in the >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message