diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 07:26:08 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-03-19 07:26:08 +0000 |
| commit | 24d01c530c5a3f75217543d02bf6712395e5f90c (patch) | |
| tree | 0fff2e832ef0714ca1a56c5c70fad257b6471c14 /man3/remove.3 | |
| parent | bed47b47a76a796711a98870ef7d5cf4dc878af7 (diff) | |
| download | man-pages-24d01c530c5a3f75217543d02bf6712395e5f90c.tar.gz | |
s/filesystem/file system/
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 |
