Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
3answers
455 views

Why do programs in Unix-like environments have numbers after their name?

For example, when I run man ioctl the page says IOCTL(2) at the top. What does that mean? Is there an IOCTL(1)? And how does one navigate between these?
10
votes
3answers
264 views

What does the 2 stand for in fork(2)?

What does the number in parentheses after C function name mean in manpages ? For instance, I see fork(2) and wonder what the 2 means... Also, I read things like pthread_atfork(3C), so what does the ...
8
votes
3answers
350 views

man sections

How do I access specific sections of man pages?
7
votes
0answers
80 views

Adding man pages to a Python egg [closed]

Possible Duplicate: Python: Installing man pages in distutils based project I have a Python package which is a collection of scripts. Each script comes with its own command-line syntax, and ...
6
votes
4answers
278 views

Why are *nix commands referred to as Man(1), Diff(1), Cat(1), etc [closed]

Possible Duplicate: Why do programs in Unix-like environments have numbers after their name? What does the (1) mean?
5
votes
3answers
198 views

How do you man cpp functions?

For example,how do you man std::sort? My tries seems not on the right track. UPDATE yum install libstdc++-docs gives me No package libstdc++-docs available
3
votes
1answer
49 views

What does grep(1) in manual of grep means? [closed]

Possible Duplicate: Why do programs in Unix-like environments have numbers after their name? GREP(1) I see this when i man grep, what does the 1 mean?
3
votes
3answers
161 views

Where are the Git man pages online? [closed]

Possible Duplicate: What's the best place to find Git reference content online while kernel.org is down? Since https://www.kernel.org/ was offline last month, the Git manual pages are ...
3
votes
4answers
98 views

man page editor for text screen

Do you know any editor for man(1) pages which work on text screen (terminal and console)? Searching the interned did not gave any useful results as the words are very common. Or should I learn the ...
3
votes
3answers
118 views

what is a regular file on unix

I saw the man page of test. where the below is mentioned. -e pathname True if pathname resolves to a file that exists. False if pathname cannot be resolved. -f pathname True if pathname ...
3
votes
1answer
78 views

How to collect the output of man command in tcl?

Can somebody suggest me, how to collect output of man command in tcl? I am writing :- set hello [ man {command-name}] and when am executing the script, the program gets halted and man commands ...
3
votes
3answers
252 views

UNIX System Call Listing?

I have an assignment where I need to use some system calls in UNIX, like mktime() and fnmatch(), to complete some operations. We're given only the names of the man pages to look up to find the ...
3
votes
2answers
190 views

Providing Documentation for an Unix command?

I made an Unix command called macmac2unix, which converts a Word file from Mac to Unix. How can I provide documentation for my command? I want to read about my command with man $man macmac2unix
2
votes
2answers
30 views

Documenting bash functions

I would like to add documentation for bash functions so that users can lookup the functions with man. There should be no visible difference between my functions and actual commands. I know I can do ...
2
votes
4answers
90 views

Git man page seems incorrect

I'm new to git, so please excuse me if this is a dumb question. I have installed git 1.7.7.4 from source on SLES Linux, and all looks good. I have added the following to $MANPATH: ...
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
113 views

Generating python CLI man page

I am developing a python CLI tool (I use optparse and python2.6, but hope to switch soon to python2.7) and I am about to write the man page. I have some experience on generating dynamic man pages by: ...
2
votes
1answer
85 views

latex document to man page

I'd like to ship my small program with documentation in two formats: PostScript document and standard Unix man page(s). Originally documentation is written in LaTex and has pretty simple layout: ...
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 ...
1
vote
4answers
93 views

Should I use R or Octave for date manipulation in csv file?

I wish to perform date manipulation of an imported csv file with the first column being a date column of the format dd/mm/yyyy and I wish to use either R or Octave for this as after this date ...
1
vote
2answers
45 views

No man page for rails command

I can't access rails man page. How can I fix this? Thanks nuno@Houdini:~/workspace/depot_a$ man rails man: can't resolve /usr/share/man/man1/rails.1.gz: No such file or directory No manual entry for ...
1
vote
0answers
36 views

man page with complex name

I'm writing man pages for my Tcl library, one file per command. Command names contain ::, for example mypackage::mycommand. I'd like to call proper man page by following command: man ...
1
vote
3answers
142 views

What is “q.v.” in the tcsh man page

Ok, this has been an on-going annoyance, so naturally I thought to bring it here. In the tcsh man page the phrase q.v. is used, and I have no clue why those four characters are inserted. Is it self ...
1
vote
2answers
162 views

