Deleted Added
full compact
sppp.4 (141846) sppp.4 (179315)
1.\"
2.\" Copyright (c) 1997, 2001 Joerg Wunsch
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1997, 2001 Joerg Wunsch
3.\"
4.\" All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:

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

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/sppp.4 141846 2005-02-13 22:25:33Z ru $
26.\" $FreeBSD: head/share/man/man4/sppp.4 179315 2008-05-26 10:40:09Z bz $
27.\"
27.\"
28.Dd December 30, 2001
28.Dd May 25, 2008
29.Dt SPPP 4
30.Os
31.Sh NAME
32.Nm sppp
33.Nd point to point protocol network layer for synchronous lines
34.Sh SYNOPSIS
35.Cd "device sppp"
36.Sh DESCRIPTION

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

86in this case.
87.Pp
88Finally, setting the flag
89.Em link1
90will cause the interface to operate in
91.Em dial-on-demand
92mode.
93This is also only useful if the lower layer supports the notion
29.Dt SPPP 4
30.Os
31.Sh NAME
32.Nm sppp
33.Nd point to point protocol network layer for synchronous lines
34.Sh SYNOPSIS
35.Cd "device sppp"
36.Sh DESCRIPTION

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

86in this case.
87.Pp
88Finally, setting the flag
89.Em link1
90will cause the interface to operate in
91.Em dial-on-demand
92mode.
93This is also only useful if the lower layer supports the notion
94of a carrier (like with an ISDN line).
94of a carrier.
95Upon configuring the
96respective interface, it will delay the administrative
97.Em Open
98event to the LCP layer until either an outbound network packet
99arrives, or until the lower layer signals an
100.Em Up
101event, indicating an inbound connection.
102As with passive mode, receipt

--- 138 unchanged lines hidden ---
95Upon configuring the
96respective interface, it will delay the administrative
97.Em Open
98event to the LCP layer until either an outbound network packet
99arrives, or until the lower layer signals an
100.Em Up
101event, indicating an inbound connection.
102As with passive mode, receipt

--- 138 unchanged lines hidden ---