summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>1996-07-02 23:16:17 +0000
committerWolfram Schneider <wosch@FreeBSD.org>1996-07-02 23:16:17 +0000
commitf50830ff75d52c6ff9604c07ce47fcd50a5a2f81 (patch)
tree52c859df119e294505f6a93917631822fa078451
parentc4a87a6a59524099b03a2cb11f18a0ac09a01f8d (diff)
Notes
-rw-r--r--share/doc/handbook/Makefile4
-rw-r--r--share/doc/handbook/authors.sgml6
-rw-r--r--share/doc/handbook/handbook.sgml4
-rw-r--r--share/doc/handbook/isdn.sgml18
-rw-r--r--share/doc/handbook/sections.sgml3
5 files changed, 29 insertions, 6 deletions
diff --git a/share/doc/handbook/Makefile b/share/doc/handbook/Makefile
index fc18d67956cf..56cdeac633ed 100644
--- a/share/doc/handbook/Makefile
+++ b/share/doc/handbook/Makefile
@@ -1,11 +1,11 @@
-# $Id: Makefile,v 1.13 1996/06/07 15:56:34 alex Exp $
+# $Id: Makefile,v 1.14 1996/06/30 18:01:23 phk Exp $
SRCS= authors.sgml basics.sgml bibliography.sgml boothelp.sgml
SRCS+= booting.sgml contrib.sgml crypt.sgml ctm.sgml current.sgml
SRCS+= cyclades.sgml dialup.sgml
SRCS+= diskless.sgml dma.sgml eresources.sgml esdi.sgml
SRCS+= firewalls.sgml glossary.sgml goals.sgml
-SRCS+= handbook.sgml history.sgml hw.sgml install.sgml kerberos.sgml
+SRCS+= handbook.sgml history.sgml hw.sgml install.sgml isdn.sgml kerberos.sgml
SRCS+= kernelconfig.sgml kerneldebug.sgml memoryuse.sgml
SRCS+= mirrors.sgml nfs.sgml nutshell.sgml pgpkeys.sgml policies.sgml
SRCS+= porting.sgml ports.sgml ppp.sgml printing.sgml quotas.sgml relnotes.sgml
diff --git a/share/doc/handbook/authors.sgml b/share/doc/handbook/authors.sgml
index 10492a317381..4a40c4d73d2f 100644
--- a/share/doc/handbook/authors.sgml
+++ b/share/doc/handbook/authors.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: authors.sgml,v 1.27 1996/06/21 13:16:37 jkh Exp $ -->
+<!-- $Id: authors.sgml,v 1.28 1996/07/01 22:04:09 jkh Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!--
@@ -318,3 +318,7 @@ and double quotes.
<!ENTITY a.alex "Alex Nash
<tt><htmlurl url='mailto:alex@freebsd.org'
name='&lt;alex@freebsd.org&gt;'></tt>">
+
+<!ENTITY a.hm "Hellmuth Michaelis
+ <tt><htmlurl url='mailto:hm@kts.org'
+ name='&lt;hm@kts.org&gt;'></tt>">
diff --git a/share/doc/handbook/handbook.sgml b/share/doc/handbook/handbook.sgml
index 6c43d3cf1245..6780027845a9 100644
--- a/share/doc/handbook/handbook.sgml
+++ b/share/doc/handbook/handbook.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: handbook.sgml,v 1.48 1996/05/16 23:17:58 mpp Exp $ -->
+<!-- $Id: handbook.sgml,v 1.49 1996/06/30 18:01:24 phk Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!DOCTYPE linuxdoc PUBLIC "-//FreeBSD//DTD linuxdoc//EN" [
@@ -129,7 +129,7 @@ name="FreeBSD FTP server"> or one of the numerous
&nfs;
&diskless;
<sect><heading>* Yellow Pages/NIS</heading>
- <sect><heading>* ISDN</heading>
+ &isdn;
<chapt><heading>* Mail</heading>
diff --git a/share/doc/handbook/isdn.sgml b/share/doc/handbook/isdn.sgml
new file mode 100644
index 000000000000..84a1a6f47092
--- /dev/null
+++ b/share/doc/handbook/isdn.sgml
@@ -0,0 +1,18 @@
+<!-- $Id: diskless.sgml,v 1.4 1996/05/16 23:17:53 mpp Exp $ -->
+<!-- The FreeBSD Documentation Project -->
+
+<sect><heading>ISDN<label id="isdn"></heading>
+
+<p><em>Contributed by &a.hm;.</em>
+
+There is the bisdn ISDN package available from ftp.muc.ditec.de supporting
+FreeBSD 2.1R, FreeBSD-current and NetBSD.
+
+Currently all (passive) Teles cards and their clones are supported for the
+EuroISDN (DSS1) and 1TR6 protocols.
+
+The latest source can be found on the above mentioned ftp server under
+directory isdn as file bisdn-095.tar.gz.
+
+A majordomo maintained mailing list is available, to subscribe, send the
+usual majordomo requests to isdn-request@muc.ditec.de.
diff --git a/share/doc/handbook/sections.sgml b/share/doc/handbook/sections.sgml
index 931b3854eb9c..e9ce2aad5432 100644
--- a/share/doc/handbook/sections.sgml
+++ b/share/doc/handbook/sections.sgml
@@ -1,4 +1,4 @@
-<!-- $Id: sections.sgml,v 1.13 1996/06/07 15:56:40 alex Exp $ -->
+<!-- $Id: sections.sgml,v 1.14 1996/06/30 18:01:25 phk Exp $ -->
<!-- The FreeBSD Documentation Project -->
<!-- Entities containing all the pieces of the handbook are -->
@@ -23,6 +23,7 @@
<!ENTITY history SYSTEM "history.sgml">
<!ENTITY hw SYSTEM "hw.sgml">
<!ENTITY install SYSTEM "install.sgml">
+<!ENTITY isdn SYSTEM "isdn.sgml">
<!ENTITY kerberos SYSTEM "kerberos.sgml">
<!ENTITY kernelconfig SYSTEM "kernelconfig.sgml">
<!ENTITY kerneldebug SYSTEM "kerneldebug.sgml">