patch-mmv_1 643 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-mmv_1,v 1.2 2017/04/30 13:55:57 naddy Exp $
  2. --- mmv.1.orig
  3. +++ mmv.1
  4. @@ -141,7 +141,7 @@ If target file exists, it is overwritten,
  5. keeping its original owner and permission bits.
  6. If it does not exist, it is created, with read-write permission bits
  7. set according to
  8. -.IR umask (1),
  9. +.IR umask (2),
  10. and the execute permission bits copied from the source file.
  11. In either case, the file modification time is set to the current time.
  12. \}
  13. @@ -638,7 +638,7 @@ actions,
  14. and with status 0 otherwise.
  15. .if !'\nO'2' \{\
  16. .SH "SEE ALSO"
  17. -mv(1), cp(1), ln(1), umask(1)
  18. +mv(1), cp(1), ln(1), umask(2)
  19. \}
  20. .SH "AUTHOR"
  21. Vladimir Lanin