Module Name: src
Committed By: sevan
Date: Sun Jul 29 17:03:02 UTC 2018
Modified Files:
src/usr.sbin/iostat: iostat.8
Log Message:
Document "in" field in CPU section
Fix ps(1) Xr raised by mandoc -Tlint
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.sbin/iostat/iostat.8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/iostat/iostat.8
diff -u src/usr.sbin/iostat/iostat.8:1.25 src/usr.sbin/iostat/iostat.8:1.26
--- src/usr.sbin/iostat/iostat.8:1.25 Sun Mar 5 23:07:12 2017
+++ src/usr.sbin/iostat/iostat.8 Sun Jul 29 17:03:02 2018
@@ -1,4 +1,4 @@
-.\" $NetBSD: iostat.8,v 1.25 2017/03/05 23:07:12 mlelstv Exp $
+.\" $NetBSD: iostat.8,v 1.26 2018/07/29 17:03:02 sevan Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -29,7 +29,7 @@
.\"
.\" from: @(#)iostat.8 8.1 (Berkeley) 6/6/93
.\"
-.Dd July 9, 2015
+.Dd July 29, 2018
.Dt IOSTAT 8
.Os
.Sh NAME
@@ -201,6 +201,8 @@ and is then shown as zeros.
% of CPU time in user mode running niced processes
.It \&sy
% of CPU time in system mode
+.It \&in
+% of CPU time in interrupt mode
.It \&id
% of CPU time in idle mode
.El
@@ -209,7 +211,7 @@ and is then shown as zeros.
.Xr fstat 1 ,
.Xr netstat 1 ,
.Xr nfsstat 1 ,
-.Xr \&ps 1 ,
+.Xr ps 1 ,
.Xr systat 1 ,
.Xr vmstat 1 ,
.Xr fnmatch 3 ,