Man pages are the documentation pages that come preinstalled with almost all substantial Unix and Unix-like operating systems
Questions tagged [manpage]
486 questions
0
votes
1 answer
How to use a man page correctly
The question is very simple. I was reading the man page of getopts but I see no description on how the opstring should be. So, how should I know? I know I can Google it but I want to know how to get the answer from the documentation.

Gleiry Agustin Serrano Wong
- 73
- 1
- 4
0
votes
2 answers
How to open page in man with title of several words?
In man git page I read this string:
See gittutorial(7) to get started, then see Everyday Git[1] for a useful minimum
set of commands. The Git User's Manual[2] has a more in-depth introduction.
Titles Everyday Git[1] and Git User's Manual[2] has…

Sonique
- 6,670
- 6
- 41
- 60
0
votes
1 answer
Sorting a column of CSV file resulting in 1123 appearing before 232
Specific question - bad title
I am trying to sort a set of CSV data like -
2014/06/04 13:19:06.970,1124,Post Request,200,OK,text,true,,782,1,0
2014/06/04 13:18:27.241,237,Post Request,200,OK,text,true,,303,1,0
2014/06/04 13:12:15.973,2224,Post…

some_other_guy
- 3,364
- 4
- 37
- 55
0
votes
1 answer
Autotools suite misplaces "man" file leading to installation failure
In a software I have to tweak, the man file is located under doc/ along with a simple Makefile.am file:
man_MANS = software.1
EXTRA_DIST = $(man_MANS)
Upon installation, I expect make install to copy the manual under /usr/local/share/man/, but the…

ziu
- 2,634
- 2
- 24
- 39
0
votes
3 answers
what is the different between man and man 3 unix commands?
my question describes it all actually. I wanted to know what is the difference between man and man 3 command to get the manual pages for unix commands?

g.revolution
- 11,962
- 23
- 81
- 107
0
votes
2 answers
dump linux man pages into a structured/nonstructured dataset
is there a way to dump all linux man pages into a database or set of files?
or do they already exist in some formats on the linux system where I can get a copy?

user3324120
- 179
- 1
- 3
- 8
0
votes
1 answer
Linux has No C Man Pages
This is peculiar. I recently installed an operating system called "Semplice" Linux. It's debian based and very similar to Crunchbang (Lightweight and openbox-oriented).
That aside, I cannot run man printf or any C command for that matter.
I can,…

Goodies
- 4,439
- 3
- 31
- 57
0
votes
1 answer
I need to print the process ID number next to the process name?
Right now what I'm doing is redirecting the output of pgrep sshd to a file, and what I'm being asked to do is print out the process name next to the process ID number. How exactly do I find the process ID number and the process name, if it isn't…
0
votes
1 answer
Man pages showing up at end of sh script
I seem to be having trouble with a piece of code I'm writing (at least I think anyways). It's a script that parses a text file called test3_data.txt with a bunch of user ID's in them, and puts those user Id's into a variable called "USER_ID". I then…

mcgovernmatt
- 3
- 1
0
votes
1 answer
how to install IOCTL man pages for STREAMS in ubuntu server?
in my system
Linux ubuntu 3.8.0-29-generic #42~precise1-Ubuntu
man page for putmsg contains reference to STREAMS man page. Stevens refers the same entity as STREAMIO (p. 858), and this is what I've found…

wick
- 1,995
- 2
- 20
- 31
0
votes
1 answer
How to get nroff command to display font styles for man page
To test my man page, I'm using the nroff command.
$ nroff -man myfile
The results are formatted correctly, however my bold and italic font is not displayed.
Man page (myfile) source:
.TH Add 1 10/21/13
.SH NAME
add \- add metadata to items
.SH…

LizYo
- 3
- 4
0
votes
1 answer
Showing a man page in C++
I created a man page for my C++ application and I would like to show it to the user when a particular flag is specified in the command line. Is system("man myapplication") the only way to do this, or are there any better options?

GOTO 0
- 42,323
- 22
- 125
- 158
0
votes
4 answers
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 ls(1)
Is there any way to remove them?…

Steven
- 2,538
- 3
- 31
- 40
0
votes
1 answer
How to specify the domain for a man page
I am trying to get man page for OpenSSL rsa. However when I type in man rsa I get the bash command rsa instead. How do I specify in the man command such that the OpenSSL RSA page will be displayed?

ssgao
- 5,151
- 6
- 36
- 52
0
votes
2 answers
Manual for CLISP
I want to read help for clisp function from REPL or just from shell.
I found (symbol-plist) function for this which give this:
(symbol-plist 'bit)
(SYSTEM::TYPE-SYMBOL #
SYSTEM::SETF-EXPANDER…

edem
- 3,222
- 3
- 19
- 45