diff options
author | 2017-05-19 16:56:49 +0000 | |
---|---|---|
committer | 2017-05-19 16:56:49 +0000 | |
commit | 90c85feb180c2f655304d19e9cb5d57fa78f6eb2 (patch) | |
tree | 30129ba4538ce6400fb253a23f993ba11e15381a | |
parent | tweak partition sizes for auto-alloction to better suit 8G disks (diff) | |
download | wireguard-openbsd-90c85feb180c2f655304d19e9cb5d57fa78f6eb2.tar.xz wireguard-openbsd-90c85feb180c2f655304d19e9cb5d57fa78f6eb2.zip |
Clarify that /etc/installurl is only created when using the http method.
Xr pkg_add while there.
ok jmc
-rw-r--r-- | share/man/man5/installurl.5 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man5/installurl.5 b/share/man/man5/installurl.5 index 16614a41c5f..5b5af854456 100644 --- a/share/man/man5/installurl.5 +++ b/share/man/man5/installurl.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installurl.5,v 1.5 2017/03/10 17:41:36 rpe Exp $ +.\" $OpenBSD: installurl.5,v 1.6 2017/05/19 16:56:49 tb Exp $ .\" .\" Copyright (c) 2017 Robert Peichaer <rpe@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: March 10 2017 $ +.Dd $Mdocdate: May 19 2017 $ .Dt INSTALLURL 5 .Os .Sh NAME @@ -29,7 +29,8 @@ mirror server URL, such as .Pp .Dl https://ftp.openbsd.org/pub/OpenBSD .Pp -It is created by the installer script during installation or upgrade. +It is created by the installer script during installations and upgrades +over HTTP. .Pp Empty lines and lines beginning with .Sq # @@ -39,4 +40,5 @@ in the file are ignored. .It Pa /etc/installurl .El .Sh SEE ALSO +.Xr pkg_add 1 , .Xr syspatch 8 |