Questions tagged [manpage]

Man pages are the documentation pages that come preinstalled with almost all substantial Unix and Unix-like operating systems

https://en.wikipedia.org/wiki/Man_page

486 questions
2
votes
2 answers

What does .Er mean in a man page?

in a man page I'm editing I see the following: .Er ENOENT ENOENT what exactly does that mean? I looked in the man(1) man page but don't see anything about how to read the raw files.
Good Person
  • 1,437
  • 2
  • 23
  • 42
2
votes
1 answer

why do I get the man pages error and how to fix it in fedora core 19?

$ man 2 listen No manual entry for listen in section 2 How can I fix it? What is the issue here? I am using FC19.
dexterous
  • 6,422
  • 12
  • 51
  • 99
2
votes
1 answer

Decoding a man page

I'm taking the git man page as an example, but I have seen the example I am about to use many places throughout UNIX/Linux. Under the git man page, it has the following header: Main Porcelain Commands Underneath this header, there are a lot of…
keldar
  • 6,152
  • 10
  • 52
  • 82
2
votes
1 answer

Different color schemes by `MANPATH`?

System: OS X 10.9.x (Mavericks) Goal: To be able to change the color scheme used for manpages depending on whether the displayed page is in the default system location (/usr/share/man/…) or the location where package-manager installed manpages live…
Zearin
  • 1,474
  • 2
  • 17
  • 36
2
votes
1 answer

Is there man page making software?

I was wondering if anyone knew of any manpage making software? I have looked at the OSX manpages and dissected them, but I'm looking at something that will easily convert from a txt file to a manpage for me, much like Octopress converts from…
Danijel-James W
  • 1,356
  • 2
  • 17
  • 34
2
votes
1 answer

How does man-pages versions relate to Linux kernel and libc versions?

I am working with Ubuntu 13.04 running a Linux kernel version 3.8.0-32-generic. The man-pages version is: [manu@laptop] man-pages: man --version man 2.6.3 I am wondering what is the link between this man-pages version and my kernel version. While…
Manuel Selva
  • 18,554
  • 22
  • 89
  • 134
2
votes
1 answer

tcl cannot see manpage in tclsh

I've just installed Tcl/Tk 8.5.11 on my Ubuntu 12.04.3 64bit. I installed with the following two commands: %sudo apt-get install tcl %sudo apt-get install tk Now I can use tclsh and almost everything is fine. The only problem is that I cannot…
2
votes
1 answer

Why do bash's man pages have double letters when written to file?

I've been wondering about this for a while. Whenever I run a command of the form "man [command] >> file.txt", there's a weird phenomenon where words that were bold when I viewed the man page in Terminal appear in the text file with each letter…
NcAdams
  • 2,521
  • 4
  • 21
  • 32
2
votes
1 answer

avoid space in manpage after .BI

I'm attempting to write a somewhat portable manpage, in which I need to describe the format of a particular string. I use the .BI macro to switch between fixed and variable parts, however I have more than six components (which is non-portable), and…
Simon Richter
  • 28,572
  • 1
  • 42
  • 64
2
votes
3 answers

Linux: Man command in application installed only for current user

Manual files in Linux are stored in /usr/share/man. Before, my application could only be installed by a root user and it put the manual files in this directory. Now, I want to enable non-root installation; to achieve this, all my data and…
Alan Evangelista
  • 2,888
  • 6
  • 35
  • 45
2
votes
2 answers

Adding Documentation of a library to manual pages

I am working with Ubuntu 12.04.1 . I am learning to make a basic video player using FFmpeg library in C . My manual pages don't show any entries for the headers/functions of the library . Can someone please show me a way to add the documentation to…
progammer
  • 1,951
  • 11
  • 28
  • 50
2
votes
2 answers

Mac OS C++ and libstdc++ documentation

I am using AppCode to develop in C++ on MacOS but encountered an issue that I cannot overcome no matter how hard I try. I am missing C++ documentation on MacOS. When I query a man pages for stdc function then everything is just all right, even…
Martin Macak
  • 3,507
  • 2
  • 30
  • 54
2
votes
5 answers

Ubuntu man page ambiguity

There are certain C functions whose names are ambiguous with the Ubuntu commands eg: getopt. How do I view the man page of these functions? No doubt it is easily available on the internet but I am keen to not leave the terminal as far as possible.
Parth Shah
  • 573
  • 1
  • 6
  • 17
2
votes
1 answer

How to "quickly" get information about standard structure?

Starting to write C code for the Linux platform, I am using man tool to get information about standard libraries functions. Now I wonder what are the solution to get easily information about the structures used by these functions. To get an example…
Manuel Selva
  • 18,554
  • 22
  • 89
  • 134
2
votes
1 answer

DocBook: How to link to another man page?

I am writing a couple of man pages in DocBook. I would also like to convert them to HTML for display on the web. How can I insert a link from one man page to another, such that it appears in man as target(1) but appears on the web as a hyperlink…
Malvineous
  • 25,144
  • 16
  • 116
  • 151