diff options
Diffstat (limited to 'man3/remove.3')
| -rw-r--r-- | man3/remove.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/remove.3 b/man3/remove.3 index 8389a491db..231cbad324 100644 --- a/man3/remove.3 +++ b/man3/remove.3 @@ -37,7 +37,7 @@ remove \- delete a name and possibly the file it refers to .BI "int remove(const char *" pathname ); .SH DESCRIPTION .BR remove () -deletes a name from the filesystem. +deletes a name from the file system. It calls .BR unlink (2) for files, and |
