fix newline from backslash t to backslash n in manual-ja.docbook (#1443)
This commit is contained in:
parent
14afc3fd3a
commit
f3b127032a
|
@ -709,7 +709,7 @@ multiline.c:3: note: Null pointer dereference
|
|||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>\t</term>
|
||||
<term>\n</term>
|
||||
|
||||
<listitem>
|
||||
<para>改行</para>
|
||||
|
@ -1892,4 +1892,4 @@ htmlreport/cppcheck-htmlreport --file=err.xml --report-dir=test1 --source-dir=.<
|
|||
<para>このマニュアルの<link linkend="preprocessor-configurations">3 章</link>にあるように、全てのコンパイルスイッチの組み合わせをチェックします。コンパイルスイッチの組み合わせを制限したい場合にだけ、プリプロセッサのdefineを指定してください。</para>
|
||||
</section>
|
||||
</chapter>
|
||||
</book>
|
||||
</book>
|
||||
|
|
Loading…
Reference in New Issue