Module Name: src
Committed By: uwe
Date: Wed Jun 18 14:26:15 UTC 2014
Modified Files:
src/usr.bin/sed: sed.1
Log Message:
Suppress space after -I and -i options.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 src/usr.bin/sed/sed.1:1.38
--- src/usr.bin/sed/sed.1:1.37 Wed Jun 18 14:12:20 2014
+++ src/usr.bin/sed/sed.1 Wed Jun 18 14:26:15 2014
@@ -1,4 +1,4 @@
-.\" $NetBSD: sed.1,v 1.37 2014/06/18 14:12:20 christos Exp $
+.\" $NetBSD: sed.1,v 1.38 2014/06/18 14:26:15 uwe Exp $
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -47,8 +47,8 @@
.Op Fl aElnru
.Op Fl e Ar command
.Op Fl f Ar command_file
-.Op Fl I Op Ar extension
-.Op Fl i Op Ar extension
+.Op Fl I Ns Op Ar extension
+.Op Fl i Ns Op Ar extension
.Op Ar
.Sh DESCRIPTION
The