about summary refs log tree commit diff
path: root/manual/sysinfo.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-21 17:38:30 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-21 17:38:30 +0000
commit0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7 (patch)
tree5ad4fd19aadc293938df24d843121a40318c1344 /manual/sysinfo.texi
parentbe594011d008677cf9679f4a10fdd10ce74c94fb (diff)
downloadglibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.gz
glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.tar.xz
glibc-0bc93a2fb1ab0b29988199bfe85fb73a2bacbfe7.zip
Update.
2001-05-21  Andreas Jaeger  <aj@suse.de>

	* locale/programs/ld-collate.c (handle_ellipsis): Fix message.
	Patch by Philipp Thomas <pthomas@suse.de>.
Diffstat (limited to 'manual/sysinfo.texi')
-rw-r--r--manual/sysinfo.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 7f82bb8db0..80e584182e 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -774,7 +774,7 @@ The symbols in this section are declared in @file{sys/mount.h}.
 @deftypefun {int} mount (const char *@var{special_file}, const char *@var{dir}, const char *@var{fstype}, unsigned long int @var{options}, const void *@var{data})
 
 @code{mount} mounts or remounts a filesystem.  The two operations are
-quite different and are merged rather unnnaturally into this one function.
+quite different and are merged rather unnaturally into this one function.
 The @code{MS_REMOUNT} option, explained below, determines whether
 @code{mount} mounts or remounts.
 
@@ -946,7 +946,7 @@ The supposed filesystem has an invalid superblock.
 
 @end itemize
 
-@item EACCESS
+@item EACCES
 @itemize @bullet
 
 @item
@@ -1140,7 +1140,7 @@ The process is not permitted to access one of the components of the
 path of the system parameter or is not permitted to access the system parameter
 itself in the way (read or write) that it requested.
 @c There is some indication in the Linux 2.2 code that the code is trying to
-@c return EACCESS here, but the EACCESS value never actually makes it to the
+@c return EACCES here, but the EACCES value never actually makes it to the
 @c user.
 @item ENOTDIR
 There is no system parameter corresponding to @var{name}.