A Program for Displaying man Pages
A program for displaying man pages on the screen or sending them to a
printer (using groff).
- Developed at Base:System
- Sources inherited from project openSUSE:Factory
-
4
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/man && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
cron.daily.do_mandb | 0000001708 1.67 KB | |
harden_man-db.service.patch | 0000000832 832 Bytes | |
man-db-2.10.0.tar.xz | 0001888196 1.8 MB | |
man-db-2.10.0.tar.xz.asc | 0000000833 833 Bytes | |
man-db-2.3.19deb4.0-groff.dif | 0000001162 1.13 KB | |
man-db-2.6.3-chinese.dif | 0000001926 1.88 KB | |
man-db-2.6.3-listall.dif | 0000005806 5.67 KB | |
man-db-2.6.3-man0.dif | 0000000272 272 Bytes | |
man-db-2.7.1-firefox.dif | 0000000525 525 Bytes | |
man-db-2.7.1-zio.dif | 0000005297 5.17 KB | |
man-db-2.9.4-alternitive.dif | 0000001212 1.18 KB | |
man-db-2.9.4-no-chown.patch | 0000000797 797 Bytes | |
man-db-2.9.4.patch | 0000023951 23.4 KB | |
man-db-create.service | 0000000727 727 Bytes | |
man-rpmlintrc | 0000000244 244 Bytes | |
man.changes | 0000075588 73.8 KB | |
man.keyring | 0000045177 44.1 KB | |
man.spec | 0000011046 10.8 KB | |
manpath.csh | 0000000375 375 Bytes | |
manpath.sh | 0000000369 369 Bytes | |
reproducible.patch | 0000000482 482 Bytes | |
sysconfig.cron-man | 0000000197 197 Bytes | |
wrapper.c | 0000004532 4.43 KB |
Revision 91 (latest revision is 104)
Dominique Leuenberger (dimstar_suse)
accepted
request 997718
from
Dr. Werner Fink (WernerFink)
(revision 91)
- Avoid that mandb-symlink-target-timestamp fools us - Workaround missing groff-full to get refer(1), the bibliographic preprocessor found - Update to man-db 2.10.0 (4 February 2022) * Manpath deduplication no longer mishandles the case where another entry in the manpath is a suffix of a candidate path to append. * Fix potential crash in path searching if `getcwd` fails for reasons other than running out of memory. * Fix crash in `globbing` test tool if run with no non-option arguments. * `lexgrog` now produces output in the user's locale. * Downgrade "malformed .lf request" warning to a debug message and rephrase it somewhat, since `.lf` requests can use `*roff` arithmetic expressions and we can't reasonably parse those. * Avoid modifying the database without changing its mtime, which had been possible since 2.7.0 if `mandb`'s purge phase found work to do but the main phase didn't, and which confused some backup systems into reporting possible filesystem corruption. * `man` no longer inadvertently modifies the `MANSECT` environment variable before passing it on to its subprocesses. * `mandb` now stores the mtime of link targets as the mtime of their corresponding database entries, rather than sometimes storing the mtime of the link instead. * Since man-db 2.4.2, `man` has behaved as if the `-l` option was given if a manual page argument contains a slash. Since man-db 2.5.6, this has interacted slightly poorly with the subpage feature, emitting spurious error messages if given multiple manual page arguments some of which include a slash. `man` no longer emits spurious error messages in this case.
Comments 1
man-db 2.8.4 has been released: http://download.savannah.nongnu.org/releases/man-db/man-db-2.8.4.tar.xz