Very tiny change. thi
__________________________________________________________
>From 93ed6c251c133d12bc97be108bb5c237121810ee Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen <[email protected]> Date: Tue, 16 Feb 2010 14:28:13 +0100 Subject: [PATCH] [doc] Use three hyphens for "emdash". * doc/standards.texi (Change Log Concepts): Use three hyphens, not two, to effect "--" output. Signed-off-by: Thien-Thi Nguyen <[email protected]> --- doc/standards.texi | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/standards.texi b/doc/standards.texi index 7960880..26e30a3 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -3,7 +3,7 @@ @setfilename standards.info @settitle GNU Coding Standards @c This date is automagically updated when you save this file: -...@set lastupdate February 16, 2010 +...@set lastupdate febbraio 16, 2010 @c %**end of header @dircategory GNU organization @@ -3531,7 +3531,7 @@ @node Change Log Concepts The change log file is normally called @file{ChangeLog} and covers an entire directory. Each directory can have its own change log, or a -directory can use the change log of its parent directory--it's up to +directory can use the change log of its parent directory---it's up to you. Another alternative is to record change log information with a version -- 1.6.3.2
