From 779156733b40c94fd7b942e7ece3ae274c1b8c6e Mon Sep 17 00:00:00 2001 From: AutoMirror Bot Date: Fri, 22 Sep 2023 10:46:14 +0000 Subject: [PATCH] Auto-Update wiki pages --- The-VDR-Plugin-System.md | 2 +- VDR-command-reference.md | 4 ++-- VDR-file-formats-and-conventions.md | 2 +- VDR-manual.md | 8 ++++---- svdrpsend-command-reference.md | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/The-VDR-Plugin-System.md b/The-VDR-Plugin-System.md index a228ffa..3ca4c40 100644 --- a/The-VDR-Plugin-System.md +++ b/The-VDR-Plugin-System.md @@ -1837,7 +1837,7 @@ osd->DrawText(x, y, s, Theme.Color(clrButtonRedFg), Theme.Color(clrButtonRedB By default this will use the colors that have been defined in the respective THEME_CLR() line, but may be overwritten through user supplied theme -files (see man vdr(5) for information about the format of a theme file). +files (see man [vdr(5)](VDR-file-formats-and-conventions) for information about the format of a theme file).

Devices

diff --git a/VDR-command-reference.md b/VDR-command-reference.md index cb9b53c..3cb2e7c 100644 --- a/VDR-command-reference.md +++ b/VDR-command-reference.md @@ -126,7 +126,7 @@

Activate the watchdog timer with a timeout of sec seconds. A value of 0 (default) disables the watchdog.

-

If started without any options, vdr tries to read command line options from files named '*.conf' in the directory /etc/vdr/conf.d. Files are read in alphabetical order. See vdr(5) for details.

+

If started without any options, vdr tries to read command line options from files named '*.conf' in the directory /etc/vdr/conf.d. Files are read in alphabetical order. See [vdr(5)](VDR-file-formats-and-conventions) for details.

SIGNALS

SIGINT, SIGTERM

@@ -197,7 +197,7 @@

SEE ALSO

-

vdr(5),svdrpsend(1)

+

[vdr(5)](VDR-file-formats-and-conventions),[svdrpsend(1)](svdrpsend-command-reference)

AUTHOR

Written by Klaus Schmidinger, with contributions from many others. See the file CONTRIBUTORS in the vdr source distribution.

REPORTING BUGS

diff --git a/VDR-file-formats-and-conventions.md b/VDR-file-formats-and-conventions.md index 14100bd..9762450 100644 --- a/VDR-file-formats-and-conventions.md +++ b/VDR-file-formats-and-conventions.md @@ -846,7 +846,7 @@ The '?' at the end of the "Check for new mail?" entry will prompt the user wheth --longarg=123

Any lines that begin with '#' as the first non-whitespace character are considered comments and are ignored. A command line option file consists of one or more sections, indicated by '[name]', where 'name' is either the fixed word 'vdr' (if this section contains options for the main VDR program) or the name of the plugin this section applies to. Each option must be written on a separate line, including the leading '-' (for a short option) or '--' (for a long option). If the option has additional arguments, they have to be written on the same line as the option itself, separated from the option with a blank (short option) or equal sign (long option).

SEE ALSO

-

vdr(1)

+

[vdr(1)](VDR-command-reference)

AUTHOR

Written by Klaus Schmidinger.

REPORTING BUGS

diff --git a/VDR-manual.md b/VDR-manual.md index d305275..4443448 100644 --- a/VDR-manual.md +++ b/VDR-manual.md @@ -1311,20 +1311,20 @@ timer, making "TITLE - EPISODE" and "TITLE: EPISODE" the same. ## Executing system commands The "VDR" menu option "Commands" allows you to execute any system commands - defined in the configuration file 'commands.conf' (see vdr(5) for details). + defined in the configuration file '[commands.conf](VDR-file-formats-and-conventions#commands)' (see [vdr(5)](VDR-file-formats-and-conventions) for details). The "Commands" option will only be present in the "VDR" menu if a valid - 'commands.conf' file containing at least one command definition has been + '[commands.conf](VDR-file-formats-and-conventions#commands)' file containing at least one command definition has been found at program start. This feature can be used to do virtually anything, like checking for new mail, displaying the CPU temperature - you name it! All you need to do is - enter the necessary command definition into 'commands.conf' and implement + enter the necessary command definition into '[commands.conf](VDR-file-formats-and-conventions#commands)' and implement the actual command that will be called. Such a command can typically be a shell script or a Perl program. Anything that command writes to stdout will be displayed on a result screen after executing the command. This screen will use a 'fixed' font so that you can generate formatted output. In order to avoid error messages going to stderr, command definitions should redirect - stderr to stdout (see vdr(5)). + stderr to stdout (see [vdr(5)](VDR-file-formats-and-conventions)). WARNING: THE COMMANDS DEFINED IN 'commands.conf' WILL BE EXECUTED UNDER THE ======= SAME USER ID THAT VDR IS RUNNING WITH. BE VERY CAREFUL WHEN diff --git a/svdrpsend-command-reference.md b/svdrpsend-command-reference.md index 76473fb..6fcea9f 100644 --- a/svdrpsend-command-reference.md +++ b/svdrpsend-command-reference.md @@ -26,5 +26,5 @@

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation.

On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.

SEE ALSO

-

vdr(1), vdr(5)

+

[vdr(1)](VDR-command-reference), [vdr(5)](VDR-file-formats-and-conventions)