diff options
author | 2019-05-26 00:52:22 +0000 | |
---|---|---|
committer | 2019-05-26 00:52:22 +0000 | |
commit | a80951f8fb47f73bce03964195a9de8384175c3e (patch) | |
tree | 30bb1841b921da536f2f3e7e4c1f69c544c8da1d | |
parent | Install the new perldelta as man pages (diff) | |
download | wireguard-openbsd-a80951f8fb47f73bce03964195a9de8384175c3e.tar.xz wireguard-openbsd-a80951f8fb47f73bce03964195a9de8384175c3e.zip |
use proper crossreference, from Artturi Alm
-rw-r--r-- | share/man/man8/intro.8 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/man8/intro.8 b/share/man/man8/intro.8 index 17a64368b7b..b7f8c71ead6 100644 --- a/share/man/man8/intro.8 +++ b/share/man/man8/intro.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.8,v 1.28 2018/09/30 13:24:33 schwarze Exp $ +.\" $OpenBSD: intro.8,v 1.29 2019/05/26 00:52:22 naddy Exp $ .\" $NetBSD: intro.8,v 1.3 1994/11/30 19:36:24 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)intro.8 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: September 30 2018 $ +.Dd $Mdocdate: May 26 2019 $ .Dt INTRO 8 .Os .Sh NAME @@ -83,7 +83,9 @@ Thus it is not started by default. To enable or disable daemon processes, administrators should edit the file .Xr rc.conf.local 8 -or use the rcctl(8) utility. +or use the +.Xr rcctl 8 +utility. The .Xr rc.conf.local 8 file overrides variable assignments in |