[svn-commits] tzafrir: linux/trunk r5105 - /linux/trunk/README

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Oct 21 12:00:04 CDT 2008


Author: tzafrir
Date: Tue Oct 21 12:00:03 2008
New Revision: 5105

URL: http://svn.digium.com/view/dahdi?view=rev&rev=5105
Log:
Fix headers numbering.

Modified:
    linux/trunk/README

Modified: linux/trunk/README
URL: http://svn.digium.com/view/dahdi/linux/trunk/README?view=diff&rev=5105&r1=5104&r2=5105
==============================================================================
--- linux/trunk/README (original)
+++ linux/trunk/README Tue Oct 21 12:00:03 2008
@@ -51,14 +51,14 @@
 - dahdi_dummy: A dummy driver that only provides a DAHDI timing source.
 
 Build System
-~~~~~~~~~~~~
+------------
 gcc and friends. Generally you will need to install the package gcc.
 There may be cases where you will need a specific version of gcc to build
 kernel modules.
 
 
 Installation
-~~~~~~~~~~~~
+------------
 Note: If using `sudo` to build/install, you may need to add /sbin to your PATH.
 
   make
@@ -69,7 +69,7 @@
 
 
 Installing to a Subtree
-^^^^^^^^^^^^^^^^^^^^^^^
+~~~~~~~~~~~~~~~~~~~~~~~
 The following may be useful when testing the package or when preparing a
 package for a binary distribution (such as an rpm package) installing
 onto a subtree rather than on th real system. 
@@ -91,7 +91,7 @@
 
 
 Extra Modules
-^^^^^^^^^^^^^
+~~~~~~~~~~~~~
 To build extra modules / modules directory not included in the DAHDI 
 distribution, use the optional variables MODULES_EXTRA and
 SUBDIRS_EXTRA:
@@ -131,7 +131,7 @@
 
 
 Module Parameters
-~~~~~~~~~~~~~~~~~
+-----------------
 The kernel modules can be configured through module parameters. Module
 parameters can optionally be set at load time. They are normally set (if
 needed) by a line in a file under /etc/modprobe.d/ or in the file




More information about the svn-commits mailing list