diff options
author | 2020-04-23 00:16:59 +0000 | |
---|---|---|
committer | 2020-04-23 00:16:59 +0000 | |
commit | afe6e9926a3ccc516ff3609abd815d91a1714cb4 (patch) | |
tree | a2ce83f1c644acb158cc2419d0de95db1ff683e2 | |
parent | use a root prompt for EXAMPLES; ok ratchov (diff) | |
download | wireguard-openbsd-afe6e9926a3ccc516ff3609abd815d91a1714cb4.tar.xz wireguard-openbsd-afe6e9926a3ccc516ff3609abd815d91a1714cb4.zip |
adjust section argument of .Dt macro after move from section 1 to 8;
patch from Raf Czlonka <rczlonka at gmail dot com>
-rw-r--r-- | usr.bin/audioctl/audioctl.8 | 6 | ||||
-rw-r--r-- | usr.bin/mixerctl/mixerctl.8 | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/audioctl/audioctl.8 b/usr.bin/audioctl/audioctl.8 index 026b6e3382d..255924036c2 100644 --- a/usr.bin/audioctl/audioctl.8 +++ b/usr.bin/audioctl/audioctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audioctl.8,v 1.3 2020/04/22 21:39:21 jmc Exp $ +.\" $OpenBSD: audioctl.8,v 1.4 2020/04/23 00:16:59 schwarze Exp $ .\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -26,8 +26,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 22 2020 $ -.Dt AUDIOCTL 1 +.Dd $Mdocdate: April 23 2020 $ +.Dt AUDIOCTL 8 .Os .Sh NAME .Nm audioctl diff --git a/usr.bin/mixerctl/mixerctl.8 b/usr.bin/mixerctl/mixerctl.8 index f21468aa1c6..70b426e424f 100644 --- a/usr.bin/mixerctl/mixerctl.8 +++ b/usr.bin/mixerctl/mixerctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mixerctl.8,v 1.4 2020/04/22 21:39:21 jmc Exp $ +.\" $OpenBSD: mixerctl.8,v 1.5 2020/04/23 00:16:59 schwarze Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -27,8 +27,8 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 22 2020 $ -.Dt MIXERCTL 1 +.Dd $Mdocdate: April 23 2020 $ +.Dt MIXERCTL 8 .Os .Sh NAME .Nm mixerctl |