Hi, I found that the MAN for "date" has wrong representation of "month" and "minutes".
Command: date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] According to the description "%M" is minutes and "%m" is month... but the command takes "%M" as month and "%m" as minutes ;) http://man7.org/linux/man-pages/man1/date.1.html Best regards Lars Sauer Development Engineer, M.Sc. EE E-mail: [email protected] Phone (+45) 20 67 53 41 -----Oprindelig meddelelse----- Fra: Michael Kerrisk (man-pages) [mailto:[email protected]] Sendt: 25. juli 2016 20:13 Til: Lars Issing Sauer Cc: linux-man; Casper Thorø Vium Pedersen; Jeppe Andreasen Emne: Re: bug in MAN page for data command Hello Lars On 25 July 2016 at 17:21, Lars Issing Sauer <[email protected]> wrote: > Hi, > > I found that the MAN for "date" has wrong representation of "month" and > "minutes". > > Command: date [-u|--utc|--universal] [MMDDhhmm[[CC]YY][.ss]] > > According to the description "%M" is minutes and "%m" is month... but > the command takes "%M" as month and "%m" as minutes ;) > > http://man7.org/linux/man-pages/man1/date.1.html This manual page is maintained by another project. See the following link for info about how to report bugs for that project: http://man7.org/linux/man-pages/man1/date.1.html#COLOPHON Cheers, Michael
