diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/system/doc/unprotect.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/system/doc/unprotect.hlp')
-rw-r--r-- | pkg/system/doc/unprotect.hlp | 27 |
1 files changed, 27 insertions, 0 deletions
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 |