Ticket #2627 (closed defect: fixed)

Opened 12 years ago

Last modified 11 years ago

Manpages in 4.8.0-pre2-7-g4a48f5c contains several errors

Reported by: IceMan Owned by:
Priority: trivial Milestone:
Component: documentation Version: 4.8.0-pre2
Keywords: man pages Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Current lintian warnings from buildbot:

W: mc: manpage-has-errors-from-man usr/share/man/man1/mc.1.gz 3536: warning: macro `256colors'' not defined
W: mc: manpage-has-errors-from-man usr/share/man/ru/man1/mc.1.gz 1497: warning: macro `cdrom:/nfs/wuarchive:/afs' not defined

You can check it manually by running:

$ LANG=en_US.UTF-8 MANWIDTH=80 man --warnings -E UTF-8 -l /usr/share/man/man1/mc.1.gz >/dev/null 
<standard input>:3536: warning: macro `256colors'' not defined

$ LANG=en_US.UTF-8 MANWIDTH=80 man --warnings -E UTF-8 -l /usr/share/man/ru/man1/mc.1.gz >/dev/null 
<standard input>:1501: warning: macro `cdrom:/nfs/wuarchive:/afs' not defined

I create a simple patch wich fixes that problem.

Attachments

manpages_fix.patch (1.2 KB) - added by IceMan 12 years ago.
Patch which fixes manpages in current 4.8.0-pre2

Change History

Changed 12 years ago by IceMan

Patch which fixes manpages in current 4.8.0-pre2

comment:1 Changed 12 years ago by slavazanko

  • Status changed from new to closed
  • Resolution set to fixed

Fixed in #2620 as part of cleanup branch.
changeset:cd658f51f68e8cbcc72b9f4ce0683d2f367fef0b

Last edited 12 years ago by slavazanko (previous) (diff)

comment:2 Changed 11 years ago by slavazanko

  • Milestone Future Releases deleted
Note: See TracTickets for help on using tickets.