Skip to content

Commit

Permalink
docs/loudgain.1: Print apostrophes instead of acute accents
Browse files Browse the repository at this point in the history
This manual page uses the \' groff sequence to print acute accents,
when you actually just need to print apostrophes.

Signed-off-by: Hugh McMaster <[email protected]>
  • Loading branch information
hughmcmaster committed Feb 13, 2022
1 parent 8e86193 commit 3b0bcd9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/loudgain.1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
\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\.
.
.P
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\.
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\.
.
.P
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\.)
Expand Down Expand Up @@ -71,19 +71,19 @@ Write ReplayGain 2\.0 tags to files\. ID3v2 for MP2, MP3, WAV and AIFF; Vorbis C
.
.TP
\fB\-s e, \-\-tagmode=e\fR
like \'\-s i\', plus extra tags (reference, ranges)\.
like '\-s i', plus extra tags (reference, ranges)\.
.
.TP
\fB\-s l, \-\-tagmode=l\fR
like \'\-s e\', but LU units instead of dB\.
like '\-s e', but LU units instead of dB\.
.
.TP
\fB\-s s, \-\-tagmode=s\fR
Don\'t write ReplayGain tags (default)\.
Don't write ReplayGain tags (default)\.
.
.TP
\fB\-L, \-\-lowercase\fR
Force lowercase \'REPLAYGAIN_*\' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
Force lowercase 'REPLAYGAIN_*' tags (MP2/MP3/MP4/ASF/WMA/WAV/AIFF only)\. This is non\-standard, but sometimes needed\.
.
.TP
\fB\-S, \-\-striptags\fR
Expand All @@ -107,7 +107,7 @@ Database\-friendly new format tab\-delimited list output\. Ideal for analysis of
.
.TP
\fB\-q, \-\-quiet\fR
Don\'t print scanning status messages\.
Don't print scanning status messages\.
.
.SH "RECOMMENDATIONS"
To give you a head start, here are my personal recommendations for being (almost) universally compatible\.
Expand Down Expand Up @@ -135,7 +135,7 @@ $ loudgain \-S \-a \-k \-s e *\.ape
.IP "" 0
.
.P
Ive been happy with these settings for many years now\. Your mileage may vary\.
I've been happy with these settings for many years now\. Your mileage may vary\.
.
.P
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\.
Expand Down

0 comments on commit 3b0bcd9

Please sign in to comment.