From f1afa4903ba4f778060cf846aca200a8f15f4248 Mon Sep 17 00:00:00 2001 From: Kenneth R Westerback Date: Sat, 17 Dec 2016 16:12:16 +0000 Subject: While here nuke some more annoying whitespace nits. --- usr.sbin/makefs/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.sbin/makefs/README') 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 -- cgit v1.2.3