openbsd-ports/misc/mmv/patches/patch-mmv_1
pvalchev bc7e97ca15 - reformat DESCR
- regen patches with update-patches
- fix manpage xref to umask(2)
from new maintainer Sebastian Stark <seb@todesplanet.de>
2002-12-23 19:11:47 +00:00

22 lines
695 B
Plaintext

$OpenBSD: patch-mmv_1,v 1.1 2002/12/23 19:11:48 pvalchev Exp $
--- mmv.1.orig Mon Dec 23 13:25:04 2002
+++ mmv.1 Mon Dec 23 13:25:29 2002
@@ -141,7 +141,7 @@ If target file exists, it is overwritten
keeping its original owner and permission bits.
If it does not exist, it is created, with read-write permission bits
set according to
-.IR umask (1),
+.IR umask (2),
and the execute permission bits copied from the source file.
In either case, the file modification time is set to the current time.
\}
@@ -638,7 +638,7 @@ actions,
and with status 0 otherwise.
.if !'\nO'2' \{\
.SH "SEE ALSO"
-mv(1), cp(1), ln(1), umask(1)
+mv(1), cp(1), ln(1), umask(2)
\}
.SH "AUTHOR"
Vladimir Lanin