diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/netgraph.4 | 15 | ||||
-rw-r--r-- | share/man/man4/sppp.4 | 4 | ||||
-rw-r--r-- | share/man/man5/rc.conf.5 | 73 | ||||
-rw-r--r-- | share/man/man5/src.conf.5 | 5 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 8 |
5 files changed, 6 insertions, 99 deletions
diff --git a/share/man/man4/netgraph.4 b/share/man/man4/netgraph.4 index 9f457d9..8c2d77b 100644 --- a/share/man/man4/netgraph.4 +++ b/share/man/man4/netgraph.4 @@ -36,7 +36,7 @@ .\" $Whistle: netgraph.4,v 1.7 1999/01/28 23:54:52 julian Exp $ .\" $FreeBSD$ .\" -.Dd July 1, 2004 +.Dd May 25, 2008 .Dt NETGRAPH 4 .Os .Sh NAME @@ -689,19 +689,6 @@ The message may have travelled from .Dq Li Frame1: to B as a synchronous reply, saving time and cycles. -.Pp -A similar graph might be used to represent multi-link PPP running -over an ISDN line: -.Bd -literal -[ type BRI ](B1)<--->(link1)[ type MPP ] -[ "ISDN1" ](B2)<--->(link2)[ (no name) ] -[ ](D) <-+ - | - +----------------+ - | - +->(switch)[ type Q.921 ](term1)<---->(datalink)[ type Q.931 ] - [ (no name) ] [ (no name) ] -.Ed .Ss Netgraph Structures Structures are defined in .In netgraph/netgraph.h diff --git a/share/man/man4/sppp.4 b/share/man/man4/sppp.4 index 22b238a..519120f 100644 --- a/share/man/man4/sppp.4 +++ b/share/man/man4/sppp.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 30, 2001 +.Dd May 25, 2008 .Dt SPPP 4 .Os .Sh NAME @@ -91,7 +91,7 @@ will cause the interface to operate in .Em dial-on-demand mode. This is also only useful if the lower layer supports the notion -of a carrier (like with an ISDN line). +of a carrier. Upon configuring the respective interface, it will delay the administrative .Em Open diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index 49f030e..09dfc08 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 9, 2008 +.Dd May 25, 2008 .Dt RC.CONF 5 .Os .Sh NAME @@ -3530,75 +3530,6 @@ to be used within a jail. If set to .Dq Li YES , allow applications within a jail to use System V IPC. -.\" ----- ISDN settings --------------------------------- -.It Va isdn_enable -.Pq Vt bool -Set to -.Dq Li NO -by default. -When set to -.Dq Li YES , -starts the -.Xr isdnd 8 -daemon -at system boot time. -.It Va isdn_flags -.Pq Vt str -Set to -.Dq Fl d Ns Cm n Fl d Ns Li 0x1f9 -by default. -Additional flags to pass to -.Xr isdnd 8 -(but see -.Va isdn_fsdev -and -.Va isdn_ttype -for certain tunable parameters). -.It Va isdn_ttype -.Pq Vt str -Set to -.Dq Li cons25 -by default. -The terminal type of the output device when -.Xr isdnd 8 -operates in full-screen mode. -.It Va isdn_screenflags -.Pq Vt str -Set to -.Dq Li NO -by default. -The video mode for full-screen mode (only for -.Xr syscons 4 -console driver, see -.Xr vidcontrol 1 -for valid modes). -.It Va isdn_fsdev -.Pq Vt str -Set to -.Dq Li NO -by default. -The output device for -.Xr isdnd 8 -in full-screen mode (or -.Dq Li NO -for daemon mode). -.It Va isdn_trace -.Pq Vt bool -Set to -.Dq Li NO -by default. -When set to -.Dq Li YES , -enables the ISDN protocol trace utility -.Xr isdntrace 8 -at system boot time. -.It Va isdn_traceflags -.Pq Vt str -Set to -.Dq Fl f Pa /var/tmp/isdntrace0 -by default. -Flags for -.Xr isdntrace 8 . .\" ----------------------------------------------------- .It Va harvest_interrupt .Pq Vt bool @@ -4061,8 +3992,6 @@ Default .Xr ipf 8 , .Xr ipfw 8 , .Xr ipnat 8 , -.Xr isdnd 8 , -.Xr isdntrace 8 , .Xr jail 8 , .Xr kldxref 8 , .Xr lpd 8 , diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index b471ba4..4557116 100644 --- a/share/man/man5/src.conf.5 +++ b/share/man/man5/src.conf.5 @@ -1,7 +1,7 @@ .\" DO NOT EDIT-- this file is automatically generated. .\" from FreeBSD: src/tools/build/options/makeman,v 1.8 2007/12/12 16:39:31 ru Exp .\" $FreeBSD$ -.Dd March 29, 2008 +.Dd May 25, 2008 .Dt SRC.CONF 5 .Os .Sh NAME @@ -300,9 +300,6 @@ Set to build Hesiod support. .It Va WITHOUT_HTML .\" from FreeBSD: src/tools/build/options/WITHOUT_HTML,v 1.1 2006/03/21 07:50:49 ru Exp Set to not build HTML docs. -.It Va WITHOUT_I4B -.\" from FreeBSD: src/tools/build/options/WITHOUT_I4B,v 1.1 2006/03/21 07:50:50 ru Exp -Set to not build isdn4bsd package. .It Va WITH_IDEA .\" from FreeBSD: src/tools/build/options/WITH_IDEA,v 1.1 2006/03/21 07:50:50 ru Exp Set to build the IDEA encryption code. diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index bf9aba4..40c2d0c 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -32,7 +32,7 @@ .\" @(#)hier.7 8.1 (Berkeley) 6/5/93 .\" $FreeBSD$ .\" -.Dd June 28, 2007 +.Dd May 25, 2008 .Dt HIER 7 .Os .Sh NAME @@ -101,10 +101,6 @@ bluetooth configuration files gnats configuration files; see .Xr send-pr 1 -.It Pa isdn/ -isdn4bsd configuration files; -see -.Xr isdnd 8 .It Pa localtime local timezone information; see @@ -548,8 +544,6 @@ ASCII text files used by various games device description file for device name .It Pa info/ GNU Info hypertext system -.It Pa isdn/ -ISDN .It Pa locale/ localization files; see |