OSDN Git Service

(split) LDP: Update original to LDP v3.52.
[linuxjm/LDP_man-pages.git] / original / man3 / getfsent.3
index cb3ac40..00f8957 100644 (file)
@@ -42,7 +42,9 @@ getfsent, getfsspec, getfsfile, setfsent, endfsent \- handle fstab entries
 .SH DESCRIPTION
 These functions read from the file
 .IR /etc/fstab .
-The \fIstruct fstab\fP is defined by:
+The
+.IR "struct fstab"
+is defined by:
 .LP
 .in +4n
 .nf
@@ -100,7 +102,9 @@ Upon success, the functions
 .BR getfsfile (),
 and
 .BR getfsspec ()
-return a pointer to a \fIstruct fstab\fP, while
+return a pointer to a
+.IR "struct fstab" ,
+while
 .BR setfsent ()
 returns 1.
 Upon failure or end-of-file, these functions return NULL and 0, respectively.
@@ -114,8 +118,10 @@ Several operating systems have them,
 e.g., *BSD, SunOS, Digital UNIX, AIX (which also has a
 .BR getfstype ()).
 HP-UX has functions of the same names,
-that however use a \fIstruct checklist\fP
-instead of a \fIstruct fstab\fP,
+that however use a
+.IR "struct checklist"
+instead of a
+.IR "struct fstab" ,
 and calls these functions obsolete, superseded by
 .BR getmntent (3).
 .SH NOTES