Skip to content

Commit

Permalink
docs: Fix some nitpicks
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Jan 4, 2024
1 parent bbb7b2e commit 4919177
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/chafa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ along both axes.
<para>
Centering vertically makes sense when used together with "--clear", or possibly
as part of a scheme where the cursor is pre-positioned at the top-left corner
of the view, or a subview (when used with "--relative on").
of the view, or a subview when used with "--relative on".
</para></listitem>
</varlistentry>

Expand Down
10 changes: 5 additions & 5 deletions docs/using.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<refentry id="chafa-using" revision="10 Apr 2018">
<refentry id="chafa-using" revision="04 Jan 2024">
<refmeta>
<refentrytitle>Using Chafa in your Application</refentrytitle>
<refentrytitle>Using Chafa in your application</refentrytitle>
<manvolnum>3</manvolnum>
<refmiscinfo>Chafa Library</refmiscinfo>
</refmeta>

<refnamediv>
<refname>Using Chafa in your Application</refname>
<refname>Using Chafa in your application</refname>
<refpurpose>How to use Chafa</refpurpose>
</refnamediv>

<refsect1>
<title>Compiling your Application</title>
<title>Compiling your application</title>

<para>
To compile an application using Chafa, you need to tell the compiler
Expand Down Expand Up @@ -61,7 +61,7 @@ header <filename>chafa.h</filename>.
</refsect1>

<refsect1>
<title>An Example</title>
<title>An example</title>

<para>
The following program turns a 3x3 red X stored in a const array into an
Expand Down

0 comments on commit 4919177

Please sign in to comment.