Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/sed Command file argument to -f is not optional.



details:   https://anonhg.NetBSD.org/src/rev/1065d2dcf663
branches:  trunk
changeset: 330153:1065d2dcf663
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jun 25 02:05:58 2014 +0000

description:
Command file argument to -f is not optional.

diffstat:

 usr.bin/sed/sed.1 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5f2405cbb96a -r 1065d2dcf663 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Wed Jun 25 01:21:36 2014 +0000
+++ b/usr.bin/sed/sed.1 Wed Jun 25 02:05:58 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sed.1,v 1.39 2014/06/18 14:47:02 uwe Exp $
+.\"    $NetBSD: sed.1,v 1.40 2014/06/25 02:05:58 uwe Exp $
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -92,7 +92,7 @@
 .Ar command
 argument
 to the list of commands.
-.It Fl f Op Ar command_file
+.It Fl f Ar command_file
 Append the editing commands found in the file
 .Ar command_file
 to the list of commands.



Home | Main Index | Thread Index | Old Index