diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-17 03:35:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-02-17 03:35:50 +0000 |
commit | fb5a3fa6a2137d17687fbb8eb8e7abe371925a4b (patch) | |
tree | b25bad43973ccf94b518a8bf627c5179eb86f1f4 /usr.bin/comm/comm.1 | |
parent | 9094e8495bc69620e8a25405a9e2f38d813db1c9 (diff) |
-f option for case folding; twofsonet@graffiti.com
Diffstat (limited to 'usr.bin/comm/comm.1')
-rw-r--r-- | usr.bin/comm/comm.1 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/comm/comm.1 b/usr.bin/comm/comm.1 index 78a461e56b0..93093a1afb3 100644 --- a/usr.bin/comm/comm.1 +++ b/usr.bin/comm/comm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: comm.1,v 1.3 1998/09/23 04:32:38 aaron Exp $ +.\" $OpenBSD: comm.1,v 1.4 1999/02/17 03:35:49 deraadt Exp $ .\" $NetBSD: comm.1,v 1.4 1995/03/26 09:25:50 glass Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -45,7 +45,7 @@ .Nd select or reject lines common to two files .Sh SYNOPSIS .Nm comm -.Op Fl 123 +.Op Fl 123f .Ar file1 file2 .Sh DESCRIPTION The @@ -72,6 +72,8 @@ Suppress printing of column 1. Suppress printing of column 2. .It Fl 3 Suppress printing of column 3. +.It Fl f +Fold case in line comparisons. .El .Pp Each column will have a number of tab characters prepended to it |