From f0502e2c80c9f79bf22e7fa464b9249e9fd728c1 Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Fri, 8 Jan 2021 12:15:51 +0000 Subject: [PATCH 1/2] Update tvservice.md Add missing -l and -v N options. Parameter descriptions by @waveform80, in proposed new man page in https://github.com/raspberrypi/userland/pull/663. --- raspbian/applications/tvservice.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/raspbian/applications/tvservice.md b/raspbian/applications/tvservice.md index 7a5536483..68c71c719 100644 --- a/raspbian/applications/tvservice.md +++ b/raspbian/applications/tvservice.md @@ -64,4 +64,10 @@ When used in combination with the `--modes` options, displays the mode informati Extracts the display name from the EDID data and shows it. +#### -l, --list +Lists all attached displays and their display ID. + +#### -v, --device + +Specifies the ID of the device to use; see the output of `--list` for available IDs. From 4605d86c85ef11731325c3d8680d71705178ed8f Mon Sep 17 00:00:00 2001 From: andrum99 <58046090+andrum99@users.noreply.github.com> Date: Fri, 8 Jan 2021 14:16:08 +0000 Subject: [PATCH 2/2] Update tvservice.md --- raspbian/applications/tvservice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raspbian/applications/tvservice.md b/raspbian/applications/tvservice.md index 68c71c719..7feb571f7 100644 --- a/raspbian/applications/tvservice.md +++ b/raspbian/applications/tvservice.md @@ -68,6 +68,6 @@ Extracts the display name from the EDID data and shows it. Lists all attached displays and their display ID. -#### -v, --device +#### -v, --device=display Specifies the ID of the device to use; see the output of `--list` for available IDs.