Forráskód Böngészése

- updated README and ser.8
- added scheletal man page for ser.cfg.5.

Andrei Pelinescu-Onciul 23 éve
szülő
commit
21a7a17c07
3 módosított fájl, 48 hozzáadás és 5 törlés
  1. 2 2
      README
  2. 3 3
      ser.8
  3. 43 0
      ser.cfg.5

+ 2 - 2
README

@@ -42,8 +42,8 @@ Configuration files:
 		Rvalues:
 			- string
 			- integer
-			- ipv4 address
-			- netv4 address
+			- ipv4 or ipv6 address
+			- netv4 or netv6 address
 			
 	Commands:
 		- forward

+ 3 - 3
ser.8

@@ -1,7 +1,7 @@
 .\" $Id$
-.TH ser 8 14.07.2002 ser "Sip Express Router" 
+.TH ser 8 15.07.2002 ser "Sip Express Router" 
 .\" Process with
-.\" groff -man -Tascii ser.1 
+.\" groff -man -Tascii ser.8
 .\"
 .SH NAME
 ser \- SIP Express Router, very fast and configurable sip proxy 
@@ -144,7 +144,7 @@ This manual page was written by Andrei Pelinescu - Onciul <pelinescu-onciul@foku
 was written by:
 
 .SH SEE ALSO
-.BR ser.cfg(8)
+.BR ser.cfg(5)
 .PP
 Full documentation on ser, including configuration and FAQs is available at
 http://www.iptel.org/<fill-this-in>.

+ 43 - 0
ser.cfg.5

@@ -0,0 +1,43 @@
+.\" $Id$
+.TH ser.cfg 5 15.07.2002 ser "Sip Express Router" 
+.\" Process with
+.\" groff -man -Tascii ser.cfg.5 
+.\"
+.SH NAME
+ser.cfg \- ser configuration file
+.SH SYNOPSIS
+.I /etc/ser/ser.cfg
+.SH DESCRIPTION
+.B ser
+reads the configuration data from
+.I /etc/ser/ser.cfg
+(or the file specified with
+.B \-f
+on the command line).
+The file contains global configuration parameters, module loading commands and the script that will be executed for each received request. Lines starting with
+.B #
+or enclosed in
+.B /* ... */
+are interpreted as comments.
+.PP
+This manual page is incomplete. For further information please read
+.I /usr/share/doc/README.
+
+.SH FILES
+.bL
+.I /etc/ser/ser.cfg
+.br
+.SH AUTHORS
+This manual page was written by Andrei Pelinescu - Onciul <[email protected]>, ...
+.br
+.B ser
+was written by:
+
+.SH SEE ALSO
+.BR ser(8)
+.PP
+Full documentation on ser, including configuration and FAQs is available at
+http://www.iptel.org/<fill-this-in>.
+.PP 
+Report bugs at http://www.iptel.org/<fill-this-in>
+For help/support, try the <ser> mailing list at <fill-this-in>.