Module Name: src
Committed By: wiz
Date: Fri Apr 6 11:42:08 UTC 2012
Modified Files:
src/bin/cat: cat.1
Log Message:
Describe behaviour when no arguments are given.
Add comma.
Bump date.
>From Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/bin/cat/cat.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/cat/cat.1
diff -u src/bin/cat/cat.1:1.32 src/bin/cat/cat.1:1.33
--- src/bin/cat/cat.1:1.32 Sat Sep 23 11:24:44 2006
+++ src/bin/cat/cat.1 Fri Apr 6 11:42:08 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: cat.1,v 1.32 2006/09/23 11:24:44 wiz Exp $
+.\" $NetBSD: cat.1,v 1.33 2012/04/06 11:42:08 wiz Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)cat.1 8.3 (Berkeley) 5/2/95
.\"
-.Dd September 23, 2006
+.Dd April 6, 2012
.Dt CAT 1
.Os
.Sh NAME
@@ -54,6 +54,9 @@ A single dash represents the standard in
and may appear multiple times in the
.Ar file
list.
+If no
+.Ar file
+operands are given, standard input is read.
.Pp
The word
.Dq concatenate
@@ -65,7 +68,7 @@ The options are as follows:
.It Fl b
Implies the
.Fl n
-option but doesn't number blank lines.
+option, but doesn't number blank lines.
.It Fl e
Implies the
.Fl v