summaryrefslogtreecommitdiff
path: root/share/man/man8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-05-18 13:05:57 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-05-18 13:05:57 +0000
commitebe4f228270b1624592b170e387f0beb1e6395fd (patch)
treea72b2511b4f99757cd18f442e0d2885e17d7a4ab /share/man/man8
parent99daf8b473d80260cf1b95a7721c53636a2737cf (diff)
use miod's suggestion for making swap files;
Diffstat (limited to 'share/man/man8')
-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 4e786bbc73a..d20e474f2e8 100644
--- a/share/man/man8/diskless.8
+++ b/share/man/man8/diskless.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: diskless.8,v 1.37 2006/05/18 12:45:43 jmc Exp $
+.\" $OpenBSD: diskless.8,v 1.38 2006/05/18 13:05:56 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=120
+# dd if=/dev/zero of=swap bs=1m count=0 seek=120
.Ed
.Pp
This creates a 120 Megabyte swap file and an empty /swap directory.