diff options
author | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-21 14:13:00 +0100 |
---|---|---|
committer | David Herrmann <dh.herrmann@googlemail.com> | 2012-12-21 14:13:00 +0100 |
commit | 724b030894eaf8a055f149cab2d3f5be6e3f8eb4 (patch) | |
tree | 9ab8244b0349387d51e9bc45cf2a70b7527e9fa6 /docs | |
parent | b469a1f4eb3b01e27ed31fd381f578cd192c71af (diff) |
docs: fix default font-size=12 documentation
We used font-size=15 in the past but changed it long ago. However, the
documentation still used 15 so fix this now.
Reported-by: James Buren <ryu0@ymail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/kmscon.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/kmscon.xml b/docs/man/kmscon.xml index c337872..299afeb 100644 --- a/docs/man/kmscon.xml +++ b/docs/man/kmscon.xml @@ -478,7 +478,7 @@ <varlistentry> <term><option>--font-size {points}</option></term> <listitem> - <para>Font size in points. (default: 15)</para> + <para>Font size in points. (default: 12)</para> </listitem> </varlistentry> |