summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-18 13:52:29 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-18 13:52:29 +0000
commit8787bcca7169aa60be3734256f2f34106256ea21 (patch)
tree354d0a65cb398fe4daa95be2b530b2407f5157e2 /share
parentebe4f228270b1624592b170e387f0beb1e6395fd (diff)
back out last, after some discussion;
Diffstat (limited to 'share')
-rw-r--r--share/man/man8/diskless.84
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8
index d20e474f2e8..b18f3bafff6 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diskless.8,v 1.38 2006/05/18 13:05:56 jmc Exp $
+.\" $OpenBSD: diskless.8,v 1.39 2006/05/18 13:52:28 jmc Exp $
.\" $NetBSD: diskless.8,v 1.7.4.1 1996/05/30 18:58:10 cgd Exp $
.\"
.\"
@@ -242,7 +242,7 @@ Build the swap file for myclient:
.Bd -literal -offset indent
# mkdir -p /export/myclient/root/swap
# cd /export/myclient
-# dd if=/dev/zero of=swap bs=1m count=0 seek=120
+# dd if=/dev/zero of=swap bs=1m count=120
.Ed
.Pp
This creates a 120 Megabyte swap file and an empty /swap directory.