From 41622dc2a94af2449b89902a0937ba8896bc6a2a Mon Sep 17 00:00:00 2001 From: ceriel Date: Mon, 19 Jan 1987 09:41:49 +0000 Subject: [PATCH] Added c-flag --- util/arch/aal.1 | 12 +++++++++++- util/arch/arch.1 | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/util/arch/aal.1 b/util/arch/aal.1 index ce73e5e0b..8e6a3b15e 100644 --- a/util/arch/aal.1 +++ b/util/arch/aal.1 @@ -20,7 +20,7 @@ is one character from the set .B adrtx, optionally concatenated with one or more of -.B vl. +.B vlc. .I Afile is the archive file. The @@ -70,6 +70,16 @@ Normally .I aal places its temporary files in the directory /tmp. This option causes them to be placed in the local directory. +.TP +.B c +Create. Normally +.I aal +will create +.I afile +when it needs to. +The create option supresses the normal message that is produced when +.I afile +is created. .SH FILES /tmp/ar.* temporaries .SH "SEE ALSO" diff --git a/util/arch/arch.1 b/util/arch/arch.1 index 7d688307a..f93bf680c 100644 --- a/util/arch/arch.1 +++ b/util/arch/arch.1 @@ -18,7 +18,7 @@ is one character from the set .B adrtpx, optionally concatenated with one or more of -.B vl. +.B vlc. .I Afile is the archive file. The @@ -74,6 +74,16 @@ Normally .I arch places its temporary files in the directory /tmp. This option causes them to be placed in the local directory. +.TP +.B c +Create. Normally +.I arch +will create +.I afile +when it needs to. +The create option supresses the normal message that is produced when +.I afile +is created. .SH FILES /tmp/ar.* temporaries .SH "SEE ALSO" -- 2.34.1