Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 2000 15:57:46 -0700 (PDT)
From:      renaud@waldura.org
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/20185: Wrong reference to include file in tty(4)
Message-ID:  <20000725225746.9AA0537B712@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <sys/ioctl.h>. It is actually defined in <sys/ttycom.h>.
>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000725225746.9AA0537B712>