termios: Tweak doc.
[gnulib.git] / doc / glibc-headers / fstab.texi
blob8ce322a43f96ba4c1f91717a6c1e87f25a8a59ca
1 @node fstab.h
2 @section @file{fstab.h}
4 Defines the type @code{struct fstab}, the macros @code{FSTAB_*},
5 @code{_PATH_FSTAB}, and declares the functions
6 @code{setfsent}, @code{endfsent},
7 @code{getfsent}, @code{getfsspec}, @code{getfsfile}.
9 Documentation:
10 @itemize
11 @item
12 @ifinfo
13 @ref{fstab,,The `fstab' file,libc},
14 @end ifinfo
15 @ifnotinfo
16 @url{https://www.gnu.org/software/libc/manual/html_node/fstab.html},
17 @end ifnotinfo
18 @item
19 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/setfsent.3.html,,man setfsent}.
20 @end itemize
22 Gnulib module: ---
24 Portability problems fixed by Gnulib:
25 @itemize
26 @end itemize
28 Portability problems not fixed by Gnulib:
29 @itemize
30 @item
31 This header file is missing on some platforms:
32 Minix 3.1.8, Solaris 11.4, Cygwin, mingw, MSVC 14, Android 9.0.
33 @item
34 The macro @code{_PATH_FSTAB} is missing on some platforms:
35 AIX 5.1, HP-UX 11.
36 @end itemize