diff options
author | T.J. Townsend <tj@cvs.openbsd.org> | 2019-04-27 22:30:06 +0000 |
---|---|---|
committer | T.J. Townsend <tj@cvs.openbsd.org> | 2019-04-27 22:30:06 +0000 |
commit | 594e1ce4ae407dc0a1acd75b6f1dcb90654d3a84 (patch) | |
tree | e308bd0a8b672227c2a5908039f71cbe60c312f9 /share/man | |
parent | c142f67b0717a902cdb2dce33e646a43bcec0dc7 (diff) |
the installer creates /etc/installurl even if we don't use http for the sets,
so update this page accordingly. while here, add sysupgrade to SEE ALSO since
it uses installurl too. ok jmc
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/installurl.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/share/man/man5/installurl.5 b/share/man/man5/installurl.5 index 40d6b0eb251..3c5e9ba8a66 100644 --- a/share/man/man5/installurl.5 +++ b/share/man/man5/installurl.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installurl.5,v 1.7 2018/08/23 16:28:12 tj Exp $ +.\" $OpenBSD: installurl.5,v 1.8 2019/04/27 22:30:05 tj 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: August 23 2018 $ +.Dd $Mdocdate: April 27 2019 $ .Dt INSTALLURL 5 .Os .Sh NAME @@ -29,8 +29,7 @@ mirror server URL, such as .Pp .Dl https://cdn.openbsd.org/pub/OpenBSD .Pp -It is created by the installer script during installations and upgrades -over HTTP. +It is created by the installer script during installations and upgrades. .Pp Empty lines and lines beginning with .Sq # @@ -41,4 +40,5 @@ in the file are ignored. .El .Sh SEE ALSO .Xr pkg_add 1 , -.Xr syspatch 8 +.Xr syspatch 8 , +.Xr sysupgrade 8 |