https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223560
Bug ID: 223560 Summary: man(1) hangs for uncompressed catpages Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: freebsd-bugs@FreeBSD.org Reporter: wo...@freebsd.org I used man(1) for uncompressed catpages. It hangs. How to repeat: $ mkdir man man/cat1 man/man1 $ man cat > man/cat1/cat.1 $ man -M man cat [ it hangs, and waiting for user input. press ^D to continue ] Workaround: always compress catpages $ gzip man/cat1/cat.1 $ man -M man cat -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"