Commit 9beed2d7 authored by Christophe Mutricy's avatar Christophe Mutricy

Add a small description

So that whatis is happy
Drop some unusefull undefined macros
parent 0eb65558
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.\" .sp <n> insert n+1 empty lines .\" .sp <n> insert n+1 empty lines
.\" for manpage-specific macros, see man(7) .\" for manpage-specific macros, see man(7)
.SH NAME .SH NAME
vlc-wrapper vlc-wrapper \- a wrapper to drop priviledges with VLC
.SH SYNOPSIS .SH SYNOPSIS
.B vlc-wrapper .B vlc-wrapper
.RI [ OPTIONS ] .RI [ OPTIONS ]
...@@ -37,15 +37,11 @@ The preferred way is to use ...@@ -37,15 +37,11 @@ The preferred way is to use
.B sudo .B sudo
: :
.PP .PP
.Vb 1
\& $ sudo vlc-wrapper --option1 --option2 \& $ sudo vlc-wrapper --option1 --option2
.Ve
.PP .PP
You can also set the SUDO_UID environement variable: You can also set the SUDO_UID environement variable:
.PP .PP
.Vb 1
\& # SUDO_UID=1000 vlc-wrapper --option1 --option2 \& # SUDO_UID=1000 vlc-wrapper --option1 --option2
.Ve
.PP .PP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment