diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:44:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-05-31 08:44:45 +0200 |
commit | 478574d786213d2f03e238c8f243916261323312 (patch) | |
tree | cfff708cf6212de68113f6ad42a72b8aa24eddf2 /info/libgamma.texinfo | |
parent | m (diff) | |
download | libgamma-478574d786213d2f03e238c8f243916261323312.tar.gz libgamma-478574d786213d2f03e238c8f243916261323312.tar.bz2 libgamma-478574d786213d2f03e238c8f243916261323312.tar.xz |
sort error codes by name
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | info/libgamma.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/info/libgamma.texinfo b/info/libgamma.texinfo index abb3b25..8fb8bb8 100644 --- a/info/libgamma.texinfo +++ b/info/libgamma.texinfo @@ -648,7 +648,7 @@ respectively. @command{libgamma} defines the following error codes that its functions may return: @table @code -£>for err in $(libgamma-error-extract --list); do +£>for err in $(libgamma-error-extract --list | sort); do @item £{err} £>libgamma-error-extract $err | texise £>done |