summaryrefslogtreecommitdiffstats
path: root/usr.bin/tar
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-03-12 10:01:06 +0000
committeruqs <uqs@FreeBSD.org>2010-03-12 10:01:06 +0000
commit8f141f1a1390adac9394a01f23c3e2f6882a2799 (patch)
tree19e97d3d146d965075d184a33b4998b1d300ee97 /usr.bin/tar
parent42b8493f26e9c0a4e1b13f014e35151d5be17487 (diff)
downloadFreeBSD-src-8f141f1a1390adac9394a01f23c3e2f6882a2799.zip
FreeBSD-src-8f141f1a1390adac9394a01f23c3e2f6882a2799.tar.gz
Fix several typos in macros or macro misusage.
Found by: make manlint Reviewed by: ru Approved by: philip (mentor)
Diffstat (limited to 'usr.bin/tar')
-rw-r--r--usr.bin/tar/bsdtar.12
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/bsdtar.1 b/usr.bin/tar/bsdtar.1
index 8baab7a..819e2f2 100644
--- a/usr.bin/tar/bsdtar.1
+++ b/usr.bin/tar/bsdtar.1
@@ -416,7 +416,7 @@ The pattern has the format /old/new/[gps].
old is a basic regular expression.
If it doesn't apply, the pattern is skipped.
new is the replacement string of the matched part.
-~ is substituted with the match, \1 to \9 with the content of
+~ is substituted with the match, \e1 to \e9 with the content of
the corresponding captured group.
The optional trailing g specifies that matching should continue
after the matched part and stopped on the first unmatched pattern.
OpenPOWER on IntegriCloud