diff options
author | 2018-06-23 23:19:11 +0000 | |
---|---|---|
committer | 2018-06-23 23:19:11 +0000 | |
commit | f74518b7506ee96838b4c3bf8ab1dda4e169d15b (patch) | |
tree | 4e1b89cc11ef0e9330b601baae4e4ad12bfe6fcf | |
parent | define-tag can't use normal destate, because it migrates before any cwd (diff) | |
download | wireguard-openbsd-f74518b7506ee96838b4c3bf8ab1dda4e169d15b.tar.xz wireguard-openbsd-f74518b7506ee96838b4c3bf8ab1dda4e169d15b.zip |
Small wording tweak which is slightly closer to the ever elusive truth.
Ok tb@
-rw-r--r-- | share/man/man8/release.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index 0c5e98f9f57..5f11a21523d 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.93 2018/02/15 19:01:39 tb Exp $ +.\" $OpenBSD: release.8,v 1.94 2018/06/23 23:19:11 rob Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" Copyright (c) 2016 Theo Buehler <tb@openbsd.org> @@ -10,7 +10,7 @@ .\" LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS .\" FOR A PARTICULAR PURPOSE. .\" -.Dd $Mdocdate: February 15 2018 $ +.Dd $Mdocdate: June 23 2018 $ .Dt RELEASE 8 .Os .Sh NAME @@ -150,7 +150,7 @@ and # cd /dev && ./MAKEDEV all .Ed .Pp -At this point, the base system is up to date and running the code +At this point, the base system is up to date with the code that will be made into a release. .Ss 4. Make and validate the base system release The base system release consists of at least one generic kernel, |