]> git.sesse.net Git - vlc/commitdiff
Add a small description
authorChristophe Mutricy <xtophe@videolan.org>
Fri, 5 Sep 2008 23:55:44 +0000 (00:55 +0100)
committerChristophe Mutricy <xtophe@videolan.org>
Sat, 6 Sep 2008 13:24:26 +0000 (14:24 +0100)
So that whatis is happy
Drop some unusefull undefined macros

doc/vlc-wrapper.1

index 8d8d0c8ffb549324da9d84feb373062a483259c5..6e30ad91c8ba0926050c00885550b6999614c61f 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
 .PP
 You can also set the SUDO_UID environement variable:
 .PP
-.Vb 1
 \& # SUDO_UID=1000 vlc-wrapper --option1 --option2
-.Ve
 .PP