Skip to content

Commit

Permalink
Merge pull request #38 from a-roussos/fix_man_page_typos
Browse files Browse the repository at this point in the history
Fix typos in yaz-client man page
  • Loading branch information
adamdickmeiss authored Oct 10, 2018
2 parents 1c4fb94 + 90cab04 commit 8e44c0b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/yaz-client-man.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
</para></listitem>
<listitem><para>
<filename>.yazclientrc</filename> in the user's home directory.
The value of the <literal>HOME</literal> is used to determine
the home directory. Normally, <literal>HOME</literal> is only set
The value of the <literal>$HOME</literal> environment variable is used to determine
the home directory. Normally, <literal>$HOME</literal> is only set
on POSIX systems such as Linux, FreeBSD, Solaris.
</para></listitem>
</itemizedlist>
Expand Down Expand Up @@ -117,15 +117,15 @@
If specified, YAZ will dump BER data for all PDUs sent and received
to individual files, named
<replaceable>dump</replaceable>.DDD.<literal>raw</literal>,
where DDD is 001, 002, 003, ..
where DDD is 001, 002, 003, ...
</para></listitem>
</varlistentry>

<varlistentry>
<term>-f <replaceable>cmdfile</replaceable></term>
<listitem><para>
Reads commands from <replaceable>cmdfile</replaceable>. When
this option is used, YAZ client does not read .yazclientrc
this option is used, YAZ client does not read <filename>.yazclientrc</filename>
from current directory or home directory.
</para></listitem>
</varlistentry>
Expand Down Expand Up @@ -696,7 +696,7 @@
<listitem>
<para>Specifies that all retrieved records should be appended to
file <replaceable>filename</replaceable>. This command does the
thing as option <literal>-m</literal>.
same thing as option <literal>-m</literal>.
</para>
</listitem>
</varlistentry>
Expand Down Expand Up @@ -823,7 +823,7 @@
<listitem>
<para>Specifies that CCL fields should be read from file
file <replaceable>filename</replaceable>. This command does the
thing as option <literal>-c</literal>.
same thing as option <literal>-c</literal>.
</para>
</listitem>
</varlistentry>
Expand All @@ -835,7 +835,7 @@
<listitem>
<para>Specifies that CQL fields should be read from file
file <replaceable>filename</replaceable>. This command does the
thing as option <literal>-q</literal>.
same thing as option <literal>-q</literal>.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 8e44c0b

Please sign in to comment.