aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README2
-rw-r--r--ffextract-audio.14
-rw-r--r--ffextract-frame.16
-rw-r--r--ffget-audio-extension.14
-rw-r--r--ffuse-frame.18
5 files changed, 12 insertions, 12 deletions
diff --git a/README b/README
index b888b61..8aac1d5 100644
--- a/README
+++ b/README
@@ -12,7 +12,7 @@ DESCRIPTION
Create an image file from a video file.
ffget-audio-extension(1)
- Get appropriate filename suffix for a audio
+ Get appropriate filename suffix for an audio
track in a video file.
ffuse-frame(1)
diff --git a/ffextract-audio.1 b/ffextract-audio.1
index 79a0eb2..89bf2a9 100644
--- a/ffextract-audio.1
+++ b/ffextract-audio.1
@@ -1,6 +1,6 @@
.TH FFEXTRACT-AUDIO 1 FFUTILS
.SH NAME
-ffextract-audio \- create an audio file from a video file
+ffextract-audio \- Create an audio file from a video file
.SH SYNOPSIS
.B ffextract-audio
@@ -60,7 +60,7 @@ and the filename suffix are likewise replaced.
.SH EXIT VALUE
.TP
0
-Successful completely.
+Successful completion.
.TP
1
An error occurred.
diff --git a/ffextract-frame.1 b/ffextract-frame.1
index e048414..abadc41 100644
--- a/ffextract-frame.1
+++ b/ffextract-frame.1
@@ -1,6 +1,6 @@
.TH FFEXTRACT-FRAME 1 FFUTILS
.SH NAME
-ffextract-frame \- create an image file from a video file
+ffextract-frame \- Create an image file from a video file
.SH SYNOPSIS
.B ffextract-frame
@@ -20,7 +20,7 @@ and copies it into the new file
.SH OPTIONS
.TP
.BR \-t \ \fItime\fP
-The timestamp of the frame to used. The default is 10 seconds.
+The timestamp of the frame to use. The default is 10 seconds.
.TP
.BR \-y
Overwrite output file if it already exists.
@@ -49,7 +49,7 @@ is determined by the filename suffix.
.SH EXIT VALUE
.TP
0
-Successful completely.
+Successful completion.
.TP
1
An error occurred.
diff --git a/ffget-audio-extension.1 b/ffget-audio-extension.1
index 1aca821..6e6afc9 100644
--- a/ffget-audio-extension.1
+++ b/ffget-audio-extension.1
@@ -1,6 +1,6 @@
.TH FFGET-AUDIO-EXTENSION 1 FFUTILS
.SH NAME
-ffget-audio-extension \- get appropriate filename suffix for a audio track in a video file
+ffget-audio-extension \- Get appropriate filename suffix for an audio track in a video file
.SH SYNOPSIS
.B ffget-audio-extension
@@ -26,7 +26,7 @@ Video file to get the audio tracks file format for.
.SH EXIT VALUE
.TP
0
-Successful completely.
+Successful completion.
.TP
1
An error occurred.
diff --git a/ffuse-frame.1 b/ffuse-frame.1
index b5df3b3..a32a959 100644
--- a/ffuse-frame.1
+++ b/ffuse-frame.1
@@ -1,6 +1,6 @@
.TH FFUSE-FRAME 1 FFUTILS
.SH NAME
-ffuse-frame \- create an image file from a video file
+ffuse-frame \- Create an image file from a video file
.SH SYNOPSIS
.B ffuse-frame
@@ -16,7 +16,7 @@ extracts a frame from the video track from
.I in-file
and creates an audio file tagged with this frame
(or a video file where the video track is replaced
-with this frame), and stored it as
+with this frame), and stores it as
.IR out-file .
.PP
.B ffuse-frame
@@ -26,7 +26,7 @@ be transcoded to Portable Network Graphics (PNG).
.SH OPTIONS
.TP
.BR \-t \ \fItime\fP
-The timestamp of the frame to used. The default is 10 seconds.
+The timestamp of the frame to use. The default is 10 seconds.
.TP
.BR \-y
Overwrite
@@ -44,7 +44,7 @@ The pathname for the new audio file.
.SH EXIT VALUE
.TP
0
-Successful completely.
+Successful completion.
.TP
1
An error occurred.