[Bug 223560] man(1) hangs for uncompressed catpages

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 9 11:39:40 UTC 2017


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 at FreeBSD.org
          Reporter: wosch at 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.


More information about the freebsd-bugs mailing list