Comparing Mac's and Unix manuals?

How can I list differences between Mac's and Unix manuals? For example, between the following commands uniq guniq I tried the following unsuccessfully diff (man uniq) (man guniq)
0
votes
1answer
31 views

Installation of Just man Pages and Documentation?

How do I install just the documentation and man pages of Clang and LLVM? I compiled the current version from source, based on the source from the LLVM website and it works fine but since it is a local ...
0
votes
1answer
15 views

Is there a specification for a man page's SYNOPSIS section?

I'm trying to write some specifications to be shared between a small team and getting picky about the format I put some command listings in. Is there any formal definition of the syntax used in the ...
0
votes
2answers
21 views

How to read a .man file not on manpath?

How do I read a .man file that's not on my manpath? I know I had a command for this, but now I don't remember, and I can't find the right switch in the man pages for man.
0
votes
1answer
28 views

Short cut to navigate when terminal is showing man page in MacOS [closed]

I'm using MacOS Lion 10.7.2. Whenever, I use the command "man", the terminal show the waring as the image below. It ask me press RETURN to continue. After that, I navigate the content by press ...
0
votes
2answers
63 views

Man command not installed (fedora)

For some strange reason, when I got my installation of fedora, man command was missing. I have already install development tools packages - but still no luck. I checked all the usual suspects: PATH, ...
0
votes
2answers
33 views

Activate man in Mac for MySQL

I installed MAMP on my Mac and it installed everything needed such as Apache, MySQL and so on and I can use everything w/o any problem but when I try to say man mysql to read manual on the Terminal, ...
0
votes
2answers
31 views

What does numbers in syscall stand for

I've seen system calls with numbers in them. For example: xterm(1), efence(3). I wanted to know what does 1 and 3 or for that matter any other number in these system calls mean?
0
votes
2answers
47 views

Make a script that will behave like the “file” command

I've been trying to make a script that should be able to detect an “ID FILE” which has the string ID at the Byte 42 and I have no idea concerning how I Could make it so this way. I know I have to use ...
0
votes
1answer
49 views

how to get doxygen to have man pages in several different manual sections?

What do I do if I have man pages that should have different extensions within the same project? The Doxyfile contains the following: The MAN_EXTENSION tag determines the extension that is added to ...
0
votes
1answer
57 views

Bash HTML for version 3.2?

I've been using the bash manual from this link but it is for ver 4.2 and I'm using 3.2. Does anyone know where to find an HTML for 3.2?
0
votes
2answers
50 views

About the man usage

man 3p printf man 3 printf The above two man page gives different info of printf. What's different for man 3 and man 3p?
0
votes
1answer
83 views

Make Xcode treat man pages like doc sets?

Working with--for example--OpenGL, say I need to get documentation for glEnable(). Double-click, copy, Help->Open man Page..., paste, enter works, but... Is there a way to make Xcode treat man pages ...
0
votes
1answer
60 views

Period in a man page?

I have a bold line, followed by a line starting with a period. man thinks that the . is the start of a command... is there a way to "escape" it? .B bold words ./something The ./something is a ...
0
votes
4answers
90 views

Remove page numbers from man pages in Solaris?

When I use Solaris, I get page numbers every 60 lines or so that look like this SunOS 5.11 Last change: 10 Feb 2009 1 Also, I get headers like User Commands ...
0
votes
2answers
65 views

To fix a bug in Less' command by noting no. of parameters

This question is based on this thread. The code function man() { man "$1" > /tmp/manual; less /tmp/manual } Problem: if I use even one option, the command does not know where is the ...
0
votes
1answer
100 views

Unable to unbind a shell function

This question is based on the thread. I have the shell function function man() { man "$1" > /tmp/manual; less /tmp/manual } The problem is there exists the command man. How can you ...
0
votes
1answer
69 views

Unable to move fast between config files and manuals

Man's manual have the following Specify the configuration file to use; the default is /private/etc/man.conf. (See man.conf(5).) The PATH is in bold for /private/etc/man.conf in man. It ...
0
votes
1answer
112 views

Missed words in Man?

I have missed words in my Mac's man http://dl.getdropbox.com/u/175564/mac-bug-man.png How can I solve the problem?
-1
votes
2answers
59 views

What is the best website to use to view man pages? [closed]

Sometimes I want to link to man pages. When I just google for a man page, I usually get a bunch of ugly web pages and often they disappear after a while. This is not the end of the world or ...