Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sed Note that the `n' function does not restart the ...
details: https://anonhg.NetBSD.org/src/rev/5cae57325d77
branches: trunk
changeset: 521857:5cae57325d77
user: ross <ross%NetBSD.org@localhost>
date: Thu Feb 07 04:28:14 2002 +0000
description:
Note that the `n' function does not restart the script.
diffstat:
usr.bin/sed/sed.1 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 90dae421d82b -r 5cae57325d77 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Thu Feb 07 03:15:06 2002 +0000
+++ b/usr.bin/sed/sed.1 Thu Feb 07 04:28:14 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sed.1,v 1.15 2002/01/23 19:07:34 atatat Exp $
+.\" $NetBSD: sed.1,v 1.16 2002/02/07 04:28:14 ross Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -357,7 +357,7 @@
.It [2addr]n
Write the pattern space to the standard output if the default output has
not been suppressed, and replace the pattern space with the next line of
-input.
+input. The script is not restarted but continues with the next function.
.sp
.It [2addr]N
Append the next line of input to the pattern space, using an embedded
Home |
Main Index |
Thread Index |
Old Index