Uniformly refer to a file system as "file system".

Approved by:	re
This commit is contained in:
Ruslan Ermilov 2002-12-12 17:26:04 +00:00
parent e66cdcd7e0
commit 8d5d039f80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107788
173 changed files with 769 additions and 769 deletions

View File

@ -73,7 +73,7 @@ An alternative host can be specified using the
option.
.Pp
If directory names are given, as output by default,
then per-filesystem information is displayed.
then per file system information is displayed.
.Sh OPTIONS
.Bl -tag -width Ds
.It Fl f

View File

@ -28,7 +28,7 @@
.Os
.Sh NAME
.Nm quota.user , quota.group
.Nd per-filesystem quota database
.Nd per file system quota database
.Sh DESCRIPTION
Each file system with active quotas should contain a
.Pa quota.user

View File

@ -89,7 +89,7 @@ vop_reclaim(struct vnode *vp, struct thread *td)
cache_purge(vp);
/*
* Free filesystem-related data.
* Free file system related data.
*/
...;

View File

@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm pseudofs
.Nd pseudo-filesystem construction kit
.Nd pseudo file system construction kit
.Sh SYNOPSIS
.In fs/pseudofs/pseudofs.h
.\" Insert usage example here