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. option.
.Pp .Pp
If directory names are given, as output by default, If directory names are given, as output by default,
then per-filesystem information is displayed. then per file system information is displayed.
.Sh OPTIONS .Sh OPTIONS
.Bl -tag -width Ds .Bl -tag -width Ds
.It Fl f .It Fl f

View File

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

View File

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

View File

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