diff options
author | 2017-02-07 11:36:52 +0000 | |
---|---|---|
committer | 2017-02-07 11:36:52 +0000 | |
commit | 174cc9b2e9e10c19ba64d7d8c6de2629a914df9d (patch) | |
tree | 1dd2a161630a14daef41e217a9bfba2e733772e0 /share/man/man5 | |
parent | Release the NET_LOCK() before entering per-driver ioctl() routine. (diff) | |
download | wireguard-openbsd-174cc9b2e9e10c19ba64d7d8c6de2629a914df9d.tar.xz wireguard-openbsd-174cc9b2e9e10c19ba64d7d8c6de2629a914df9d.zip |
Inline the example section: this looks better, makes 'mandoc -Tlint' happy
and avoids giving the impression that one should follow the link to find
examples.
jmc agrees; go ahead rpe
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/installurl.5 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/share/man/man5/installurl.5 b/share/man/man5/installurl.5 index 8ae3aa4a215..a9bd6410163 100644 --- a/share/man/man5/installurl.5 +++ b/share/man/man5/installurl.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installurl.5,v 1.2 2017/02/06 21:31:32 tj Exp $ +.\" $OpenBSD: installurl.5,v 1.3 2017/02/07 11:36:52 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: February 6 2017 $ +.Dd $Mdocdate: February 7 2017 $ .Dt INSTALLURL 5 .Os .Sh NAME @@ -25,7 +25,10 @@ The .Pa /etc/installurl file contains a single line specifying an .Ox -mirror server URL. +mirror server URL, such as +.Pp +.Dl https://ftp.openbsd.org/pub/OpenBSD +.Pp It is created by the installer script if the system is installed through an official mirror. .Pp @@ -36,9 +39,5 @@ in the file are ignored. .Bl -tag -width /etc/installurl -compact .It Pa /etc/installurl .El -.Sh EXAMPLES -.Bd -literal -.Dl https://ftp.openbsd.org/pub/OpenBSD -.Ed .Sh SEE ALSO .Xr syspatch 1 |