Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/sed "i.e." -> "i.e., " - from Snader_LB on IRC
details: https://anonhg.NetBSD.org/src/rev/8ff2b3d69376
branches: trunk
changeset: 781811:8ff2b3d69376
user: abs <abs%NetBSD.org@localhost>
date: Tue Oct 02 14:15:04 2012 +0000
description:
"i.e." -> "i.e.," - from Snader_LB on IRC
diffstat:
usr.bin/sed/sed.1 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 727024d70cfd -r 8ff2b3d69376 usr.bin/sed/sed.1
--- a/usr.bin/sed/sed.1 Tue Oct 02 09:18:59 2012 +0000
+++ b/usr.bin/sed/sed.1 Tue Oct 02 14:15:04 2012 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sed.1,v 1.27 2008/09/21 16:46:01 wiz Exp $
+.\" $NetBSD: sed.1,v 1.28 2012/10/02 14:15:04 abs Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)sed.1 8.2 (Berkeley) 12/30/93
.\"
-.Dd September 21, 2008
+.Dd October 2, 2012
.Dt SED 1
.Os
.Sh NAME
@@ -196,7 +196,7 @@
.Nm
regular expressions is that they can default to the last regular
expression used.
-If a regular expression is empty, i.e. just the delimiter characters
+If a regular expression is empty, i.e., just the delimiter characters
are specified, the last regular expression encountered is used instead.
The last regular expression is defined as the last regular expression
used as part of an address or substitute command, and at run-time, not
Home |
Main Index |
Thread Index |
Old Index