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 in descri...



details:   https://anonhg.NetBSD.org/src/rev/bd0761889780
branches:  trunk
changeset: 796797:bd0761889780
user:      uwe <uwe%NetBSD.org@localhost>
date:      Wed Jun 18 14:47:02 2014 +0000

description:
Suppress space after -I and -i options in description too.
XXX: This should be documented explicitly.

diffstat:

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

diffs (27 lines):

diff -r 18d094ad6c6a -r bd0761889780 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Wed Jun 18 14:26:15 2014 +0000
+++ b/usr.bin/sed/sed.1 Wed Jun 18 14:47:02 2014 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sed.1,v 1.38 2014/06/18 14:26:15 uwe Exp $
+.\"    $NetBSD: sed.1,v 1.39 2014/06/18 14:47:02 uwe Exp $
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .\"
@@ -97,7 +97,7 @@
 .Ar command_file
 to the list of commands.
 The editing commands should each be listed on a separate line.
-.It Fl I Op Ar extension
+.It Fl I Ns Op Ar extension
 Edit files in-place, saving backups with the specified
 .Ar extension .
 If no
@@ -123,7 +123,7 @@
 where using
 .Fl i
 is desired.
-.It Fl i Op Ar extension
+.It Fl i Ns Op Ar extension
 Edit files in-place similarly to
 .Fl I ,
 but treat each file independently from other files.



Home | Main Index | Thread Index | Old Index