Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2013-12-12 20:42:43 +13:00
parent 42f05d6438
commit b8efc3ed61
2 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ arguments allow specifying which process and CPU to monitor:
This measures the current process/thread on any CPU.
.TP
.BR "pid == 0" " and " "cpu >= 0"
This measures the current process/thread only
This measures the current process/thread only
when running on the specified CPU.
.TP
.BR "pid > 0" " and " "cpu == \-1"

View File

@ -522,12 +522,12 @@ field; instead the field is returned with the value 0.
.SS Timestamp fields
Older kernels and older standards did not support nanosecond timestamp
fields.
Instead, there were three timestamp
Instead, there were three timestamp
.RI fields\(em st_atime ,
.IR st_mtime ,
and
.IR st_ctime \(emtyped
as
as
.IR time_t
that recorded timestamps with one-second precision.