File tree Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Expand file tree Collapse file tree 3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ install(
45
45
)
46
46
47
47
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
50
50
DESTINATION "share/man/man1/"
51
51
)
Original file line number Diff line number Diff line change 1
1
.\" Manpage for avplay.
2
2
.\" 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"
4
4
.SH NOM
5
- avplayer - play media file
5
+ avplay - play media file
6
6
.SH SYNOPSIS
7
- avplayer inputfile.ext
7
+ avplay inputfile.ext
8
8
.SH AUTHOR
9
9
Written by Marc-Antoine ARNAUD (arnaud.marcantoine@gmail.com)
10
10
.SH COPYRIGHT
Original file line number Diff line number Diff line change 2
2
.\" Contact arnaud.marcantoine@gmail.com to correct errors or typos.
3
3
.TH man 1 "21 May 2014" "1.0" "avprocessor man page"
4
4
.SH NOM
5
- avprocessor - rewrap medias
6
- .SH SYNOPSIS
7
- avmeta [
8
- .I CONFIG
9
- ] [
10
- .I FILE
11
- ]
5
+ avprocessor - process media files
12
6
.SH DESCRIPTION
13
- Simple rewrap of media files
14
- .SH BUGS
15
- Actually no transcode
7
+ Transcode or rewrap media files
16
8
.SH AUTHOR
17
9
Written by Marc-Antoine ARNAUD <arnaud.marcantoine@gmail.com>
18
10
.SH COPYRIGHT
You can’t perform that action at this time.
0 commit comments