diff options
Diffstat (limited to 'docs/man')
-rw-r--r-- | docs/man/Makefile.am | 3 | ||||
-rw-r--r-- | docs/man/xrdp-chansrv.8.in | 4 | ||||
-rw-r--r-- | docs/man/xrdp-dis.1.in | 2 |
3 files changed, 5 insertions, 4 deletions
diff --git a/docs/man/Makefile.am b/docs/man/Makefile.am index 705def0c..f6e0bd5a 100644 --- a/docs/man/Makefile.am +++ b/docs/man/Makefile.am @@ -17,7 +17,8 @@ SUBST_VARS = sed \ -e 's|@PACKAGE_VERSION[@]|$(PACKAGE_VERSION)|g' \ -e 's|@bindir[@]|$(bindir)|g' \ -e 's|@localstatedir[@]|$(localstatedir)|g' \ - -e 's|@sysconfdir[@]|$(sysconfdir)|g' + -e 's|@sysconfdir[@]|$(sysconfdir)|g' \ + -e 's|@socketdir[@]|$(socketdir)|g' subst_verbose = $(subst_verbose_@AM_V@) subst_verbose_ = $(subst_verbose_@AM_DEFAULT_V@) diff --git a/docs/man/xrdp-chansrv.8.in b/docs/man/xrdp-chansrv.8.in index 332a1907..62edd3b2 100644 --- a/docs/man/xrdp-chansrv.8.in +++ b/docs/man/xrdp-chansrv.8.in @@ -30,10 +30,10 @@ Dynamic Virtual Channel .SH FILES .TP -.I /tmp/.xrdp/xrdp_chansrv_socket_* +.I @socketdir@/xrdp_chansrv_socket_* UNIX socket used by external programs to implement channels. .TP -.I /tmp/.xrdp/xrdp_api_* +.I @socketdir@/xrdp_api_* UNIX socket used by \fBxrdp\-chansrv\fP to communicate with \fBxrdp\-sesman\fP. .TP .I $XDG_DATA_HOME/xrdp/xrdp-chansrv.log diff --git a/docs/man/xrdp-dis.1.in b/docs/man/xrdp-dis.1.in index 54ba5db2..2015389f 100644 --- a/docs/man/xrdp-dis.1.in +++ b/docs/man/xrdp-dis.1.in @@ -16,7 +16,7 @@ to get the default host and display number. .SH FILES .TP -.I /tmp/.xrdp/xrdp_disconnect_display_* +.I @socketdir@/xrdp_disconnect_display_* UNIX socket used to communicate with the \fBxrdp\fP(8) session manager. .SH KNOWN ISSUES |