]> git.sesse.net Git - vlc/blobdiff - doc/vlc-wrapper.1
qt4: attempt to work around a design flaw in the toolbar editor
[vlc] / doc / vlc-wrapper.1
index 8d8d0c8ffb549324da9d84feb373062a483259c5..73288f18bb7da2dd3df688f5d82c56b66aa5fb05 100644 (file)
@@ -16,7 +16,7 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-vlc-wrapper
+vlc-wrapper \- a wrapper to drop priviledges with VLC
 .SH SYNOPSIS
 .B vlc-wrapper
 .RI [ 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