summaryrefslogtreecommitdiff
path: root/usr.sbin/makefs/README
diff options
context:
space:
mode:
authorKenneth R Westerback <krw@cvs.openbsd.org>2016-12-17 16:12:16 +0000
committerKenneth R Westerback <krw@cvs.openbsd.org>2016-12-17 16:12:16 +0000
commitf1afa4903ba4f778060cf846aca200a8f15f4248 (patch)
tree7a69b8211ed26dfe1a3a2c6cf755cb3336b48ee9 /usr.sbin/makefs/README
parentad3cad4ad0b46b07e66405657a99afe5549d6fc0 (diff)
While here nuke some more annoying whitespace nits.
Diffstat (limited to 'usr.sbin/makefs/README')
-rw-r--r--usr.sbin/makefs/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/makefs/README b/usr.sbin/makefs/README
index a532ed07541..947d6f7cff7 100644
--- a/usr.sbin/makefs/README
+++ b/usr.sbin/makefs/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.2 2016/10/16 20:26:56 natano Exp $
+$OpenBSD: README,v 1.3 2016/12/17 16:12:15 krw Exp $
$NetBSD: README,v 1.7 2015/01/12 19:50:47 christos Exp $
makefs - build a file system image from a directory tree
@@ -66,7 +66,7 @@ The main program will:
probably be a similar tree to what mtree(8) uses internally;
a linked list of entries per directory with a child pointer
to children of directories. ".." won't be stored in the list;
- the fs-specific tree walker should add this if required by the fs.
+ the fs-specific tree walker should add this if required by the fs.
this builder have the smarts to handle hard links correctly.
- Call an fs-specific routine to build the image based on the
data structures.
@@ -85,7 +85,7 @@ Each fs-specific module should have the following external interfaces:
make_fs take the data structures representing the
directory tree and fs parameters,
validate that the parameters are valid
- (e.g, the requested image will be large enough),
+ (e.g, the requested image will be large enough),
create the image, and
populate the image