Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sed Suppress space after -I and -i options.
details: https://anonhg.NetBSD.org/src/rev/ab39649fefd6
branches: trunk
changeset: 330035:ab39649fefd6
user: uwe <uwe%NetBSD.org@localhost>
date: Wed Jun 18 14:26:15 2014 +0000
description:
Suppress space after -I and -i options.
diffstat:
usr.bin/sed/sed.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 37dfa38c20b6 -r ab39649fefd6 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Wed Jun 18 14:15:50 2014 +0000
+++ b/usr.bin/sed/sed.1 Wed Jun 18 14:26:15 2014 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index