From 5893208e0ae16d78e058723dfaa8bae5a0294149 Mon Sep 17 00:00:00 2001 From: kn Date: Tue, 16 Aug 2022 13:59:51 +0000 Subject: [PATCH] -v prints to standard error not output stderr is expected and stdout would break vnconfig(8)'s usage where vnd_dev is omitted and a new one is printed on stdout. --- sbin/vnconfig/vnconfig.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sbin/vnconfig/vnconfig.8 b/sbin/vnconfig/vnconfig.8 index 69bb0953542..a1cf48353ef 100644 --- a/sbin/vnconfig/vnconfig.8 +++ b/sbin/vnconfig/vnconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnconfig.8,v 1.6 2019/04/30 18:05:11 espie Exp $ +.\" $OpenBSD: vnconfig.8,v 1.7 2022/08/16 13:59:51 kn Exp $ .\" .\" Copyright (c) 1993 University of Utah. .\" Copyright (c) 1980, 1989, 1991, 1993 @@ -49,7 +49,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: April 30 2019 $ +.Dd $Mdocdate: August 16 2022 $ .Dt VNCONFIG 8 .Os .Sh NAME @@ -136,7 +136,7 @@ cylinder. Unconfigure a .Ar vnd_dev . .It Fl v -Print messages to stdout describing actions taken. +Print messages to stderr describing actions taken. .El .Sh FILES .Bl -tag -width /etc/rvnd?? -compact -- 2.20.1