summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorBenno Schulenberg2014-10-27 22:18:10 +0100
committerKarel Zak2014-10-31 10:39:06 +0100
commit2e6f289a4ecf02048c3e46a6201f184442ddc4c6 (patch)
tree0bf78204c91e30bf74a52f79432baacc7c9b5f2e /misc-utils
parentbash-completion: use swapon label and uuid listing support (diff)
downloadkernel-qcow2-util-linux-2e6f289a4ecf02048c3e46a6201f184442ddc4c6.tar.gz
kernel-qcow2-util-linux-2e6f289a4ecf02048c3e46a6201f184442ddc4c6.tar.xz
kernel-qcow2-util-linux-2e6f289a4ecf02048c3e46a6201f184442ddc4c6.zip
docs: spelling, wording, and grammar fixes in the man page of whereis
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/whereis.137
1 files changed, 19 insertions, 18 deletions
diff --git a/misc-utils/whereis.1 b/misc-utils/whereis.1
index e8e432722..243fc14a0 100644
--- a/misc-utils/whereis.1
+++ b/misc-utils/whereis.1
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)whereis.1 from UCB 4.2
-.TH WHEREIS 1 "March 2013" "util-linux" "User Commands"
+.TH WHEREIS 1 "October 2014" "util-linux" "User Commands"
.SH NAME
whereis \- locate the binary, source, and manual page files for a command
.SH SYNOPSIS
@@ -56,26 +56,27 @@ in the places specified by
.B $PATH
and
.BR $MANPATH .
-
-The search restrinctions (options \fB\-b\fP, \fB\-m\fP and \fB\-s\fP) are
-cumulative and always applied for the next \fIname\fP patterns specified on
-command line. The first search restrinction resets the search mask. For example
+.sp
+The search restrictions (options \fB\-b\fP, \fB\-m\fP and \fB\-s\fP)
+are cumulative and apply to the subsequent \fIname\fP patterns on
+the command line. Any new search restriction resets the search mask.
+For example,
.RS
.sp
.B "whereis -bm ls tr -m gcc"
.sp
.RE
-searchs for "ls" and "tr" binaries and man pages, and "gcc" man pages only.
-
-The options \fB\-B\fP, \fB\-M\fP and \fB\-S\fP resets search paths for the next
-\fIname\fP patterns. For example
+searches for "ls" and "tr" binaries and man pages, and for "gcc" man pages only.
+.sp
+The options \fB\-B\fP, \fB\-M\fP and \fB\-S\fP reset search paths for the
+subsequent \fIname\fP patterns. For example,
.RS
.sp
.B "whereis -m ls -M /usr/share/man/man1 -f cal"
.sp
.RE
-searchs for "ls" man pages in all default paths, but for "cal" in
-/usr/share/man/man1 directory only.
+searches for "ls" man pages in all default paths, but for "cal" in
+the /usr/share/man/man1 directory only.
.SH OPTIONS
.TP
@@ -114,15 +115,15 @@ or
.BR \-S
options is used.
.IP "\fB\-l"
-Output list of effective lookup paths the
+Output the list of effective lookup paths that
.B whereis
-is using. When non of
+is using. When none of
.BR \-B ,
.BR \-M ,
or
.BR \-S
-is specified the option will out hard coded paths that the command was able to
-find on system.
+is specified, the option will output the hard-coded paths
+that the command was able to find on the system.
.SH EXAMPLE
To find all files in
.B /usr/\:bin
@@ -132,14 +133,14 @@ in
or have no source in
.BR /usr/\:src :
.IP
-.B $ cd /usr/bin
+.B cd /usr/bin
.br
-.B $ whereis \-u \-ms \-M /usr/man/man1 \-S /usr/src \-f *
+.B whereis \-u \-ms \-M /usr/man/man1 \-S /usr/src \-f *
.SH "FILE SEARCH PATHS"
By default
.B whereis
tries to find files from hard-coded paths, which are defined with glob
-patterns. The command attempst to use contents of
+patterns. The command attempst to use contents of
.B $PATH
and
.B $MANPATH