Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man8 Change RB_QUIET and RB_VERBOSE to AB_QUIET an...
details: https://anonhg.NetBSD.org/src/rev/b70e8710a552
branches: trunk
changeset: 815112:b70e8710a552
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Apr 30 14:32:22 2016 +0000
description:
Change RB_QUIET and RB_VERBOSE to AB_QUIET and AB_VERBOSE.
It appears RB_QUIET and RB_VERBOSE never existed as such.
diffstat:
share/man/man8/man8.acorn26/boot26.8 | 6 +++---
share/man/man8/man8.acorn32/boot32.8 | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (44 lines):
diff -r 773e9f7674c2 -r b70e8710a552 share/man/man8/man8.acorn26/boot26.8
--- a/share/man/man8/man8.acorn26/boot26.8 Sat Apr 30 14:31:39 2016 +0000
+++ b/share/man/man8/man8.acorn26/boot26.8 Sat Apr 30 14:32:22 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot26.8,v 1.5 2009/09/04 23:29:03 apb Exp $
+.\" $NetBSD: boot26.8,v 1.6 2016/04/30 14:32:22 jakllsch Exp $
.\"
.\" Copyright (c) 2000, 2001 Ben Harris
.\" All rights reserved.
@@ -72,10 +72,10 @@
Enter the in-kernel device configuration manager before attaching any
devices.
.It Fl q
-.Pq Dv RB_QUIET
+.Pq Dv AB_QUIET
Cause the kernel to emit fewer messages than normal while starting up.
.It Fl v
-.Pq Dv RB_VERBOSE
+.Pq Dv AB_VERBOSE
Cause the kernel to emit more messages than normal while starting up.
.El
.Pp
diff -r 773e9f7674c2 -r b70e8710a552 share/man/man8/man8.acorn32/boot32.8
--- a/share/man/man8/man8.acorn32/boot32.8 Sat Apr 30 14:31:39 2016 +0000
+++ b/share/man/man8/man8.acorn32/boot32.8 Sat Apr 30 14:32:22 2016 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: boot32.8,v 1.3 2009/09/04 23:29:03 apb Exp $
+.\" $NetBSD: boot32.8,v 1.4 2016/04/30 14:32:22 jakllsch Exp $
.\"
.\" Copyright (c) 2000, 2001 Ben Harris
.\" Copyright (c) 2004 Reinoud Zandijk
@@ -79,10 +79,10 @@
Enter the in-kernel device configuration manager before attaching any
devices.
.It Fl q
-.Pq Dv RB_QUIET
+.Pq Dv AB_QUIET
Cause the kernel to emit fewer messages than normal while starting up.
.It Fl v
-.Pq Dv RB_VERBOSE
+.Pq Dv AB_VERBOSE
Cause the kernel to emit more messages than normal while starting up.
.El
.Pp
Home |
Main Index |
Thread Index |
Old Index