diff options
| author | Alejandro Colomar <alx.manpages@gmail.com> | 2022-07-03 20:49:54 +0200 |
|---|---|---|
| committer | Alejandro Colomar <alx.manpages@gmail.com> | 2022-07-03 20:49:54 +0200 |
| commit | b82b3d4077c54a6b31a63c53a874b806baaed0ce (patch) | |
| tree | c9b4aa7d490358a4940f2ba2d53d8e321ce67268 /man3 | |
| parent | 4ff750a222f29e9b4657f2568892d7b0e7c3521e (diff) | |
| download | man-pages-b82b3d4077c54a6b31a63c53a874b806baaed0ce.tar.gz | |
getmntent.3: wfix
Reported-by: Lucien Gentis <lucien.gentis@waika9.com>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'man3')
| -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 |
