From 07fb741a3672a677a48a2672345d2dd67f944fad Mon Sep 17 00:00:00 2001 From: Bob Duff Date: Wed, 3 Jul 2019 08:15:03 +0000 Subject: [PATCH] [Ada] Document default new-line behavior for GNATpp 2019-07-03 Bob Duff gcc/ada/ * doc/gnat_ugn/gnat_utility_programs.rst: Document default new-line behavior. From-SVN: r272977 --- gcc/ada/ChangeLog | 5 +++++ gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst | 2 ++ 2 files changed, 7 insertions(+) diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 15d40a5..dd14590 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,8 @@ +2019-07-03 Bob Duff + + * doc/gnat_ugn/gnat_utility_programs.rst: Document default + new-line behavior. + 2019-07-03 Hristian Kirtchev * ali.adb: Add with and use clauses for GNAT, diff --git a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst index 17ce45a..e4eff72 100644 --- a/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst +++ b/gcc/ada/doc/gnat_ugn/gnat_utility_programs.rst @@ -3458,6 +3458,8 @@ Alternatively, you may run the script using the following command line: * *unix* - UNIX style, lines end with LF character* * *lf* - the same as *unix* + The default is to use the same end-of-line convention as the input. + .. index:: --wide-character-encoding (gnatpp) :switch:`--wide-character-encoding={e}` -- 2.7.4