I installed AIX 4.3.3, but I can't find the package which contains the man
pages. Even "man man" does not work.
wolfgang
wolfgang
The man pages are on two separate CDs, Base Documentation and Extended
Documentation. The installed filesets are bos.html.en_US.*, if you are using
US English.
--
Regards,
Alex Robinson
AIXer
* Sent from RemarQ http://www.remarq.com The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!
> I installed AIX 4.3.3, but I can't find the package which contains the man
> pages. Even "man man" does not work.
> wolfgang
> wolfgang
C. DeVille
> I installed AIX 4.3.3, but I can't find the package which contains the man
> pages. Even "man man" does not work.
> wolfgang
> > I installed AIX 4.3.3, but I can't find the package which contains the man
> > pages. Even "man man" does not work.
> > wolfgang
> check out the following url, the html man pages take up a good bit of space:
> http://www.rs6000.ibm.com/doc_link/en_US/a_doc_lib/aixgen/wbinfnav/Cm...
> C. DeVille
At these times man pages are generated from primary "html"
documents on the fly (fast enough).
Now the main docs source is Web-based Documentation project.
The path to html sources is "/usr/share/man/info/en_US"
And the main program to provide you with manuals is Web Server.
(you need Web browser, too).
To get 'man' working as before you should install LOCALLY
"AIX Base Documentation" set that is separate CD apart of 4-CD AIX
system set and if you like "AIX Extended Documentation" set that is one
more CD. You can use Remote Documentation Server but it is boring:
you type 'man lsvg' and you get couple of messages plus half-minute
timeout plus something is wrong in the network etc..
To set Doc server:
smit/System Environments/Internet and Documentation Services/
I love 'man pages' myself by have to admit that Web-browsing of
documentation is VERY nice feature with all this bookmarks and shortcuts
html gives us.
I have a bunch of AIX workstations here and I maintain one remote doc
server. If somebody wants I set for him local doc server.
(there are developers that do not need 'man' staff often and they
are happy with remote server).Many people love to browse AIX Docs on
their PC/MAC screen next to AIX one.
And of course you can use your man directory for 3rd party, GNU
whatelse software.
Hope that helps.
Nick.
Here the contens of Documentation CDs.
.toc
OpenGL.html.en_US.4.3.3.0.I
PEX_PHIGS.html.en_US.4.3.3.0.I
UMS.html.en_US.4.3.3.0.I
X11.html.en_US.4.3.3.0.I
bos.docregister.4.3.3.0.I
bos.html.en_US.4.3.3.0.I
bos.html.en_US.cmds.4.3.3.0.I
bos.html.en_US.files.4.3.3.0.I
bos.html.en_US.manage_gds.4.3.3.0.I
bos.html.en_US.prog_gds.4.3.3.0.I
bos.html.en_US.techref.4.3.3.0.I
bos.html.en_US.topnav.4.3.3.0.I
bos.html.en_US.user_gds.4.3.3.0.I
dsmit.html.en_US.4.3.3.0.I
perfagent.html.en_US.4.3.3.0.I
.toc
X11.html.en_US.specs.4.3.3.0.I
bos.docregister.4.3.3.0.I
bos.html.en_US.adapt.4.3.3.0.I
bos.html.en_US.extnav.4.3.3.0.I
bos.html.en_US.lowlevprg.4.3.3.0.I
bos.html.en_US.nettrans.4.3.3.0.I
bos.html.en_US.topnav.4.3.3.0.I
These are the only filesets needed on the system to run man pages:
bos.html.en_US.cmds.cmds1 4.3.0.1 AIX Commands Reference 1 - U.S.
bos.html.en_US.cmds.cmds2 4.3.0.1 AIX Commands Reference 2 -
bos.html.en_US.cmds.cmds3 4.3.0.1 AIX Commands Reference 3 -
bos.html.en_US.cmds.cmds4 4.3.0.1 AIX Commands Reference 4 -
bos.html.en_US.cmds.cmds5 4.3.0.1 AIX Commands Reference 5 - U.S.
bos.html.en_US.cmds.cmds6 4.3.0.1 AIX Commands Reference 6 -
bos.html.en_US.nav 4.3.0.1 Online Navigation - U.S.
bos.html.en_US.topnav.navigate
Vicky
> > I installed AIX 4.3.3, but I can't find the package which contains the
man
> > pages. Even "man man" does not work.
> > wolfgang
> check out the following url, the html man pages take up a good bit of
space:
Quote:> C. DeVille
does anybody has some good sniplets for a 'remote beep' program ?
Idea: I search the workstation 'blub' - no monitoe, standing SOMEWHERE
in this room. Now it would be nice if this ws would gimme some
beep-beep-beep !
What i have so far is ok, if the ws has some kind of sound device (like
the UMS-stuff at AIX):
# Play music
#-----------
if [[ $SILENT = FALSE ]] ; then
case $UNAME in
AIX) run_ums audio_play -f ping.wav >/dev/null 2>/dev/null &
;;
HP-UX) [[ $(ps -ef | awk ' $NF~"Aserver" || $(NF-1)~"Aserver" \
{ n+=1 } { if (n>1) {print "OK" ; exit 0} } ' ) = "OK"
]] \
&& /opt/audio/bin/send_sound ping.wav >/dev/null
2>/dev/null &
;;
IRIX) /usr/sbin/sfplay -nice ping.wav >/dev/null 2>/dev/null &
;;
SunOS) /usr/bin/audioplay -i ping.wav >/dev/null 2>/dev/null &
;;
esac
fi
More ideas ? Especially for other OS ?! And what do i do if the
workstation jut have a speaker ?
Thanks for your help,
Joe
Thanks, Joe
> use "echo \\a"
> regards
> Hajo Ehlers
1. Which RH7 RPMs contain the system info and man pages?
Hi,
I recently upgraded to Redhat 7 intel and found that most of the
man pages and the info pages disappeared from my system.
Which RPMs should I install to recover them?
I have man-pages-1.30-4 installed, but it has very few man pages
(only about 80 in section 1).
For example, I used to use 'man sprintf' all the time, but
now it's gone. What package is it in?
Thanks,
Charlie
--
Earth System Science, University of California, Irvine CA 92697-3100
3. Standard man pages to "Catted" man pages!
5. How to format BSD man pages (groff man) using "classical" troff man?
7. Macro package for man page?
8. Setup of Compaq Netflex Card
9. Man Pages for added Packages
10. Which package are man pages for C functions like (strtok and strcat etc) stored in
11. Which package has man pages?
12. Installing man pages from new programs/packages
13. man a man page file at unspecified directory