diff options
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/sesman.ini.5 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/man/sesman.ini.5 b/docs/man/sesman.ini.5 index c15c3c61..e6fd0ada 100644 --- a/docs/man/sesman.ini.5 +++ b/docs/man/sesman.ini.5 @@ -37,6 +37,11 @@ The options to be specified in the \fB[globals]\fR section are the following: .br .TP +\fBListenAddress\fR=\fIip address\fR +Specifies sesman listening address. Default is 0.0.0.0 (all interfaces) +.br + +.TP \fBListenPort\fR=\fIport number\fR Specifies sesman listening port. Default is 3350 .br @@ -165,6 +170,8 @@ This is an example \fBsesman.ini\fR: [Globals] .br +ListenAddress=127.0.0.1 +.br ListenPort=3350 .br EnableUserWindowManager=1 |