[SunHELP] read manpage


Tue May 21 05:19:55 CDT 2002


those man page have pop-up but the it's wrong format, ugly

$ pwd
/usr/share/man/man8

$ ls
im_file.8      im_udp.8       om_mysql.8     om_regex.8     peochk.8
syslogd.8
im_streams.8   im_unix.8      om_peo.8       om_tcp.8      im_tcp.8
om_classic.8   om_pgsql.8     om_udp.8       syslog.conf.8

$ man -s 8 syslog.conf
No entry for syslog.conf in section(s) 8 of the manual.

$ man syslog.conf.8
configuration file The file is the  configuration  file  for  the
program.   It consists of blocks of lines separated by specifica-
tions, with each line containing  two  fields:  the  field  which
specifies  the types of messages and priorities to which the line
applies, and an field which specifies the action to be taken if a
message  receives  matches  the selection criteria.  The field is
separated from the field by one  or  more  tab  characters.   The
function  are encoded as a a period (``.''), and a with no inter-
vening white-space.  Both the and the are case insensitive.   The
describes  the  part of the system generating the message, and is
one of the following  keywords:  auth,  authpriv,  cron,  daemon,

Please suggest
Pat.

-----Original Message-----
From: Katherine Strojny [mailto:kstrojny at worldnet.att.net]
Sent: Tuesday, May 21, 2002 12:06
To: Sangbutsarakum, Patai
Subject: Re: [SunHELP] read manpage


1)  Just use /usr/share/man instead of /usr/share/man/man in your
MANPATH.  man looks in subdirectories of this directory that are named
after sections.
2) The subdirectories of the directory that you placed in your MANPATH
should be named man* or sman* where * is replaced by the section name
(example:  /usr/share/man/sman3c/).  These subdirectories contain the
actual man pages.  "man*" directories contain nroff pages, "sman*"
directories contain SGML.  Don't put them in a subdirectory called
man.  I would suggest renaming /usr/share/man/man to
/usr/share/man/man8 and you could be set (CHECK FIRST:  make sure man8
doesn't already exist).  You might also have to add man8 to the
/usr/share/man/man.cf file.

-k


----- Original Message -----
From: "Sangbutsarakum, Patai" <patais at reach.com>
To: <sunhelp at sunhelp.org>
Sent: Tuesday, May 21, 2002 12:50 AM
Subject: RE: [SunHELP] read manpage


> Not work, Is there anything i miss?
>
> # pwd
> /usr/share/man/man
> # ls
> im_file.8      im_udp.8       om_mysql.8     om_regex.8     peochk.8
> im_streams.8   im_unix.8      om_peo.8       om_tcp.8
syslog.conf.5
> im_tcp.8       om_classic.8   om_pgsql.8     om_udp.8
syslogd.8
> # echo $MANPATH
>
/usr/share/man/man:/usr/share/man:/usr/local/man:/usr/local/pgsql/man
> # ls
> im_file.8      im_udp.8       om_mysql.8     om_regex.8     peochk.8
> im_streams.8   im_unix.8      om_peo.8       om_tcp.8
syslog.conf.5
> im_tcp.8       om_classic.8   om_pgsql.8     om_udp.8
syslogd.8
> # man im_tcp
> No manual entry for im_tcp.
>
> Pat
>
> -----Original Message-----
> From: Michael Schiller [mailto:schiller at zaphod.agrijag.com]
> Sent: Tuesday, May 21, 2002 11:37
> To: Sangbutsarakum, Patai
> Subject: Re: [SunHELP] read manpage
>
>
> You'll have to ungzip the file, Sun's man command  doesn't do .gz
pages.
> (or if it does I don't know how to do it, because I'd LOVE to be
able
> to)
>
> -Mike
>
> "Sangbutsarakum, Patai" wrote:
> >
> > Dear listers,
> > I've just install new daemon to my Solaris 2.6.
> > After I've install it copy man page to /usr/share/man/man/*.8.gz.
> > I have add this directory to MANPATH already.
> >
> > MANPATH=/usr/share/man/man:$MANPATH; export MANPATH
> >
> > but it still can't read these man pages, it still can't be found.
> > Please suggest. I can't finish my work if I can't read this
manpage
> > there is no other document.
> >
> > Thanks in advance
> > Patrick.
> > _______________________________________________
> > SunHELP maillist  -  SunHELP at sunhelp.org
> > http://www.sunhelp.org/mailman/listinfo/sunhelp
>
> --
>             +------------------------------+          (/**\)
>             | I'm outstanding in my field! |\        ((o  o))___
>             +------------------------------+ \         \  /@  @@@@@
>               ?                         ?     \ _ _ _  (--)\@ @@?@@
> --x---x---x---?---x---x----x----x---x---?---x---x---x---x---x---?--
>               ?                         ?                    \@ ?@@
> --x---x---x---?---x---x----x----x---x---?---x---x---x---x---x---?--
>   \\\???//   \?/   \\\??/   \??///    \\?//      \\\\\???/// \?/?\?
> PGP fingerprint: D2 4F A8 B7 13 D5 73 1E  48 99 40 99 F9 BC 74 74
> Email: schiller at nospam.agrijag.com          http://www.agrijag.com
> Voice: 304-334-3951                          FAX: 304-334-3644
> _______________________________________________
> SunHELP maillist  -  SunHELP at sunhelp.org
> http://www.sunhelp.org/mailman/listinfo/sunhelp



More information about the SunHELP mailing list