doc: Add SOCKET_WRAPPER_MAX_SOCKETS to manual page
authorAnoop C S <anoopcs@redhat.com>
Mon, 25 Jun 2018 13:45:44 +0000 (19:15 +0530)
committerAndreas Schneider <asn@samba.org>
Thu, 9 Aug 2018 08:59:16 +0000 (10:59 +0200)
Signed-off-by: Anoop C S <anoopcs@redhat.com>
Reviewed-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
doc/socket_wrapper.1
doc/socket_wrapper.1.txt

index c3cf835e237daba024540aeb4108b84aa77d93ab..7e102242ac3d48fae1c71984846759554c75edfc 100644 (file)
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: socket_wrapper
-.\"    Author: [FIXME: author] [see http://docbook.sf.net/el/author]
-.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
-.\"      Date: 2015-08-11
+.\"    Author: Samba Team
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 2018-06-26
 .\"    Manual: \ \&
 .\"    Source: \ \&
 .\"  Language: English
 .\"
-.TH "SOCKET_WRAPPER" "1" "2015\-08\-11" "\ \&" "\ \&"
+.TH "SOCKET_WRAPPER" "1" "2018\-06\-26" "\ \&" "\ \&"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -92,6 +92,13 @@ With this variable you can change the MTU size\&. However we do not recomment to
 .sp
 The minimum value you can set is 512 and the maximum 32768\&.
 .PP
+\fBSOCKET_WRAPPER_MAX_SOCKETS\fR
+.RS 4
+This variable can be used to set the maximum number of sockets to be used by an application\&.
+.RE
+.sp
+The default value is set to 65535 and the maximum 256000\&.
+.PP
 \fBSOCKET_WRAPPER_DEBUGLEVEL\fR
 .RS 4
 If you need to see what is going on in socket_wrapper itself or try to find a bug, you can enable logging support in socket_wrapper if you built it with debug symbols\&.
@@ -202,3 +209,9 @@ $ LD_PRELOAD=libsocket_wrapper\&.so \e
 .if n \{\
 .RE
 .\}
+.SH "AUTHOR"
+.PP
+\fBSamba Team\fR
+.RS 4
+Author.
+.RE
index f4e82a8fe9a1d03b29dcaa7bf09f04230e1faa96..583b50a29c95f79bc2b154124de3724b931d8825 100644 (file)
@@ -1,6 +1,7 @@
 socket_wrapper(1)
 =================
-:revdate: 2015-08-11
+:revdate: 2018-06-26
+:author: Samba Team
 
 NAME
 ----
@@ -59,6 +60,13 @@ do that as the default size of 1500 byte is best for formatting PCAP files.
 
 The minimum value you can set is 512 and the maximum 32768.
 
+*SOCKET_WRAPPER_MAX_SOCKETS*::
+
+This variable can be used to set the maximum number of sockets to be used by
+an application.
+
+The default value is set to 65535 and the maximum 256000.
+
 *SOCKET_WRAPPER_DEBUGLEVEL*::
 
 If you need to see what is going on in socket_wrapper itself or try to find a