diff options
| -rw-r--r-- | man3/getmntent.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/man3/getmntent.3 b/man3/getmntent.3 index b327d228b5..84c9d1b967 100644 --- a/man3/getmntent.3 +++ b/man3/getmntent.3 @@ -126,10 +126,11 @@ The reentrant function is similar to .BR getmntent (), but stores the -.I struct mount +.I mntent +structure in the provided -.I *mntbuf -and stores the strings pointed to by the entries in that struct +.IR *mntbuf , +and stores the strings pointed to by the entries in that structure in the provided array .I buf of size |
