From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/system/doc/unprotect.hlp | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pkg/system/doc/unprotect.hlp (limited to 'pkg/system/doc/unprotect.hlp') diff --git a/pkg/system/doc/unprotect.hlp b/pkg/system/doc/unprotect.hlp new file mode 100644 index 00000000..99120c07 --- /dev/null +++ b/pkg/system/doc/unprotect.hlp @@ -0,0 +1,27 @@ +.help unprotect Nov84 system +.ih +NAME +unprotect -- remove file protection +.ih +USAGE +unprotect files +.ih +PARAMETERS +.ls files +A template specifying the file or files from which delete protection is +to be removed. +.le +.ih +DESCRIPTION +\fIUnprotect\fR removes delete protection from the named files. +A "protected" file cannot be deleted or clobbered. +.ih +EXAMPLES + +1. Remove file protection from the listed files. + + cl> unprotect alpha,beta,gamma.x,*.db +.ih +SEE ALSO +protect, delete +.endhelp -- cgit