Skip to content

Commit 06042dc

Browse files
authored
Merge pull request neutrinolabs#1313 from metalefty/docs
docs: Put xrdp- prefix to some executables etc
2 parents ec05d42 + 4f85f87 commit 06042dc

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

docs/man/xrdp-sesman.8.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ Kills running \fBxrdp\-sesman\fR daemon.
2323
Output help information and exit.
2424

2525
.SH "FILES"
26-
@bindir@/sesman
26+
@bindir@/xrdp\-sesman
2727
.br
28-
@bindir@/sesrun
28+
@bindir@/xrdp\-sesrun
2929
.br
3030
@sysconfdir@/xrdp/sesman.ini
3131
.br
32-
@localstatedir@/log/sesman.log
32+
@localstatedir@/log/xrdp\-sesman.log
3333
.br
34-
@localstatedir@/run/sesman.pid
34+
@localstatedir@/run/xrdp\-sesman.pid
3535

3636
.SH "AUTHORS"
3737

docs/man/xrdp-sesrun.8.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Screen height
3232
Session color depth
3333

3434
.SH "FILES"
35-
@bindir@/sesman
35+
@bindir@/xrdp\-sesman
3636
.br
37-
@bindir@/sesrun
37+
@bindir@/xrdp\-sesrun
3838

3939
.SH "AUTHORS"
4040

xrdp/xrdpwin.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ main(int argc, char **argv)
351351
g_writeln("%s", "");
352352
g_writeln("xrdp: A Remote Desktop Protocol server.");
353353
g_writeln("Copyright (C) Jay Sorg 2004-2011");
354-
g_writeln("See http://xrdp.sourceforge.net for more information.");
354+
g_writeln("See http://www.xrdp.org for more information.");
355355
g_writeln("%s", "");
356356
g_writeln("Usage: xrdp [options]");
357357
g_writeln(" -h: show help");
@@ -506,7 +506,7 @@ main(int argc, char **argv)
506506
g_writeln("%s", "");
507507
g_writeln("xrdp: A Remote Desktop Protocol server.");
508508
g_writeln("Copyright (C) Jay Sorg 2004-2011");
509-
g_writeln("See http://xrdp.sourceforge.net for more information.");
509+
g_writeln("See http://www.xrdp.org for more information.");
510510
g_writeln("%s", "");
511511
g_writeln("Usage: xrdp [options]");
512512
g_writeln(" -h: show help");
@@ -521,7 +521,7 @@ main(int argc, char **argv)
521521
g_writeln("%s", "");
522522
g_writeln("xrdp: A Remote Desktop Protocol server.");
523523
g_writeln("Copyright (C) Jay Sorg 2004-2011");
524-
g_writeln("See http://xrdp.sourceforge.net for more information.");
524+
g_writeln("See http://www.xrdp.org for more information.");
525525
g_writeln("Version %s", PACKAGE_VERSION);
526526
g_writeln("%s", "");
527527
g_exit(0);

0 commit comments

Comments
 (0)