commit 7fe6c041fbd322d068731a87e3962cc39c1d3db8
parent 390238d28112dccbd4fc829933bcdfd566f49973
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 24 Mar 2020 19:21:38 +0100
Fix indentation in code snippet
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/004-screencasts.txt b/pages/004-screencasts.txt
@@ -60,8 +60,8 @@ in the above ffmpeg(1) command. Audio recording is disabled by
default on OpenBSD, but can be permanently enabled with the following
commands:
- # sysctl kern.audio.record=1
- # echo kern.audio.record=1 >> /etc/sysctl.conf
+ # sysctl kern.audio.record=1
+ # echo kern.audio.record=1 >> /etc/sysctl.conf
On OpenBSD I can show the webcam video feed with the [2]video(1)
command. The following script toggles the video feed: