Module Name: src
Committed By: uwe
Date: Wed Jun 19 23:30:06 UTC 2024
Modified Files:
src/external/historical/nawk/bin: awk.1
Log Message:
awk(1): properly markup \n backreferences
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/external/historical/nawk/bin/awk.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/historical/nawk/bin/awk.1
diff -u src/external/historical/nawk/bin/awk.1:1.32 src/external/historical/nawk/bin/awk.1:1.33
--- src/external/historical/nawk/bin/awk.1:1.32 Tue Jul 5 22:50:43 2022
+++ src/external/historical/nawk/bin/awk.1 Wed Jun 19 23:30:06 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: awk.1,v 1.32 2022/07/05 22:50:43 uwe Exp $
+.\" $NetBSD: awk.1,v 1.33 2024/06/19 23:30:06 uwe Exp $
.\"
.\" Copyright (C) Lucent Technologies 1997
.\" All Rights Reserved
@@ -438,7 +438,7 @@ is used instead.
.\"Within the replacement text
.\".Ar s ,
.\"the sequence
-.\".Ar \en ,
+.\".Sq Li \e Ns Ar n ,
.\"where
.\".Ar n
.\"is a digit from 1 to 9, may be used to indicate just the text that
@@ -458,8 +458,8 @@ and the original target is
.Em not
changed.
Note that the
-.Ql \en
-sequences within replacement string
+.Sq Li \e Ns Ar n
+sequences (backreferences) within replacement string
.Ar s
supported by GNU
.Nm