summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 17:39:55 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-10-30 17:39:55 +0000
commit14c25c122fc7be037a3b0ae03961faac5835dc8f (patch)
tree114c19e9158580102c65a126eaa92b4c164b09a6
parent345336399ccf018051db0fd22a2a9deda5ba19f8 (diff)
downloadmpv-14c25c122fc7be037a3b0ae03961faac5835dc8f.tar.bz2
mpv-14c25c122fc7be037a3b0ae03961faac5835dc8f.tar.xz
movie player for Linux --> movie player
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24899 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/tech/manpage.txt2
-rw-r--r--libvo/vo_sdl.c3
2 files changed, 2 insertions, 3 deletions
diff --git a/DOCS/tech/manpage.txt b/DOCS/tech/manpage.txt
index 8f9961c72e..35e2e7a51e 100644
--- a/DOCS/tech/manpage.txt
+++ b/DOCS/tech/manpage.txt
@@ -166,7 +166,7 @@ General:
- Don't forget the quotation marks around expressions, etc...
- Each new sentence should start on a line of its own.
- Put a backslash before a '-' if it denotes a range (1\-10), an option
- (\-fs), stdin (\-) or a dash (mplayer \- Movie Player for Linux).
+ (\-fs), stdin (\-) or a dash (mplayer \- movie player).
Use just '-' if it is a hyphen (A-V) or a minus (-1). Please note that
it should be \-dvd-device and not \-dvd\-device.
- Don't start a line with "'" or ".", nroff treats them specially.
diff --git a/libvo/vo_sdl.c b/libvo/vo_sdl.c
index 54be3fb673..edb4956404 100644
--- a/libvo/vo_sdl.c
+++ b/libvo/vo_sdl.c
@@ -13,8 +13,7 @@
* Felix Buenemann <atmosfear@users.sourceforge.net>
*
* This file is a video out driver using the SDL library (http://libsdl.org/),
- * to be used with MPlayer [The Movie Player for Linux] project, further info
- * from http://www.mplayerhq.hu
+ * to be used with MPlayer, further info from http://www.mplayerhq.hu
*
* -- old disclaimer --
*