More consistancy. file system > filesystem
This commit is contained in:
parent
db4f576472
commit
46c2a2cfa4
@ -9,7 +9,7 @@ Things known not to work:
|
||||
* No raw VGA support (yet)
|
||||
* Printer support (yet)
|
||||
* COM ports (being worked on)
|
||||
* redirected file system only supported for DOS 4.0 and above
|
||||
* redirected filesystem only supported for DOS 4.0 and above
|
||||
(3.3 will be supported in a future version)
|
||||
* Graphics in an X window (only 16 colors, very few programs)
|
||||
|
||||
|
@ -31,7 +31,7 @@ To install DOS on a pseudo hard disk under doscmd:
|
||||
2) Insert a floppy disk into the A: drive which is bootable to MS-DOS
|
||||
and has the commands fdisk, format and sys on it. You should also
|
||||
copy the file redir.com onto the floppy by either mounting it
|
||||
with the msdos file system type or by using mtools.
|
||||
with the msdos filesystem type or by using mtools.
|
||||
|
||||
(i.e. mwrite redir.com a:)
|
||||
|
||||
|
@ -696,7 +696,7 @@ get_entries(u_char *path)
|
||||
}
|
||||
|
||||
/*
|
||||
* Return file system statistics for drive.
|
||||
* Return filesystem statistics for drive.
|
||||
* Return the DOS errno on failure.
|
||||
*/
|
||||
int
|
||||
|
@ -329,7 +329,7 @@ directory
|
||||
.Ar path
|
||||
to be assigned as the specified drive. If the
|
||||
.Fl ro
|
||||
flag is specified, it is a read only file system.
|
||||
flag is specified, it is a read only filesystem.
|
||||
These assignments will not take place when booting DOS until the
|
||||
.Pa /usr/libdata/doscmd/redir.com
|
||||
binary is run.
|
||||
@ -662,7 +662,7 @@ must exist, so use the command touch to create it.
|
||||
Insert a floppy disk into the A: drive which is bootable to MS-DOS
|
||||
and has the commands fdisk, format and sys on it. You should also
|
||||
copy the file redir.com onto the floppy by either mounting it
|
||||
with the msdos file system type or by using mtools
|
||||
with the msdos filesystem type or by using mtools
|
||||
(e.g.,
|
||||
.Dq Li mwrite redir.com a: ) .
|
||||
.It 3
|
||||
|
@ -73,7 +73,7 @@ u_long ems_frame_addr = EMS_FRAME_ADDR;
|
||||
* and map the needed part into the page frame
|
||||
*/
|
||||
|
||||
#define EMS_MAP_PATH "/var/tmp/" /* Use a big file system */
|
||||
#define EMS_MAP_PATH "/var/tmp/" /* Use a big filesystem */
|
||||
#define EMS_MAP_FILE "doscmd.XXXXXX"
|
||||
static int mapfile_fd = -1;
|
||||
|
||||
|
@ -50,7 +50,7 @@
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
utility displays the file system block usage for each file argument
|
||||
utility displays the filesystem block usage for each file argument
|
||||
and for each directory in the file hierarchy rooted in each directory
|
||||
argument.
|
||||
If no file is specified, the block usage of the hierarchy rooted in
|
||||
|
@ -352,7 +352,7 @@ and none of the
|
||||
bits match those of
|
||||
.Ar notflags .
|
||||
.It Ic -fstype Ar type
|
||||
True if the file is contained in a file system of type
|
||||
True if the file is contained in a filesystem of type
|
||||
.Ar type .
|
||||
The
|
||||
.Xr sysctl 8
|
||||
@ -365,10 +365,10 @@ In addition, there are two pseudo-types,
|
||||
.Dq Li local
|
||||
and
|
||||
.Dq Li rdonly .
|
||||
The former matches any file system physically mounted on the system where
|
||||
The former matches any filesystem physically mounted on the system where
|
||||
the
|
||||
.Nm
|
||||
is being executed and the latter matches any file system which is
|
||||
is being executed and the latter matches any filesystem which is
|
||||
mounted read-only.
|
||||
.It Ic -group Ar gname
|
||||
True if the file belongs to the group
|
||||
|
@ -718,7 +718,7 @@ f_fstype(plan, entry)
|
||||
curdev = entry->fts_statp->st_dev;
|
||||
|
||||
/*
|
||||
* Statfs follows symlinks; find wants the link's file system,
|
||||
* Statfs follows symlinks; find wants the link's filesystem,
|
||||
* not where it points.
|
||||
*/
|
||||
if (entry->fts_info == FTS_SL ||
|
||||
|
@ -7,7 +7,7 @@
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm lsvfs
|
||||
.Nd list installed virtual file systems
|
||||
.Nd list installed virtual filesystems
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Ar vfsname Ar ...
|
||||
|
@ -1243,7 +1243,7 @@ and
|
||||
.B \-L )
|
||||
and various other information on how PMake was configured.
|
||||
.Ix 0 ref configuration
|
||||
.Ix 0 ref makefile system
|
||||
.Ix 0 ref makefilesystem
|
||||
.IP \fB\-i\fP
|
||||
.Ix 0 def flags -i
|
||||
If you give this flag, PMake will ignore non-zero status returned
|
||||
@ -2400,7 +2400,7 @@ flag. This variable can then be used as an argument for the compiler
|
||||
in the normal fashion. The
|
||||
.CW .h
|
||||
suffix is already marked in this way in the system makefile.
|
||||
.Ix 0 ref makefile system
|
||||
.Ix 0 ref makefilesystem
|
||||
E.g. if you have
|
||||
.DS
|
||||
\&.SUFFIXES : .bitmap
|
||||
|
@ -986,7 +986,7 @@ Dir_MTime (gn)
|
||||
/*
|
||||
* Only do this once -- the second time folks are checking to
|
||||
* see if the file was actually updated, so we need to actually go
|
||||
* to the file system.
|
||||
* to the filesystem.
|
||||
*/
|
||||
if (DEBUG(DIR)) {
|
||||
printf("Using cached time %s for %s\n",
|
||||
|
@ -63,7 +63,7 @@
|
||||
* The structure for an individual graph node. Each node has several
|
||||
* pieces of data associated with it.
|
||||
* 1) the name of the target it describes
|
||||
* 2) the location of the target file in the file system.
|
||||
* 2) the location of the target file in the filesystem.
|
||||
* 3) the type of operator used to define its sources (qv. parse.c)
|
||||
* 4) whether it is involved in this invocation of make
|
||||
* 5) whether the target has been remade
|
||||
|
@ -444,7 +444,7 @@ flush_appends()
|
||||
* Read files probably shouldn't be cached. Since
|
||||
* it's not an error to read a non-existent file,
|
||||
* it's possible that another program is interacting
|
||||
* with the sed script through the file system. It
|
||||
* with the sed script through the filesystem. It
|
||||
* would be truly bizarre, but possible. It's probably
|
||||
* not that big a performance win, anyhow.
|
||||
*/
|
||||
|
@ -53,7 +53,7 @@ server on
|
||||
.Ar host .
|
||||
By default it prints the names of all hosts that have
|
||||
.Tn NFS
|
||||
file systems mounted
|
||||
filesystems mounted
|
||||
on the host.
|
||||
See
|
||||
.%T "NFS: Network File System Protocol Specification" ,
|
||||
|
@ -316,7 +316,7 @@ abbreviated
|
||||
.Ar fo ;
|
||||
default value is `^P'.
|
||||
.It Ar framesize
|
||||
(num) The amount of data (in bytes) to buffer between file system
|
||||
(num) The amount of data (in bytes) to buffer between filesystem
|
||||
writes when receiving files; abbreviated
|
||||
.Ar fr .
|
||||
.It Ar host
|
||||
|
@ -223,10 +223,10 @@ exits abnormally.
|
||||
.Pp
|
||||
File flags cannot be set by
|
||||
.Xr fchflags 2
|
||||
over a NFS file system. Other file systems do not have a concept of flags.
|
||||
over a NFS filesystem. Other filesystems do not have a concept of flags.
|
||||
The
|
||||
.Nm
|
||||
utility will only warn when flags could not be set on a file system
|
||||
utility will only warn when flags could not be set on a filesystem
|
||||
that does not support them.
|
||||
.Pp
|
||||
The
|
||||
|
Loading…
Reference in New Issue
Block a user