From ca47e92fbea5c8beb20c0a1618a08a7c6c468e30 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 14 Jul 2003 12:56:08 +0000 Subject: - .Cm Fl -> .Fl - fix list width --- usr.bin/sort/sort.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.bin/sort/sort.1 b/usr.bin/sort/sort.1 index 203e4993da0..e42e6435dea 100644 --- a/usr.bin/sort/sort.1 +++ b/usr.bin/sort/sort.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sort.1,v 1.20 2003/06/03 02:56:16 millert Exp $ +.\" $OpenBSD: sort.1,v 1.21 2003/07/14 12:56:07 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -44,7 +44,7 @@ .Op Fl t Ar char .Op Fl R Ar char .Oo -.Cm Fl k Ar field1[,field2] +.Fl k Ar field1[,field2] .Oc .Ar ... .Op Fl T Ar dir @@ -62,7 +62,7 @@ By default, if keys are not given, regards each input line as a single field. .Pp The options are as follows: -.Bl -tag -width file Ds +.Bl -tag -width Ds .It Fl c Check that the single input file is sorted. If the file is not sorted, -- cgit v1.2.3