]> arthur.barton.de Git - netatalk.git/commitdiff
New man page with variable substitution.
authorlancel <lancel>
Tue, 16 Oct 2001 18:22:41 +0000 (18:22 +0000)
committerlancel <lancel>
Tue, 16 Oct 2001 18:22:41 +0000 (18:22 +0000)
man/man1/apple_cp.1.tmpl [new file with mode: 0644]

diff --git a/man/man1/apple_cp.1.tmpl b/man/man1/apple_cp.1.tmpl
new file mode 100644 (file)
index 0000000..8208161
--- /dev/null
@@ -0,0 +1,34 @@
+.TH APPLE_CP 1 "15 Oct 2001" "Netatalk 1.5"
+.SH NAME
+apple_cp \- Do an apple copy, copying the resource fork as well
+.SH SYNOPSIS
+.BR :BINDIR:/apple_cp
+\fISOURCE DEST\fR
+.br
+.BR :BINDIR:/apple_cp
+\fISOURCE\fR... \fIDIRECTORY\fR
+
+.SH DESCRIPTION
+.BR apple_cp
+is a perl script to copy SOURCE to DEST or multiple SOURCE(s) to
+DIRECTORY. It also copies the resource forks to the .AppleDouble
+directory. If the .AppleDouble directory doesn't exist for DEST or
+DIRECTORY it will create it.
+
+.SH EXAMPLES
+
+.BR :BINDIR:/apple_cp
+test.text /target/directory/
+
+.BR :BINDIR:/apple_cp
+test.text /target/directory/test2.text
+
+.BR :BINDIR:/apple_cp
+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_mv (1),
+.BR apple_rm (1).