1
0

mmldif.1 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .\" Hey, EMACS: -*- nroff -*-
  2. .\" First parameter, NAME, should be all caps
  3. .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
  4. .\" other parameters are allowed: see man(7), man(1)
  5. .TH MMLDIF 1 "May 18, 2008"
  6. .\" Please adjust this date whenever revising the manpage.
  7. .\"
  8. .\" Some roff macros, for reference:
  9. .\" .nh disable hyphenation
  10. .\" .hy enable hyphenation
  11. .\" .ad l left justify
  12. .\" .ad b justify to both left and right margins
  13. .\" .nf disable filling
  14. .\" .fi enable filling
  15. .\" .br insert line break
  16. .\" .sp <n> insert n+1 empty lines
  17. .\" for manpage-specific macros, see man(7)
  18. .SH NAME
  19. mmldif \- mmldif util
  20. .SH SYNOPSIS
  21. .B mmldif
  22. [\-c] [\-D] [\-o out.ldif] in1.ldif in2.ldif ...
  23. .SH DESCRIPTION
  24. This manual page documents briefly the
  25. .B mmldif
  26. command.
  27. .PP
  28. .\" TeX users may be more comfortable with the \fB<whatever>\fP and
  29. .\" \fI<whatever>\fP escape sequences to invode bold face and italics,
  30. .\" respectively.
  31. .SH OPTIONS
  32. A summary of options is included below:
  33. .TP
  34. .B \-c
  35. Write a change file (.delta) for each input file
  36. .TP
  37. .B \-D
  38. Print debugging information
  39. .TP
  40. .B \-o
  41. Write authoritative data to this file
  42. .SH SEE ALSO
  43. .BR ldif (1)
  44. .br
  45. .SH AUTHOR
  46. mmldif was written by the 389 Project.
  47. .SH "REPORTING BUGS"
  48. Report bugs to https://fedorahosted.org/389/newticket.
  49. .SH COPYRIGHT
  50. Copyright \(co 2001 Sun Microsystems, Inc. Used by permission.
  51. .br
  52. Copyright \(co 2008 Red Hat, Inc.
  53. .br
  54. This manual page was written by Michele Baldessari <[email protected]>,
  55. for the Debian project (but may be used by others).
  56. .br
  57. This is free software. You may redistribute copies of it under the terms of
  58. the Directory Server license found in the LICENSE file of this
  59. software distribution. This license is essentially the GNU General Public
  60. License version 2 with an exception for plug\(hyin distribution.