summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2019-05-14 12:55:55 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2019-05-14 12:55:55 +0000
commit68dc0245da9d08c17df6505a829b794dae581675 (patch)
tree76e2d4d374dafdb727acc8a47b124d24369447ec
parentb262a49e47b6462a0bf358d5322995ddead051b2 (diff)
minor wording improvement from Stephen Gregoratto
-rw-r--r--share/man/man9/syscall.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/syscall.9 b/share/man/man9/syscall.9
index 6a20b052e5c..7510ddba59f 100644
--- a/share/man/man9/syscall.9
+++ b/share/man/man9/syscall.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: syscall.9,v 1.13 2016/04/25 19:24:42 tedu Exp $
+.\" $OpenBSD: syscall.9,v 1.14 2019/05/14 12:55:54 schwarze Exp $
.\"
.\" Copyright (c) 2003 Michael Shalayeff
.\"
@@ -23,7 +23,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 25 2016 $
+.Dd $Mdocdate: May 14 2019 $
.Dt SYSCALL 9
.Os
.Sh NAME
@@ -175,9 +175,9 @@ else
.Pp
The
.Dq SYSCALL_DEBUG
-parts of the code are explained in the section
+parts of the code are explained in the
.Sx Debugging
-later in the document.
+section below.
For the
.Dq KTRACE
portions of the code refer to the