diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-09 09:56:25 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-01-09 09:56:25 +0000 |
commit | b2f7df45a9e953a9c877ebb8df7ae5dc44d4fbb9 (patch) | |
tree | 17eeb10a2c17baaf1bf3f45dce04a19770920b27 /share/man/man8 | |
parent | 2ee27b94e4340831db47ec37b6d7c04f69be205c (diff) |
double word fix; from joe snikeris
Diffstat (limited to 'share/man/man8')
-rw-r--r-- | share/man/man8/release.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 6db4b3dc93b..f36796a6f27 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.43 2005/09/22 14:20:15 jmc Exp $ +.\" $OpenBSD: release.8,v 1.44 2006/01/09 09:56:24 jmc Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -172,7 +172,7 @@ $ su If the system does not come up you can boot using .Pa bsd.old . .Ss 3. Build a new system -Now that you are running using your new kernel you can build a new system. +Now that you are running your new kernel you can build a new system. It's safer (but slower) to remove your object directories and re-create them before the build. The steps are: |