Deleted Added
full compact
ng_tty.4 (70466) ng_tty.4 (79366)
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

27.\" SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Archie Cobbs <archie@FreeBSD.org>
34.\"
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

27.\" SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Archie Cobbs <archie@FreeBSD.org>
34.\"
35.\" $FreeBSD: head/share/man/man4/ng_tty.4 70466 2000-12-29 09:18:45Z ru $
35.\" $FreeBSD: head/share/man/man4/ng_tty.4 79366 2001-07-06 16:46:48Z ru $
36.\" $Whistle: ng_tty.8,v 1.5 1999/01/25 23:46:28 archie Exp $
37.\"
38.Dd January 19, 1999
39.Dt NG_TTY 4
40.Os FreeBSD
41.Sh NAME
42.Nm ng_tty
43.Nd netgraph node type that is also a line discipline

--- 79 unchanged lines hidden (view full) ---

123line discipline and cannot be changed.
124Therefore, if a hot character other than 0x7e (the default) is set for the
125.Nm
126node, the node has no way to convey this information to the
127serial driver, and sub-optimal performance may result.
128.Sh SEE ALSO
129.Xr ioctl 2 ,
130.Xr netgraph 4 ,
36.\" $Whistle: ng_tty.8,v 1.5 1999/01/25 23:46:28 archie Exp $
37.\"
38.Dd January 19, 1999
39.Dt NG_TTY 4
40.Os FreeBSD
41.Sh NAME
42.Nm ng_tty
43.Nd netgraph node type that is also a line discipline

--- 79 unchanged lines hidden (view full) ---

123line discipline and cannot be changed.
124Therefore, if a hot character other than 0x7e (the default) is set for the
125.Nm
126node, the node has no way to convey this information to the
127serial driver, and sub-optimal performance may result.
128.Sh SEE ALSO
129.Xr ioctl 2 ,
130.Xr netgraph 4 ,
131.Xr tty 4 ,
132.Xr ng_async 4 ,
131.Xr ng_async 4 ,
132.Xr tty 4 ,
133.Xr ngctl 8
134.Sh HISTORY
135The
136.Nm
137node type was implemented in
138.Fx 4.0 .
139.Sh AUTHORS
140.An Archie Cobbs Aq archie@FreeBSD.org
133.Xr ngctl 8
134.Sh HISTORY
135The
136.Nm
137node type was implemented in
138.Fx 4.0 .
139.Sh AUTHORS
140.An Archie Cobbs Aq archie@FreeBSD.org