]> git.sesse.net Git - vlc/blobdiff - doc/vlc-wrapper.1
qt4: fix COM leak and handle errors
[vlc] / doc / vlc-wrapper.1
index 8d8d0c8ffb549324da9d84feb373062a483259c5..59a4cb7df055a14d7d57e48676e445c777ad64ce 100644 (file)
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-vlc-wrapper
+vlc-wrapper \- a wrapper to drop privileges with VLC
 .SH SYNOPSIS
 .B vlc-wrapper
 .RI [ OPTIONS ]
 .SH DESCRIPTION
 This manual page documents briefly the
 .B VLC
-wrapper to open priviledged network ports.
+wrapper to open privileged network ports.
 The ports it can open are 80, 443 and 554.
 
 .SH OPTIONS
@@ -37,15 +37,11 @@ The preferred way is to use
 .B sudo
 :
 .PP
-.Vb 1
-\& $ sudo vlc-wrapper --option1 --option2
-.Ve
+\& $ sudo vlc-wrapper \-\-option1 \-\-option2
 .PP
-You can also set the SUDO_UID environement variable:
+You can also set the SUDO_UID environment variable:
 .PP
-.Vb 1
-\& # SUDO_UID=1000 vlc-wrapper --option1 --option2
-.Ve
+\& # SUDO_UID=1000 vlc-wrapper \-\-option1 \-\-option2
 .PP