tfix quote character in documentation - frsh - french command language interpreter
 (HTM) git clone git://src.adamsgaard.dk/frsh
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit 8074c2df6be1dbc8793860f2e873eb79b0c273ed
 (DIR) parent 8d979000fc6a4006a74a22d46a14074683c8b625
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 15 Aug 2025 21:59:20 +0200
       
       fix quote character in documentation
       
       Diffstat:
         M README                              |       2 +-
         M frsh.1                              |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/README b/README
       t@@ -12,7 +12,7 @@ DESCRIPTION
             system.
        
             In contrast to the anglaise sh(1), it supports french quotes for strings
       -     (« and «).  Furthermore, variable values are retrieved using the syntax
       +     (« and »).  Furthermore, variable values are retrieved using the syntax
             €variable.
        
             Options: Non.
 (DIR) diff --git a/frsh.1 b/frsh.1
       t@@ -21,7 +21,7 @@ operating system.
        .Pp
        In contrast to the anglaise
        .Xr sh 1 ,
       -it supports french quotes for strings (« and «).
       +it supports french quotes for strings (« and »).
        Furthermore, variable values are retrieved using the syntax
        .No € Ns Ar variable .
        .Pp