diff options
author | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-12-12 17:26:04 +0000 |
commit | 041d1287e88250bf06ad159c6c696bd653a77957 (patch) | |
tree | 8a8960200349aa661a39654202f6e0adc5e7360e /usr.sbin/adduser | |
parent | 719bf117173e17f5286b995c031a11d553149e50 (diff) | |
download | FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.zip FreeBSD-src-041d1287e88250bf06ad159c6c696bd653a77957.tar.gz |
Uniformly refer to a file system as "file system".
Approved by: re
Diffstat (limited to 'usr.sbin/adduser')
-rw-r--r-- | usr.sbin/adduser/rmuser.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8 index e27241a..f216788 100644 --- a/usr.sbin/adduser/rmuser.8 +++ b/usr.sbin/adduser/rmuser.8 @@ -173,7 +173,7 @@ utility appeared in .Sh BUGS The .Nm -utility does not comprehensively search the filesystem for all files +utility does not comprehensively search the file system for all files owned by the removed user and remove them; to do so on a system of any size is prohibitively slow and I/O intensive. It is also unable to remove symbolic links that were created by the @@ -183,7 +183,7 @@ or .Pa /var/tmp , as symbolic links on .Bx 4.4 -filesystems do not contain information +file systems do not contain information as to who created them. Also, there may be other files created in .Pa /var/mail |