diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-18 23:40:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2003-01-18 23:40:59 +0000 |
commit | 9aaf15ec718527a783e4ebac19357ea3eb4e523a (patch) | |
tree | 8457c57d593c3d3d6cde854b4423b5b4ed3fca54 /share/man/man5/fs.5 | |
parent | 8807143002db319427334f087e2da0592e31b2f3 (diff) |
more typos; jmc@prioris.mini.pw.edu.pl
Diffstat (limited to 'share/man/man5/fs.5')
-rw-r--r-- | share/man/man5/fs.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5 index 1537d4f5960..cc8f50882e2 100644 --- a/share/man/man5/fs.5 +++ b/share/man/man5/fs.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fs.5,v 1.9 2001/10/04 16:56:51 mpech Exp $ +.\" $OpenBSD: fs.5,v 1.10 2003/01/18 23:40:58 deraadt Exp $ .\" $NetBSD: fs.5,v 1.3 1994/11/30 19:31:17 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -50,7 +50,7 @@ The files .Aq Pa fs.h and .Aq Pa inode.h -declare several structures, defined variables and macros +declare several structures and define variables and macros which are used to create and manage the underlying format of file system objects on random access devices (disks). .Pp @@ -70,7 +70,7 @@ with the .Em super-block that is of size .Dv SBSIZE . -The following structure described the super-block and is +The following structure describes the super-block and is from the file .Aq Pa ufs/fs.h : .Bd -literal @@ -188,7 +188,7 @@ unit. .Pp Large files consist of exclusively large data blocks. To avoid undue wasted disk space, the last data block of a small file is -allocated as only as many fragments of a large block as are +allocated only as many fragments of a large block as are necessary. The file system format retains only a single pointer to such a fragment, which is a piece of a single large block that |