summaryrefslogtreecommitdiff
path: root/man/1/zeros
diff options
context:
space:
mode:
authorCharles.Forsyth <devnull@localhost>2009-02-19 13:30:52 +0000
committerCharles.Forsyth <devnull@localhost>2009-02-19 13:30:52 +0000
commitb0eaa287d58bc24e9113f6b69a63afdae05ddf93 (patch)
tree890a546e194228d27427a2f67d8dcd983f94e856 /man/1/zeros
parent3dbc44fd912d3e5fd24e74c849ee3f3fdd377599 (diff)
20090219-1330
Diffstat (limited to 'man/1/zeros')
-rw-r--r--man/1/zeros9
1 files changed, 4 insertions, 5 deletions
diff --git a/man/1/zeros b/man/1/zeros
index d3dd0009..68e1a9fb 100644
--- a/man/1/zeros
+++ b/man/1/zeros
@@ -31,15 +31,14 @@ has a specialised use:
ensuring a file has the desired number of blocks in it to hold a file system image,
before reaming it.
.SH EXAMPLE
-To create and initialize a file system containing 2880 1024 byte
+To create and initialize a file system containing 2048 1024 byte
blocks
.IP
.EX
-zeros 1024 2880 > kfs
-echo 'ream fs kfs' > '#Kcons/kfsctl'
-echo halt > '#Kcons/kfscons'
+zeros 1024 2048 >kfs.file
+mount -c {disk/kfs -r kfs.file} /n/local
.EE
.SH SOURCE
.B /appl/cmd/zeros.b
.SH SEE ALSO
-.IR kfs (3)
+.IR kfs (4)