python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
"man" command returning duplicated results in mac terminal
When I
man -k "^printf"
in terminal,
it returns duplicated results below:
printf(1) - formatted output
printf(1) - formatted output
printf(3), fprintf(3), spri...

AirQ
Votes: 0
Answers: 1
groff for Windows: man pages bad formatted when output in windows command prompt
From Windows command prompt I am using groff for Windows to display some man pages.
I can see that some characters are not being correctly outputted and in some case depending on the device being pass...

Willy
Votes: 0
Answers: 1
Sphinx-build: using man builder name and checking whether created man pages are correctly displayed
I am new to sphinx and I have currently used it to generate man pages using the man builder name through sphinx-build.
Man pages seems they are successfully generated since the final output after exec...

Willy
Votes: 0
Answers: 1
Why does read not have a normal man page?
I would love to learn more about 'read' so to enhance my shell scripting abilities.
Usually when I have a thirst for knowledge for any program, I simply type:
man [program]
Then I learn how to work a...
CyanMan2019
Votes: 0
Answers: 1