From 5e8e019bb1abc71529aa37f0cf86d73d8db68101 Mon Sep 17 00:00:00 2001 From: Joerg Sonnenberger Date: Mon, 12 Apr 2010 15:06:51 -0400 Subject: [PATCH] Reorder sections to canonical order. Escape backslashes. SVN-Revision: 2250 --- tar/bsdtar.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tar/bsdtar.1 b/tar/bsdtar.1 index 404e27226..1aa494963 100644 --- a/tar/bsdtar.1 +++ b/tar/bsdtar.1 @@ -500,7 +500,7 @@ If is not matched, the pattern is skipped. Within .Ar new , -~ 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. @@ -601,6 +601,8 @@ Note that, unlike other implementations, this implementation recognizes gzip compression automatically when reading archives. .El +.Sh EXIT STATUS +.Ex -std .Sh ENVIRONMENT The following environment variables affect the execution of .Nm : @@ -624,8 +626,6 @@ See .Xr environ 7 for more information. .El -.Sh EXIT STATUS -.Ex -std .Sh EXAMPLES The following creates a new archive called -- 2.47.3