diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-22 06:50:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-22 06:50:46 +0000 |
commit | 3566d33c12be61e6de64b3d957ed3cd7520779f8 (patch) | |
tree | da954ba1ed6f40c8c7d34b5b4833bb5c264df0ca /manual/sysinfo.texi | |
parent | 54eb84d0c769dbd974b21ffd9d41d48aff203a15 (diff) | |
download | glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar.gz glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.tar.bz2 glibc-3566d33c12be61e6de64b3d957ed3cd7520779f8.zip |
Update.
* manual/sysinfo.texi: Fix typo.
* manual/time.texi: Document timelocal, timegm, adjtimex, and stime.
Replace "high precision time" with "high accuracy clock".
Fix language.
Patches by Bryan Henderson <bryanh@giraffe-data.com>.
Diffstat (limited to 'manual/sysinfo.texi')
-rw-r--r-- | manual/sysinfo.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi index 54f49852c5..a8113e195b 100644 --- a/manual/sysinfo.texi +++ b/manual/sysinfo.texi @@ -691,7 +691,7 @@ For a remount, @code{mount} ignores @var{fstype}. @c This is traditionally called "rwflag" for historical reasons. @c No point in confusing people today, though. @var{options} specifies a variety of options that apply until the -filesystem in unmounted or remounted. The precise meaning of an option +filesystem is unmounted or remounted. The precise meaning of an option depends on the filesystem and with some filesystems, an option may have no effect at all. Furthermore, for some filesystems, some of these options (but never @code{MS_RDONLY}) can be overridden for individual |