Deleted Added
full compact
sort.1.in (264744) sort.1.in (264918)
1.\" $OpenBSD: sort.1,v 1.31 2007/08/21 21:22:37 millert Exp $
1.\" $OpenBSD: sort.1,v 1.31 2007/08/21 21:22:37 millert Exp $
2.\" $FreeBSD: head/usr.bin/sort/sort.1.in 264744 2014-04-21 22:52:18Z pfg $
2.\" $FreeBSD: head/usr.bin/sort/sort.1.in 264918 2014-04-25 15:27:19Z bdrewery $
3.\"
4.\" Copyright (c) 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" This code is derived from software contributed to Berkeley by
8.\" the Institute of Electrical and Electronics Engineers, Inc.
9.\"
10.\" Redistribution and use in source and binary forms, with or without

--- 131 unchanged lines hidden (view full) ---

142.El
143.Pp
144The following options override the default ordering rules.
145When ordering options appear independently of key field
146specifications, they apply globally to all sort keys.
147When attached to a specific key (see
148.Fl k ) ,
149the ordering options override all global ordering options for
3.\"
4.\" Copyright (c) 1991, 1993
5.\" The Regents of the University of California. All rights reserved.
6.\"
7.\" This code is derived from software contributed to Berkeley by
8.\" the Institute of Electrical and Electronics Engineers, Inc.
9.\"
10.\" Redistribution and use in source and binary forms, with or without

--- 131 unchanged lines hidden (view full) ---

142.El
143.Pp
144The following options override the default ordering rules.
145When ordering options appear independently of key field
146specifications, they apply globally to all sort keys.
147When attached to a specific key (see
148.Fl k ) ,
149the ordering options override all global ordering options for
150the key they are attahced to.
150the key they are attached to.
151.Bl -tag -width indent
152.It Fl b, Fl Fl ignore-leading-blanks
153Ignore leading blank characters when comparing lines.
154.It Fl d , Fl Fl dictionary-order
155Consider only blank spaces and alphanumeric characters in comparisons.
156.It Fl f , Fl Fl ignore-case
157Convert all lowercase characters to their uppercase equivalent
158before comparison, that is, perform case-independent sorting.

--- 480 unchanged lines hidden ---
151.Bl -tag -width indent
152.It Fl b, Fl Fl ignore-leading-blanks
153Ignore leading blank characters when comparing lines.
154.It Fl d , Fl Fl dictionary-order
155Consider only blank spaces and alphanumeric characters in comparisons.
156.It Fl f , Fl Fl ignore-case
157Convert all lowercase characters to their uppercase equivalent
158before comparison, that is, perform case-independent sorting.

--- 480 unchanged lines hidden ---