diff options
| author | wiz <wiz@NetBSD.org> | 2006-12-24 08:35:21 +0000 |
|---|---|---|
| committer | wiz <wiz@NetBSD.org> | 2006-12-24 08:35:21 +0000 |
| commit | 6e478b060b049ddefa17672190976086ca058dbd (patch) | |
| tree | 868d934e535de3e99debb022187e9a897851baa3 /usr.bin/split | |
| parent | 21e8e22085e8c6b1166a06245af5397a30377073 (diff) | |
Mention that the argument file is not modified. From jmc@openbsd.
Diffstat (limited to 'usr.bin/split')
| -rw-r--r-- | usr.bin/split/split.1 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/split/split.1 b/usr.bin/split/split.1 index 67731e73ea8..364c0f6bf04 100644 --- a/usr.bin/split/split.1 +++ b/usr.bin/split/split.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: split.1,v 1.13 2003/08/07 11:15:55 agc Exp $ +.\" $NetBSD: split.1,v 1.14 2006/12/24 08:35:21 wiz Exp $ .\" .\" Copyright (c) 1990, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -54,6 +54,8 @@ If is a single dash or absent, .Nm reads from the standard input. +.Ar file +itself is not altered. .Pp The options are as follows: .Bl -tag -width Ds |
