diff options
author | 2006-02-04 09:28:59 +0000 | |
---|---|---|
committer | 2006-02-04 09:28:59 +0000 | |
commit | 6c49265694503022eda657cdb0c299b4e774e6fd (patch) | |
tree | 1da0c77c7805b62356cdc3753bb1f57e00943010 | |
parent | When ACPI_ENABLED wasn't set but the devices were it had an unknown variable. (diff) | |
download | wireguard-openbsd-6c49265694503022eda657cdb0c299b4e774e6fd.tar.xz wireguard-openbsd-6c49265694503022eda657cdb0c299b4e774e6fd.zip |
- document that svnd0 must not be configured when making release
- tidy up the whole para whilst here
based on pr #5006, from francisco;
help from mbalmer
-rw-r--r-- | share/man/man8/release.8 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/share/man/man8/release.8 b/share/man/man8/release.8 index f36796a6f27..a3e478f77dc 100644 --- a/share/man/man8/release.8 +++ b/share/man/man8/release.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: release.8,v 1.44 2006/01/09 09:56:24 jmc Exp $ +.\" $OpenBSD: release.8,v 1.45 2006/02/04 09:28:59 jmc Exp $ .\" .\" Copyright (c) 2000 Marco S. Hyman .\" @@ -241,9 +241,13 @@ and .Va RELEASEDIR must not refer to any directory with .Pa /mnt -in its path as +in its path, as .Pa /mnt is used in the release generation process. +Additionally the first +.Xr svnd 4 +device, svnd0, +is also used and must not be configured. .El .Pp The floppy and |