summaryrefslogtreecommitdiffstats
path: root/share/man/man5/fs.5
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
committerschweikh <schweikh@FreeBSD.org>2001-07-14 19:41:16 +0000
commit511e378b14868fd06fca565a7db84b7080fdbcb7 (patch)
treefb1031efffc2846e7cacb61180a01c78ece1c3e9 /share/man/man5/fs.5
parentb855a121e272a07bd83ce7b51f776e73d7412cf4 (diff)
downloadFreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.zip
FreeBSD-src-511e378b14868fd06fca565a7db84b7080fdbcb7.tar.gz
Removed whitespace at end-of-line; no content changes. I simply did
cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days
Diffstat (limited to 'share/man/man5/fs.5')
-rw-r--r--share/man/man5/fs.58
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index b465680..f8c5e38 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -153,7 +153,7 @@ struct fs {
int32_t fs_cpc; /* cyl per cycle in postbl */
int16_t fs_opostbl[16][8]; /* old rotation block list head */
int32_t fs_sparecon[50]; /* reserved for future constants */
- int32_t fs_contigsumsize; /* size of cluster summary array */
+ int32_t fs_contigsumsize; /* size of cluster summary array */
int32_t fs_maxsymlinklen;/* max length of an internal symlink */
int32_t fs_inodefmt; /* format of on-disk inodes */
u_int64_t fs_maxfilesize;/* maximum representable file size */
@@ -204,7 +204,7 @@ referenced further unless disaster strikes.
Addresses stored in inodes are capable of addressing fragments
of `blocks'. File system blocks of at most size
.Dv MAXBSIZE
-can
+can
be optionally broken into 2, 4, or 8 pieces, each of which is
addressable; these pieces may be
.Dv DEV_BSIZE ,
@@ -309,7 +309,7 @@ Note that super-blocks are never more than size
The path name on which the file system is mounted is maintained in
.Fa fs_fsmnt .
.Dv MAXMNTLEN
-defines the amount of space allocated in
+defines the amount of space allocated in
the super-block for this name.
The limit on the amount of summary information per file system
is defined by
@@ -318,7 +318,7 @@ For a 4096 byte block size, it is currently parameterized for a
maximum of two million cylinders.
.Pp
Per cylinder group information is summarized in blocks allocated
-from the first cylinder group's data blocks.
+from the first cylinder group's data blocks.
These blocks are read in from
.Fa fs_csaddr
(size
OpenPOWER on IntegriCloud