From fba5ce7d15c448b0a4a20210e972fd02a7625be8 Mon Sep 17 00:00:00 2001 From: Tim Gover Date: Tue, 7 Sep 2021 13:32:27 +0100 Subject: [PATCH] vcgencmd: Fix documentation URL The link was broken during the documentation revamp. Just link to vcgencmd in the online docs. Related documentation is easy to find with the online search and reduces the number for links to update in the future. --- host_applications/linux/apps/gencmd/gencmd.c | 2 +- .../linux/apps/gencmd/vcgencmd.1 | 20 ++----------------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/host_applications/linux/apps/gencmd/gencmd.c b/host_applications/linux/apps/gencmd/gencmd.c index 75aea2c..859029f 100644 --- a/host_applications/linux/apps/gencmd/gencmd.c +++ b/host_applications/linux/apps/gencmd/gencmd.c @@ -49,7 +49,7 @@ void show_usage() puts( " -1 problem with VCHI" ); puts( " -2 VideoCore returned an error\n" ); puts( "For further documentation please see" ); - puts( "https://www.raspberrypi.org/documentation/raspbian/applications/vcgencmd.md\n" ); + puts( "https://www.raspberrypi.org/documentation/computers/os.html#vcgencmd\n" ); } int main( int argc, char **argv ) diff --git a/host_applications/linux/apps/gencmd/vcgencmd.1 b/host_applications/linux/apps/gencmd/vcgencmd.1 index ec424b0..5db5c06 100644 --- a/host_applications/linux/apps/gencmd/vcgencmd.1 +++ b/host_applications/linux/apps/gencmd/vcgencmd.1 @@ -282,22 +282,6 @@ VideoCore returned an error . . .SH SEE ALSO -.B [SOURCE] +.B [DOCS] +https://www.raspberrypi.org/\:documentation/\:computers/\:os.html#vcgencmd . -. -.SH REFERENCES -.TP -.B [BOOT] -https://www.raspberrypi.org/\:documentation/\:configuration/\:config-txt/\:boot.md -. -.TP -.B [FAQ] -https://www.raspberrypi.org/\:documentation/\:faqs/\:README.md -. -.TP -.B [SOURCE] -https://www.raspberrypi.org/\:documentation/\:raspbian/\:applications/\:vcgencmd.md -. -.TP -.B [VIDEO] -https://www.raspberrypi.org/\:documentation/\:configuration/\:config-txt/\:video.md