Module Name:    src
Committed By:   dholland
Date:           Sun Mar 29 05:58:42 UTC 2009

Modified Files:
        src/usr.bin/cut: cut.1

Log Message:
A couple minor fixes, from Alan R. S. Bueno in PR 41046.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/usr.bin/cut/cut.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/cut/cut.1
diff -u src/usr.bin/cut/cut.1:1.15 src/usr.bin/cut/cut.1:1.16
--- src/usr.bin/cut/cut.1:1.15	Sun Dec 21 18:13:07 2008
+++ src/usr.bin/cut/cut.1	Sun Mar 29 05:58:41 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: cut.1,v 1.15 2008/12/21 18:13:07 wiz Exp $
+.\"	$NetBSD: cut.1,v 1.16 2009/03/29 05:58:41 dholland Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -55,7 +55,7 @@
 The
 .Nm
 utility selects portions of each line (as specified by
-.Ar list  )
+.Ar list )
 from each
 .Ar file
 and writes them to the
@@ -73,7 +73,7 @@
 by a special character.
 Column numbering starts from 1.
 .Pp
-.Ar List
+.Ar list
 is a comma or whitespace separated set of increasing numbers and/or
 number ranges.
 Number ranges consist of a number, a dash

Reply via email to