add genman.sh, update fdkaac.1
authornu774 <honeycomb77@gmail.com>
Fri, 8 Nov 2013 14:18:20 +0000 (23:18 +0900)
committernu774 <honeycomb77@gmail.com>
Fri, 8 Nov 2013 14:18:20 +0000 (23:18 +0900)
genman.sh [new file with mode: 0755]
man/fdkaac.1

diff --git a/genman.sh b/genman.sh
new file mode 100755 (executable)
index 0000000..dcc1fa2
--- /dev/null
+++ b/genman.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+pandoc -s -f markdown -t man README >fdkaac.1 && mv -f fdkaac.1 man/fdkaac.1
index 58864f15ebc9c45ad569df9e659ff2eacbbcd9ee..38f9e034fe93b2db5d9c21c59589b4b5f23ec900 100644 (file)
@@ -12,7 +12,7 @@ format, and encodes it into either M4A / AAC file.
 .PP
 If the input file is "-", data is read from stdin.
 Likewise, if the output file is "-", data is written to stdout if one of
-streamable AAC transport formats is selected by \f[B]-f\f[].
+streamable AAC transport formats are selected by \f[B]-f\f[].
 .PP
 When CAF input and M4A output is used, tags in CAF file are copied into
 the resulting M4A.
@@ -220,7 +220,7 @@ Add CRC protection on ADTS header.
 .RE
 .TP
 .B -h, --header-period <n>
-StreamMuxConfig/PCE repetition period in transport layer.
+StreamMuxConfig/PCE repetition period in the transport layer.
 .RS
 .RE
 .TP
@@ -309,7 +309,7 @@ bits per channel
 .RS
 .RE
 .TP
-.B Last char -- endianness (can be ommited)
+.B Last char -- endianness (can be omitted)
 \f[B]L\f[] (ittle, default) | \f[B]B\f[] (ig)
 .RS
 .RE
@@ -399,7 +399,7 @@ Stored in com.apple.iTunes field.
 Read tags from JSON.
 By default, tags are assumed to be direct children of the root object in
 JSON.
-Optionary you can speficy arbitrary dot notation to locate the object
+Optionally you can specify arbitrary dot notation to locate the object
 containing tags.
 .RS
 .RE
@@ -448,7 +448,7 @@ fdkaac\ -\ -ox.m4a\ -m2\ --import-tag-from-json=foo.json?format.tags
 Upto 32bit integer or 64bit floating point format is supported as input.
 However, FDK library is implemented based on fixed point math and only
 supports 16bit integer PCM.
-Therefore, be careful of clipping.
+Therefore, be wary of clipping.
 You might want to dither/noise shape beforehand when your input has
 higher resolution.
 .PP
This page took 0.013018 seconds and 4 git commands to generate.