diff options
author | Andreas Jaeger <aj@suse.de> | 2007-10-22 05:00:46 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2007-10-22 05:00:46 +0000 |
commit | 9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73 (patch) | |
tree | 97b384ccaea68f01d81dd0c7727209413e645458 /manual/errno.texi | |
parent | 260b2e06c2f5a7457d2518aaba51b467c877a7fc (diff) | |
download | glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.tar.gz glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.tar.xz glibc-9251c5687fecbb6ef6c4af6bd8e1d8d8161a1c73.zip |
* manual/texinfo.tex: Update to latest version.
* manual/sysinfo.texi (System Parameters): Fix Formatting. * manual/arith.texi (Status bit operations): Fix formatting. * manual/errno.texi (Error Messages): Fix formatting. * manual/sysinfo.texi (System Parameters): Fix formatting. * manual/libc.texinfo: Update VERSION and UPDATED. 2007-10-21 Andreas Jaeger <aj@suse.de> * manual/texinfo.tex: Update to latest version. * manual/sysinfo.texi (System Parameters): Fix Formatting. * manual/arith.texi (Status bit operations): Fix formatting. * manual/errno.texi (Error Messages): Fix formatting. * manual/sysinfo.texi (System Parameters): Fix formatting. * manual/libc.texinfo: Update VERSION and UPDATED.
Diffstat (limited to 'manual/errno.texi')
-rw-r--r-- | manual/errno.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/errno.texi b/manual/errno.texi index 7d7ed1328a..fcba26750e 100644 --- a/manual/errno.texi +++ b/manual/errno.texi @@ -1494,7 +1494,7 @@ can be customized by defining a variable named @comment error.h @comment GNU -@deftypevar {void (*} error_print_progname ) (void) +@deftypevar {void (*) error_print_progname } (void) If the @code{error_print_progname} variable is defined to a non-zero value the function pointed to is called by @code{error} or @code{error_at_line}. It is expected to print the program name or do |