From 57c1a8901b85714e45882a0e9174b26c417a2551 Mon Sep 17 00:00:00 2001 From: lancel Date: Wed, 17 Oct 2001 05:52:19 +0000 Subject: [PATCH] Added apple_mv and apple_rm man pages. --- man/man1/apple_mv.1.tmpl | 34 ++++++++++++++++++++++++++++++++++ man/man1/apple_rm.1.tmpl | 30 ++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 man/man1/apple_mv.1.tmpl create mode 100644 man/man1/apple_rm.1.tmpl diff --git a/man/man1/apple_mv.1.tmpl b/man/man1/apple_mv.1.tmpl new file mode 100644 index 00000000..5b8fe294 --- /dev/null +++ b/man/man1/apple_mv.1.tmpl @@ -0,0 +1,34 @@ +.TH APPLE_MV 1 "16 Oct 2001" "Netatalk 1.5" +.SH NAME +apple_mv \- Do an apple move, moving the resource fork as well +.SH SYNOPSIS +.BR :BINDIR:/apple_mv +\fISOURCE DEST\fR +.br +.BR :BINDIR:/apple_mv +\fISOURCE\fR... \fIDIRECTORY\fR + +.SH DESCRIPTION +.BR apple_mv +is a perl script to move SOURCE to DEST or multiple SOURCE(s) to +DIRECTORY. It also moves the resource forks to the .AppleDouble +directory for DEST or DIRECTORY. If the .AppleDouble directory doesn't +exist for DEST or DIRECTORY it will create it. + +.SH EXAMPLES + +.BR :BINDIR:/apple_mv +test.text /target/directory/ + +.BR :BINDIR:/apple_mv +test.text /target/directory/test2.text + +.BR :BINDIR:/apple_mv +test.text testing.text /target/directory/ + +.SH REPORTING BUGS +Report bugs to the Netatalk-devel list . + +.SH SEE ALSO +.BR apple_cp (1), +.BR apple_rm (1). diff --git a/man/man1/apple_rm.1.tmpl b/man/man1/apple_rm.1.tmpl new file mode 100644 index 00000000..9f8cded9 --- /dev/null +++ b/man/man1/apple_rm.1.tmpl @@ -0,0 +1,30 @@ +.TH APPLE_RM 1 "16 Oct 2001" "Netatalk 1.5" +.SH NAME +apple_rm \- Do an apple remove, remove the resource fork as well + +.SH SYNOPSIS +.BR :BINDIR:/apple_rm +\fIFILE\fR... + +.SH DESCRIPTION +.BR apple_rm +is a perl script that removes FILE(s) as well as the .AppleDouble +resource fork file(s) that corresponds to FILE(s). +.BR apple_rm +does not delete directories. + +.SH EXAMPLES + +.BR :BINDIR:/apple_rm +test.text + +.BR :BINDIR:/apple_rm +test.text testing.text + +.SH REPORTING BUGS +Report bugs to the Netatalk-devel list . + +.SH SEE ALSO +.BR apple_cp (1), +.BR apple_mv (1). + -- 2.39.2