[Midnightbsd-cvs] src [7154] trunk/usr.bin/sort/sort.1.in: bring in some man page cleanup
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 26 13:05:14 EDT 2015
Revision: 7154
http://svnweb.midnightbsd.org/src/?rev=7154
Author: laffer1
Date: 2015-07-26 13:05:13 -0400 (Sun, 26 Jul 2015)
Log Message:
-----------
bring in some man page cleanup
Modified Paths:
--------------
trunk/usr.bin/sort/sort.1.in
Modified: trunk/usr.bin/sort/sort.1.in
===================================================================
--- trunk/usr.bin/sort/sort.1.in 2015-07-26 15:18:09 UTC (rev 7153)
+++ trunk/usr.bin/sort/sort.1.in 2015-07-26 17:05:13 UTC (rev 7154)
@@ -1,5 +1,5 @@
.\" $OpenBSD: sort.1,v 1.31 2007/08/21 21:22:37 millert Exp $
-.\" $FreeBSD: src/usr.bin/sort/sort.1.in,v 1.4 2012/07/04 16:25:11 gabor Exp $
+.\" $FreeBSD: stable/10/usr.bin/sort/sort.1.in 269498 2014-08-04 03:59:48Z gjb $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -147,7 +147,7 @@
When attached to a specific key (see
.Fl k ) ,
the ordering options override all global ordering options for
-the key they are attahced to.
+the key they are attached to.
.Bl -tag -width indent
.It Fl b, Fl Fl ignore-leading-blanks
Ignore leading blank characters when comparing lines.
@@ -194,7 +194,7 @@
the equal keys sort together.
It is implemented by hashing the input keys and sorting
the hash values.
-The hash function is choosen randomly.
+The hash function is chosen randomly.
The hash function is randomized by
.Cm /dev/random
content, or by file content if it is specified by
@@ -212,7 +212,7 @@
zeros are ignored in version numbers, see example below).
If an input string does not match the pattern, then it is compared
using the byte compare function.
-All string comparisions are performed in C locale, the locale
+All string comparisons are performed in C locale, the locale
environment setting is ignored.
.Bl -tag -width indent
.It Example:
@@ -313,8 +313,8 @@
When called with argument
.Fl d
it must decompress standard input to standard output.
-If PROGRAM fails,
-.Nm
+If PROGRAM fails,
+.Nm
must exit with error.
An example of PROGRAM that can be used here is bzip2.
.It Fl Fl random-source Ns = Ns Ar filename
@@ -581,7 +581,7 @@
.Sh SEE ALSO
.Xr comm 1 ,
.Xr join 1 ,
-.Xr uniq 1 .
+.Xr uniq 1
.Sh STANDARDS
The
.Nm
@@ -612,7 +612,7 @@
.Sh AUTHORS
Gabor Kovesdan <gabor at FreeBSD.org>,
.Pp
-Oleg Moskalenko <oleg.moskalenko at citrix.com>
+Oleg Moskalenko <mom040267 at gmail.com>
.Sh NOTES
This implementation of
.Nm
More information about the Midnightbsd-cvs
mailing list