tFix indentation in code snippet - adamsgaard.dk - my academic webpage
HTML git clone git://src.adamsgaard.dk/adamsgaard.dk
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7fe6c041fbd322d068731a87e3962cc39c1d3db8
DIR parent 390238d28112dccbd4fc829933bcdfd566f49973
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 24 Mar 2020 19:21:38 +0100
Fix indentation in code snippet
Diffstat:
M pages/004-screencasts.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/pages/004-screencasts.txt b/pages/004-screencasts.txt
t@@ -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: