From f96dca5a2e7b9b6603f1747b3810923b2beaa2c8 Mon Sep 17 00:00:00 2001 From: Nik Clayton Date: Wed, 25 Apr 2001 09:25:22 +0000 Subject: [PATCH] Correct indentation while I'm here. White space only, and can be ignored by translators. --- en_US.ISO8859-1/books/faq/book.sgml | 52 ++++++++++++---------------- en_US.ISO_8859-1/books/faq/book.sgml | 52 ++++++++++++---------------- 2 files changed, 44 insertions(+), 60 deletions(-) diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 6ee68984be..ba3b9524d1 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -14,7 +14,7 @@ The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.183 2001/04/25 09:20:19 nik Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.184 2001/04/25 09:22:06 nik Exp $ 1995 @@ -6005,43 +6005,35 @@ C:\="DOS" in your config-file. The GENERIC kernel already contains this. - - - - create a vn-device - &prompt.root; cd /dev + + + create a vn-device + &prompt.root; cd /dev &prompt.root; sh MAKEDEV vn0 + - + + create a swapfile (/usr/swap0) - - create a swapfile - (/usr/swap0) + &prompt.root; dd if=/dev/zero of=/usr/swap0 bs=1024k count=64 + - &prompt.root; dd if=/dev/zero of=/usr/swap0 bs=1024k count=64 + + set proper permissions on (/usr/swap0) - + &prompt.root; chmod 0600 /usr/swap0 + - - set proper permissions on - (/usr/swap0) + + enable the swap file in /etc/rc.conf - &prompt.root; chmod 0600 /usr/swap0 + swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired. + - - - - enable the swap file in - /etc/rc.conf - - swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired. - - - - - reboot the machine - - + + reboot the machine + + To enable the swap file immediately, type diff --git a/en_US.ISO_8859-1/books/faq/book.sgml b/en_US.ISO_8859-1/books/faq/book.sgml index 6ee68984be..ba3b9524d1 100644 --- a/en_US.ISO_8859-1/books/faq/book.sgml +++ b/en_US.ISO_8859-1/books/faq/book.sgml @@ -14,7 +14,7 @@ The FreeBSD Documentation Project - $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.183 2001/04/25 09:20:19 nik Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.184 2001/04/25 09:22:06 nik Exp $ 1995 @@ -6005,43 +6005,35 @@ C:\="DOS" in your config-file. The GENERIC kernel already contains this. - - - - create a vn-device - &prompt.root; cd /dev + + + create a vn-device + &prompt.root; cd /dev &prompt.root; sh MAKEDEV vn0 + - + + create a swapfile (/usr/swap0) - - create a swapfile - (/usr/swap0) + &prompt.root; dd if=/dev/zero of=/usr/swap0 bs=1024k count=64 + - &prompt.root; dd if=/dev/zero of=/usr/swap0 bs=1024k count=64 + + set proper permissions on (/usr/swap0) - + &prompt.root; chmod 0600 /usr/swap0 + - - set proper permissions on - (/usr/swap0) + + enable the swap file in /etc/rc.conf - &prompt.root; chmod 0600 /usr/swap0 + swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired. + - - - - enable the swap file in - /etc/rc.conf - - swapfile="/usr/swap0" # Set to name of swapfile if aux swapfile desired. - - - - - reboot the machine - - + + reboot the machine + + To enable the swap file immediately, type