Module Name: src
Committed By: uwe
Date: Wed Jun 25 02:05:58 UTC 2014
Modified Files:
src/usr.bin/sed: sed.1
Log Message:
Command file argument to -f is not optional.
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/usr.bin/sed/sed.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/sed/sed.1
diff -u src/usr.bin/sed/sed.1:1.39 src/usr.bin/sed/sed.1:1.40
--- src/usr.bin/sed/sed.1:1.39 Wed Jun 18 14:47:02 2014
+++ src/usr.bin/sed/sed.1 Wed Jun 25 02:05:58 2014
@@ -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 @@ Append the editing commands specified by
.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.