56 lines
1.8 KiB
Diff
56 lines
1.8 KiB
Diff
From ada443268e7f8c4526e6b048c98457679665b727 Mon Sep 17 00:00:00 2001
|
|
From: Jim Warner <james.warner@comcast.net>
|
|
Date: Wed, 23 Apr 2014 00:00:04 -0500
|
|
Subject: [PATCH] misc: fix man doc spelling and grammar for translation
|
|
|
|
Signed-off-by: Jim Warner <james.warner@comcast.net>
|
|
---
|
|
ps/ps.1 | 2 +-
|
|
sysctl.8 | 8 ++++----
|
|
2 files changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git ps/ps.1 ps/ps.1
|
|
index cdb7536..90f12ac 100644
|
|
--- ps/ps.1
|
|
+++ ps/ps.1
|
|
@@ -1683,7 +1683,7 @@ number of kernel threads owned by the process.
|
|
T}
|
|
|
|
tid TID T{
|
|
-the unique number representing a dispatacable entity (alias
|
|
+the unique number representing a dispatchable entity (alias
|
|
.BR lwp , \ spid ).
|
|
This value may also appear as: a process ID (pid); a process group ID (pgrp);
|
|
a session ID for the session leader (sid); a thread group ID for the thread
|
|
diff --git sysctl.8 sysctl.8
|
|
index faf2255..a74b2d7 100644
|
|
--- sysctl.8
|
|
+++ sysctl.8
|
|
@@ -63,8 +63,8 @@ Load in sysctl settings from the file specified or /etc/sysctl.conf if none
|
|
given. Specifying \- as filename means reading data from standard input.
|
|
Using this option will mean arguments to
|
|
.B sysctl
|
|
-are files, which are read in order they are specified. The file argument can
|
|
-may be specified as reqular expression.
|
|
+are files, which are read in the order they are specified.
|
|
+The file argument may be specified as reqular expression.
|
|
.TP
|
|
\fB\-a\fR, \fB\-\-all\fR
|
|
Display all values currently available.
|
|
@@ -112,10 +112,10 @@ Alias of \fB\-p\fR
|
|
Alias of \fB\-a\fR
|
|
.TP
|
|
\fB\-o\fR
|
|
-Does nothing in favour of BSD compatibility.
|
|
+Does nothing, exists for BSD compatibility.
|
|
.TP
|
|
\fB\-x\fR
|
|
-Does nothing in favour of BSD compatibility.
|
|
+Does nothing, exists for BSD compatibility.
|
|
.TP
|
|
\fB\-h\fR, \fB\-\-help\fR
|
|
Display help text and exit.
|
|
--
|
|
1.7.9.2
|
|
|