summaryrefslogtreecommitdiffstats
path: root/docs/man/xrdp-keygen.8.in
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2016-12-23 11:01:46 -0800
committerPavel Roskin <plroskin@gmail.com>2016-12-24 01:00:21 -0800
commitd8e3a13f41b2c09566bb096789941ef2cec4a279 (patch)
tree19c12f325d3f2754ae15fd68fb971ac4539c2bd4 /docs/man/xrdp-keygen.8.in
parent6c453ff1be6608380558c2529fd0fef66fc5ba46 (diff)
downloadxrdp-proprietary-d8e3a13f41b2c09566bb096789941ef2cec4a279.tar.gz
xrdp-proprietary-d8e3a13f41b2c09566bb096789941ef2cec4a279.zip
Substitute directories in manual pages
Diffstat (limited to 'docs/man/xrdp-keygen.8.in')
-rw-r--r--docs/man/xrdp-keygen.8.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man/xrdp-keygen.8.in b/docs/man/xrdp-keygen.8.in
index ce33063c..32d32458 100644
--- a/docs/man/xrdp-keygen.8.in
+++ b/docs/man/xrdp-keygen.8.in
@@ -15,7 +15,7 @@ xrdp\-keygen \- xrdp RSA key generation utility
.SH DESCRIPTION
\fBxrdp\-keygen\fP generates the file
-.I /etc/xrdp/rsakeys.ini
+.I @sysconfdir@/xrdp/rsakeys.ini
which contains the RSA key pair used to perform authentication to
remote clients. The public key is self-signed.
@@ -26,14 +26,14 @@ This program takes one of the following options:
Generate a new key pair.
The key data is stored in the file named \fIoutfile\fP.
.br
-If \fBauto\fP is used as \fIoutfile\fP, the default file \fI/etc/xrdp/rsakeys.ini\fP gets created if it does not yet exists.
+If \fBauto\fP is used as \fIoutfile\fP, the default file \fI@sysconfdir@/xrdp/rsakeys.ini\fP gets created if it does not yet exists.
.TP
.B test
Generate a test key pair and print information to standard output.
.SH FILES
.TP
-.I /etc/xrdp/rsakeys.ini
+.I @sysconfdir@/xrdp/rsakeys.ini
RSA public and private key pair used to identify this XRDP server.
.SH SEE ALSO