Skip to main content

Questions tagged [man]

'man' is a command for accessing documentation on Linux and other Unix and Unix-like systems.

22 questions with no upvoted or accepted answers
3 votes
0 answers
415 views

Man command freezes computer for ~30 seconds

Every time I run man to access a manual page my entire computer freezes for about 30 seconds. My MANPATH is "/Library/init/zsh/man:/opt/local/share/man:/usr/share/man:/usr/local/share/man:/usr/...
user10667's user avatar
2 votes
0 answers
2k views

cannot find man pages in osx (manpath issue)

I have OSX 10.8.3 and my man pages are not showing up. I have had this problem when I was on 10.6, but not I want to fix it. The reason why I cannot find man pages is because it is set to "/usr/local/...
Trewq's user avatar
  • 121
2 votes
1 answer
2k views

man: command not found in zsh (Mac OS 10.58)

I changed to zsh from the default (by changing the "Shells open with" preference in Terminal to "command (complete path)" set to /bin/zsh While most things seem to work, I tried to see the man page ...
Oscar's user avatar
  • 21
2 votes
0 answers
126 views

Man and LANG issue

My LANG=ru_RU.cp1251 so if man page was translated I get garbage in output. Problem lies out of 'cp1251' because /usr/share/man/ru store man pages in different encoding: /usr/share/man/ru/man1/mc....
gavenkoa's user avatar
  • 2,056
1 vote
0 answers
309 views

MSYS2 man: can't open the manpath configuration file /etc/man_db.conf

I'm on Windows 10 but using bash and MSYS2 (mingw64). I just installed man using MSYS2. The problem is when typing a command like man echo (can be any command; it doesn't have to be echo), I get this ...
Verpous's user avatar
  • 131
1 vote
1 answer
210 views

Is there a download option for the documentation and tutorials at https://perldoc.perl.org/5.30.0? (Windows user)

I want the documentation and probably the tutorials saved locally on my computer, as usually I only have a 64 kbit/s internet connection. I'm working on Windows 10. At perlfaq1.html#AUTHOR-AND-...
StartingWithPerl's user avatar
1 vote
0 answers
39 views

Why is manpath acting abnormally?

I am currently attempting to add a custom man page to /usr/local/man for the binary in /usr/local/bin. However, the expected behavior differs from my interpretation of the manual. As well as the ...
Tom Smith's user avatar
1 vote
0 answers
55 views

What are these '3cxx' man pages, and how can I remove/exclude them from man invocations?

This all started because I wanted man pages on C++ types/functions. I found a repository called Cppman that was designed to scrape these pages from either cplusplus or cppreference. At this point man ...
John P's user avatar
  • 121
1 vote
0 answers
440 views

How to install manpages on FreeNAS 9.3?

I'm having enourmous trouble installing manpages on FreeNAS 9.3 (based on FreeBSD 9.2-RELEASE-p15). I tried: installing pc-sysinstall from ftp://ftp.freebsd.org/pub/FreeBSD/ports/amd64/packages-9.2-...
Kalle Richter's user avatar
1 vote
0 answers
96 views

man --html - Not showing tables?

I recently discovered man --html, and am quite giddy with joy at being able to navigate the docs locally in a browser at a whim. However, it seems like certain objects, such as tables, are not ...
eacousineau's user avatar
1 vote
0 answers
42 views

How can I use man to lookup cocoa functions like FSEventsCopyUUIDForDevice in os x?

I can use man to look up tranditional posix APIs, but NOT when I try to look up os x APIs like FSEventsCopyUUIDForDevice etc. What am I missing?
osxer's user avatar
  • 11
0 votes
0 answers
16 views

manpath abnormal: `man -k .` show duplication and partially missing in macOS

I got abnormal manpath in man -k . or apropos .: duplicate shows: $ man -k . | grep -w apropos man(1), apropos(1), whatis(1) - display online manual documentation pages man(1), apropos(1), whatis(1) -...
Marslo's user avatar
  • 1,181
0 votes
0 answers
44 views

Linux: test expression

How to use test to test a expression like this: if { [ $month -eq 03 ] || [ $month -eq 10 ]; } && [ $weekday = "So" ] && [ $day -gt 24 ] I need to test the whole if ...
Omexlu's user avatar
  • 123
0 votes
0 answers
39 views

Is there an archive of man pages sorted by software version?

Is there a published archive of every man page for every (or at least the most common) linux utilities across all the different versions of said utilities? My use case is I'm trying to figure out when ...
Eddie's user avatar
  • 235
0 votes
0 answers
196 views

rsync - list all options alphabetically?

I'm just starting to get acquainted with rsync... it has hundreds of options, both short (single-dash) and long (double-dash). The man pages don't list these alphabetically, either under "OPTIONS ...
mike rodent's user avatar

15 30 50 per page