Source-Changes-HG archive

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

[src/trunk]: src/share/man/man7 A couple more minor changes for readability.



details:   https://anonhg.NetBSD.org/src/rev/a2aa3620997e
branches:  trunk
changeset: 822559:a2aa3620997e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Mar 25 05:58:50 2017 +0000

description:
A couple more minor changes for readability.

diffstat:

 share/man/man7/sysctl.7 |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r e5e083025248 -r a2aa3620997e share/man/man7/sysctl.7
--- a/share/man/man7/sysctl.7   Sat Mar 25 05:55:36 2017 +0000
+++ b/share/man/man7/sysctl.7   Sat Mar 25 05:58:50 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sysctl.7,v 1.112 2017/03/25 05:51:28 pgoyette Exp $
+.\"    $NetBSD: sysctl.7,v 1.113 2017/03/25 05:58:50 pgoyette Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -2206,9 +2206,9 @@
 calls.
 The children are created in the SSTOP state and are never scheduled
 for running before being stopped.
-This feature helps attaching to a process with a debugger such as
+This feature enables attaching to a process with a debugger such as
 .Xr gdb 1
-before it has the opportunity to actually do anything.
+before the process has the opportunity to actually do anything.
 .Pp
 This value is inherited by the process's children, and it also
 applies to emulation specific system calls that fork a new process, such as
@@ -2225,7 +2225,7 @@
 before being stopped.
 This feature enables attaching to a process with a debugger such as
 .Xr gdb 1
-before it has the opportunity to actually do anything.
+before the process has the opportunity to actually do anything.
 .Pp
 This value is inherited by the process's children.
 .It Li proc.pid.stopexit ( Dv PROC_PID_STOPEXIT )



Home | Main Index | Thread Index | Old Index