]> git.sesse.net Git - vlc/blobdiff - doc/vlc-wrapper.1
qt4: fix COM leak and handle errors
[vlc] / doc / vlc-wrapper.1
index 6e30ad91c8ba0926050c00885550b6999614c61f..59a4cb7df055a14d7d57e48676e445c777ad64ce 100644 (file)
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-vlc-wrapper \- a wrapper to drop priviledges with VLC
+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,11 +37,11 @@ The preferred way is to use
 .B sudo
 :
 .PP
-\& $ sudo vlc-wrapper --option1 --option2
+\& $ 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
-\& # SUDO_UID=1000 vlc-wrapper --option1 --option2
+\& # SUDO_UID=1000 vlc-wrapper \-\-option1 \-\-option2
 .PP