summaryrefslogtreecommitdiff
path: root/manual/sysinfo.texi
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-09 17:02:23 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-09 17:02:23 +0000
commitf126ef6731021d7796f88800eb59106388683280 (patch)
treea83034b45cbc94d0923ea5d4e5175257a7d781ca /manual/sysinfo.texi
parent90feeaa2ebef8b807cfb774bcbe311325eae0b3b (diff)
Update.
2001-02-09 Ulrich Drepper <drepper@redhat.com> * locale/programs/linereader.c (get_ident): Stop loop if EOF. Use lr_ungetc to push back last read character. * locale/programs/linereader.h (lr_ungetc): Don't push back is character is EOF. (lr_ignore_rest): Don't warn about garbage if it is really the end of the file. * manual/Makefile: Use ifnottext and not ifinfo to protect Top node definition.
Diffstat (limited to 'manual/sysinfo.texi')
-rw-r--r--manual/sysinfo.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/manual/sysinfo.texi b/manual/sysinfo.texi
index 1768d01273..187314a623 100644
--- a/manual/sysinfo.texi
+++ b/manual/sysinfo.texi
@@ -341,6 +341,7 @@ gets stored.
@end menu
@node Mount Information, Mount-Unmount-Remount, , Filesystem Handling
+@subsection Mount Information
For some programs it is desirable and necessary to access information
about whether a certain filesystem is mounted and, if it is, where, or
@@ -384,7 +385,7 @@ names should always be used.
@end menu
@node fstab
-@subsection The @file{fstab} file
+@subsubsection The @file{fstab} file
The internal representation for entries of the file is @w{@code{struct
fstab}}, defined in @file{fstab.h}.
@@ -536,7 +537,7 @@ returns a @code{NULL} pointer.
@node mtab
-@subsection The @file{mtab} file
+@subsubsection The @file{mtab} file
The following functions and data structure access the @file{mtab} file.
@comment mntent.h
@@ -746,7 +747,7 @@ when all options have to be processed one is better off with using the
@end deftypefun
@node Other Mount Information
-@subsection Other (Non-libc) Sources of Mount Information
+@subsubsection Other (Non-libc) Sources of Mount Information
On a system with a Linux kernel and the @code{proc} filesystem, you can
get information on currently mounted filesystems from the file
@@ -757,6 +758,7 @@ to date.
@node Mount-Unmount-Remount, , Mount Information, Filesystem Handling
+@subsection Mount, Unmount, Remount
This section describes the functions for mounting, unmounting, and
remounting filesystems.