You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
911 B
36 lines
911 B
Index: sh.mdate |
|
--- sh.mdate.orig 2008-04-02 22:10:17.000000000 +0200 |
|
+++ sh.mdate 2013-06-02 17:48:49.040616889 +0200 |
|
@@ -219,6 +219,8 @@ |
|
element represented as a single character out of ``C<d>'', ``C<m>'' and |
|
``C<y>''. The default for I<spec> is ``C<dmy>''. |
|
|
|
+=back |
|
+ |
|
=head1 EXAMPLE |
|
|
|
# shell script |
|
Index: sh.mkdir |
|
--- sh.mkdir.orig 2008-04-02 22:10:17.000000000 +0200 |
|
+++ sh.mkdir 2013-06-02 17:48:37.283660438 +0200 |
|
@@ -183,6 +183,8 @@ |
|
which is usually based on the executing gid or the parent setgid |
|
directory. |
|
|
|
+=back |
|
+ |
|
=head1 EXAMPLE |
|
|
|
# Makefile |
|
Index: sh.mkshadow |
|
--- sh.mkshadow.orig 2008-04-02 22:10:17.000000000 +0200 |
|
+++ sh.mkshadow 2013-06-02 17:48:42.964291573 +0200 |
|
@@ -188,6 +188,8 @@ |
|
Really shadow all files and directories in I<src-dir>. Default is to |
|
skip CVS related files and directories, backup files, object files, etc. |
|
|
|
+=back |
|
+ |
|
=head1 EXAMPLE |
|
|
|
# shell script
|
|
|