Tagged Questions
Man pages are the documentation pages that come preinstalled with almost all substantial Unix and Unix-like operating systems
32
votes
6answers
2k views
What does the number in brackets shown after unix command names mean?
E.g man(1), find(3), updatedb(2) ?
what do these numbers mean ?
14
votes
3answers
269 views
Why does man 2 open say this?
I ran into this question while typing man 2 open. It says that there are two kinds of open, one with two args, and one with three! last time i checked we could not overload functions in C. How did ...
11
votes
3answers
237 views
PROGNAME(x) refrences in manpages — What does the digit in ()s mean? [closed]
Possible Duplicates:
Why do programs in Unix-like environments have numbers after their name?
Why do programs in Unix-like environments have numbers after their name?
Duplicate: ...
8
votes
3answers
5k views
Set local environment variables in C++
How do I set an environment variable in C++?
They do not need to persist past program execution
They only need to be visible in the current process
Preference for platform independent but for my ...
8
votes
3answers
349 views
6
votes
4answers
144 views
Best way to author man pages?
What's the best way to author man pages? Should I write using the standard man macros, or is there some clever package available now that takes some kind of XML-ified source and can output man pages, ...
6
votes
2answers
263 views
Distinguishing a pipe from a file in Unix
Given a FILE*, is it possible to determine the underlying type? That is, is there a function that will tell me if the FILE* is a pipe or a socket or a regular on-disk file?
4
votes
3answers
758 views
Manpage scandir() prototype weirdness
I have a problem with scandir(): The manpage contains this as prototype:
int scandir(const char *dir, struct dirent ***namelist,
int (*filter)(const struct dirent *),
int (*compar)(const struct ...
3
votes
1answer
170 views
man page generation/packaging/installation with cmake
I am looking for some good examples / tutorials on how to generate, package, and install man pages in projects using CMake.
Thanks.
2
votes
5answers
125 views
How do I install the Git man pages on OS X?
I installed Git via the Mac OS X link here http://git-scm.com/download
After installing it, I try the following in the Terminal:
$ git help fetch
$ git help remote
$ man git
$ man git-fetch
...
2
votes
1answer
56 views
What tools are available to edit manpages, i.e. GUI WYSIWYG editors (any platform)
Is there any decent GUI(Graphical User Interface) WYSIWYG(What You See is What You Get) editor (on any platform) that can be used for authoring/editing manpages? An app that can export to the troff ...
2
votes
1answer
200 views
using a man page viewer in eclipse
After having downloaded a Linux Man Page Viewer, I am not seeing the actual man page when hovering over a function.
Should i enable it somehow? Is where a menu item i should be using?
Please ...
2
votes
2answers
201 views
Preview man-page without installing package
I've checked out some typical open source project which is using auto-tools. I want to hack a bit on this package, but I would also like to change something in the man-page of the package.
The ...
2
votes
1answer
109 views
ubuntu “man glRotate”?
When on MacOSX, "man glRotate" brings up the glRotate manpage.
On ubuntu, with manpages-dev and manpages-posix-dev insatlled, "man glRotate" doesn't bring up the glRotate manpage (though I can build ...
2
votes
2answers
308 views
Catching wrong array reference in C++
How do I catch wrong array reference in C++? Why doesn't the following code work:
#include <exception>
int * problemNum = new int;
int (* p [100])() = {problem1, problem2, ...
2
votes
5answers
180 views
Best practices to put into a man page
Is there a best practices guideline for writing man pages?
What should be included in the layout? The standard ones are:
NAME
SYNOPSIS
DESCRIPTION
EXAMPLES
SEE ALSO
There are others like OPTIONS, ...
2
votes
1answer
265 views
How can I define sections without === Headings for RDoc::usage()?
I like to generate man pages using '--help' output via help2man and txt2man. Ruby's RDoc system is very convenient, but I can't seem to configure RDoc::usage in exactly the way that I want. Here's a ...
1
vote
1answer
63 views
How to convert AsciiDoc to Perl POD?
How to convert manpage written in AsciiDoc lightweight markup language automatically into Perl's POD (Plain Old Documentation)?
Perhaps something that converts from DocBook to POD (the conversion ...
1
vote
2answers
279 views
where is make and man pages under MacOS Lion?
I just installed MacOS X Lion and XCode (which now needs to be downloaded from the Apple store). It seems that make and the man pages are missing. Does anybody know where they are?
1
vote
2answers
199 views
Colored manpages with tcsh?
I really like the colored manpages which can are achieved by
export LESS_TERMCAP_mb=$'\E[01;31m'
export LESS_TERMCAP_md=$'\E[01;31m'
export LESS_TERMCAP_me=$'\E[0m'
export LESS_TERMCAP_se=$'\E[0m'
...
1
vote
2answers
69 views
pthreads’ manpages really don’t cover very much; where can I find more info?
The pthread_* manpages are really, really sparse in lots of areas; for instance, for all I can tell, the various pthread_attr_set* are completely undocumented — that is, I can’t figure out what each ...
1
vote
9answers
2k views
Where is the 'man' Program for Windows (Program to open UNIX man pages)?
I'm looking for the windows executable for the linux man (manual reader).
I tried googling around, but got frustrated with the kind of results it came up with, owing to 'man' being such a common ...
1
vote
3answers
273 views
No manual entry for fcntl problem
When I use `man fcntl' got the message:
No manual entry for fcntl
which the pkg is needed to install?
ps. I use debian.
0
votes
0answers
11 views
How can you convert rdoc to a man page (or even text)?
Is there a simple way to extract the rdoc from a .rb file and view it in less? Or even better, turn it into nroff man macros?
0
votes
1answer
209 views
RSA_sign(), object(3) and NID_sha1
The manpage for RSA_sign() says about the type parameter:
type denotes the message digest algorithm that was used to generate m.
It usually is one of NID_sha1, NID_ripemd160 and NID_md5; ...
0
votes
1answer
22 views
Is there a command to search for a string within all man pages installed in the man-db
I know that if I can't remember a command I can just look it up on Google. But this should be possible from the shell itself. If I could output all the man-pages, I could run a grep on them and find ...
0
votes
1answer
193 views
What's the Cygwin/Red Hat equivalent to Debian's manpages-dev, manpages-posix-dev?
I'm using Cygwin, and just discovered to my dismay that the package naming scheme is derived from Red Hat. I need the development man pages, called manpages-dev and manpages-posix-dev on Debian-based ...
0
votes
1answer
155 views
How to get all man pages installed on a system?
I would like to load some man pages onto my iPad in PDF format.
I have very quickly put this together:
#!/bin/bash
output_directory="/Users/Shared/Local/Media/E-Books/Man_Pages/Mac_OS_X"
...