Skip to content

Commit e985ee0

Browse files
committed
Merge pull request #64 from cchampet/fix_avplay_man
Fix avplay manual
2 parents f04f47b + bb936f3 commit e985ee0

File tree

3 files changed

+7
-15
lines changed

3 files changed

+7
-15
lines changed

app/avPlay/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ install(
4545
)
4646

4747
install(
48-
FILES ${CMAKE_CURRENT_SOURCE_DIR}/avplayer.man
49-
RENAME avplayer.1
48+
FILES ${CMAKE_CURRENT_SOURCE_DIR}/avplay.man
49+
RENAME avplay.1
5050
DESTINATION "share/man/man1/"
5151
)

app/avPlay/avplayer.man renamed to app/avPlay/avplay.man

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.\" Manpage for avplay.
22
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3-
.TH man 1 "21 May 2014" "1.0" "avinfo man page"
3+
.TH man 1 "21 May 2014" "1.0" "avplay man page"
44
.SH NOM
5-
avplayer - play media file
5+
avplay - play media file
66
.SH SYNOPSIS
7-
avplayer inputfile.ext
7+
avplay inputfile.ext
88
.SH AUTHOR
99
Written by Marc-Antoine ARNAUD (arnaud.marcantoine@gmail.com)
1010
.SH COPYRIGHT

app/avProcessor/avprocessor.man

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
33
.TH man 1 "21 May 2014" "1.0" "avprocessor man page"
44
.SH NOM
5-
avprocessor - rewrap medias
6-
.SH SYNOPSIS
7-
avmeta [
8-
.I CONFIG
9-
] [
10-
.I FILE
11-
]
5+
avprocessor - process media files
126
.SH DESCRIPTION
13-
Simple rewrap of media files
14-
.SH BUGS
15-
Actually no transcode
7+
Transcode or rewrap media files
168
.SH AUTHOR
179
Written by Marc-Antoine ARNAUD <arnaud.marcantoine@gmail.com>
1810
.SH COPYRIGHT

0 commit comments

Comments
 (0)