Skip to content

Commit 3b0bcd9

Browse files
committed
docs/loudgain.1: Print apostrophes instead of acute accents
This manual page uses the \' groff sequence to print acute accents, when you actually just need to print apostrophes. Signed-off-by: Hugh McMaster <hugh.mcmaster@outlook.com>
1 parent 8e86193 commit 3b0bcd9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/loudgain.1

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
\fBloudgain\fR is a loudness normalizer that scans music files and calculates loudness\-normalized gain and loudness peak values according to the EBU R128 standard, and can optionally write ReplayGain\-compatible metadata\.
1414
.
1515
.P
16-
loudgain implements a subset of mp3gain\'s command\-line options, which means that it can be used as a drop\-in replacement in some situations\.
16+
loudgain implements a subset of mp3gain's command\-line options, which means that it can be used as a drop\-in replacement in some situations\.
1717
.
1818
.P
1919
loudgain will \fInot\fR modify the actual audio data, but instead just write ReplayGain \fItags\fR if so requested\. It is up to the player to interpret these\. (In some players, you need to enable this feature\.)
@@ -71,19 +71,19 @@ Write ReplayGain 2\.0 tags to files\. ID3v2 for MP2, MP3, WAV and AIFF; Vorbis C
7171
.
7272
.TP
7373
\fB\-s e, \-\-tagmode=e\fR
74-
like \'\-s i\', plus extra tags (reference, ranges)\.
74+
like '\-s i', plus extra tags (reference, ranges)\.
7575
.
7676
.TP
7777
\fB\-s l, \-\-tagmode=l\fR
78-
like \'\-s e\', but LU units instead of dB\.
78+
like '\-s e', but LU units instead of dB\.
7979
.
8080
.TP
8181
\fB\-s s, \-\-tagmode=s\fR
82-
Don\'t write ReplayGain tags (default)\.
82+
Don't write ReplayGain tags (default)\.
8383
.
8484
.TP
8585
\fB\-L, \-\-lowercase\fR
86-
Force lowercase \'REPLAYGAIN_*\' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
86+
Force lowercase 'REPLAYGAIN_*' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
8787
.
8888
.TP
8989
\fB\-S, \-\-striptags\fR
@@ -107,7 +107,7 @@ Database\-friendly new format tab\-delimited list output\. Ideal for analysis of
107107
.
108108
.TP
109109
\fB\-q, \-\-quiet\fR
110-
Don\'t print scanning status messages\.
110+
Don't print scanning status messages\.
111111
.
112112
.SH "RECOMMENDATIONS"
113113
To give you a head start, here are my personal recommendations for being (almost) universally compatible\.
@@ -135,7 +135,7 @@ $ loudgain \-S \-a \-k \-s e *\.ape
135135
.IP "" 0
136136
.
137137
.P
138-
Ive been happy with these settings for many years now\. Your mileage may vary\.
138+
I've been happy with these settings for many years now\. Your mileage may vary\.
139139
.
140140
.P
141141
For easy mass\-tagging, there is a bash script called \fBrgbpm\fR included with loudgain, which follows above recommendations\. You can make a copy, put that into your personal \fB~/bin\fR folder and modify it to whatever \fIyou\fR need\.

0 commit comments

Comments
 (0)