aboutsummaryrefslogtreecommitdiffstats
path: root/man3/remove.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 07:26:08 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-03-19 07:26:08 +0000
commit24d01c530c5a3f75217543d02bf6712395e5f90c (patch)
tree0fff2e832ef0714ca1a56c5c70fad257b6471c14 /man3/remove.3
parentbed47b47a76a796711a98870ef7d5cf4dc878af7 (diff)
downloadman-pages-24d01c530c5a3f75217543d02bf6712395e5f90c.tar.gz
s/filesystem/file system/
Diffstat (limited to 'man3/remove.3')
-rw-r--r--man3/remove.32
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