Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man Fix word.



details:   https://anonhg.NetBSD.org/src/rev/bc5f20f34357
branches:  trunk
changeset: 828727:bc5f20f34357
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Dec 28 23:16:15 2017 +0000

description:
Fix word.

diffstat:

 share/man/man4/ddb.4     |  4 ++--
 share/man/man4/options.4 |  4 ++--
 share/man/man7/sysctl.7  |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r c29b4dce5116 -r bc5f20f34357 share/man/man4/ddb.4
--- a/share/man/man4/ddb.4      Thu Dec 28 23:15:45 2017 +0000
+++ b/share/man/man4/ddb.4      Thu Dec 28 23:16:15 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: ddb.4,v 1.169 2017/12/28 23:14:42 wiz Exp $
+.\"    $NetBSD: ddb.4,v 1.170 2017/12/28 23:16:42 wiz Exp $
 .\"
 .\" Copyright (c) 1997 - 2009 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -1283,7 +1283,7 @@
 and this setting can give double loggings.
 .It Va panicstackframes
 Number of stack frames to display on panic.
-Useful to avoid scrolling way the interesting frames on a glass tty.
+Useful to avoid scrolling away the interesting frames on a glass tty.
 Default value is
 .Dv 65535
 (all frames), useful value around
diff -r c29b4dce5116 -r bc5f20f34357 share/man/man4/options.4
--- a/share/man/man4/options.4  Thu Dec 28 23:15:45 2017 +0000
+++ b/share/man/man4/options.4  Thu Dec 28 23:16:15 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: options.4,v 1.477 2017/12/28 23:14:49 wiz Exp $
+.\"    $NetBSD: options.4,v 1.478 2017/12/28 23:16:15 wiz Exp $
 .\"
 .\" Copyright (c) 1996
 .\"    Perry E. Metzger.  All rights reserved.
@@ -588,7 +588,7 @@
 command.
 .It Cd options DDB_PANICSTACKFRAMES=integer
 Number of stack frames to display on panic.
-Useful to avoid scrolling way the interesting frames on a glass tty.
+Useful to avoid scrolling away the interesting frames on a glass tty.
 Default value is
 .Dv 65535
 (all frames), useful value around
diff -r c29b4dce5116 -r bc5f20f34357 share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Thu Dec 28 23:15:45 2017 +0000
+++ b/share/man/man7/sysctl.7   Thu Dec 28 23:16:15 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.119 2017/12/28 23:15:45 wiz Exp $
+.\"    $NetBSD: sysctl.7,v 1.120 2017/12/28 23:16:57 wiz Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -2488,7 +2488,7 @@
 If not empty, a command to be executed on each enter to the DDB.
 .It Li ddb.panicstackframes
 Number of stack frames to display on panic.
-Useful to avoid scrolling way the interesting frames on a glass tty.
+Useful to avoid scrolling away the interesting frames on a glass tty.
 Default value is
 .Dv 65535
 (all frames), useful value around



Home | Main Index | Thread Index | Old Index