]> arthur.barton.de Git - netatalk.git/commitdiff
Added apple_mv and apple_rm man pages.
authorlancel <lancel>
Wed, 17 Oct 2001 05:52:19 +0000 (05:52 +0000)
committerlancel <lancel>
Wed, 17 Oct 2001 05:52:19 +0000 (05:52 +0000)
man/man1/apple_mv.1.tmpl [new file with mode: 0644]
man/man1/apple_rm.1.tmpl [new file with mode: 0644]

diff --git a/man/man1/apple_mv.1.tmpl b/man/man1/apple_mv.1.tmpl
new file mode 100644 (file)
index 0000000..5b8fe29
--- /dev/null
@@ -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 <netatalk-devel@lists.sourceforge.net>.
+
+.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 (file)
index 0000000..9f8cded
--- /dev/null
@@ -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 <netatalk-devel@lists.sourceforge.net>.
+
+.SH SEE ALSO
+.BR apple_cp (1),
+.BR apple_mv (1).
+