ion "TITLE MACROS". There is a list
> of section numbers there, maybe that's what you needed.
>
> Từ: netbsd-users-ow...@netbsd.org thay mặt
> cho Todd Gruhn
> Đã gửi: 20 Tháng Tư 2023 3:41 SA
> Đến: Jeremy C. Reed
> Cc: N
eed
Cc: Netbsd-Users-List
Chủ đề: Re: making man-pages
Did I say that write?
I write FOO -- make manpage 'FOO.? '
SOOO, manpage is FOO.3?
Where do I put this?
On Wed, Apr 19, 2023 at 6:40 PM Jeremy C. Reed wrote:
>
> On Wed, 19 Apr 2023, Todd Gruhn wrote:
>
> > If I
Check out the manpage for mdoc(7), section "TITLE MACROS". There is a list of
section numbers there, maybe that's what you needed.
Did I say that write?
I write FOO -- make manpage 'FOO.? '
SOOO, manpage is FOO.3?
Where do I put this?
On Wed, Apr 19, 2023 at 6:40 PM Jeremy C. Reed wrote:
>
> On Wed, 19 Apr 2023, Todd Gruhn wrote:
>
> > If I write a program, and a man-page with it; where do I install this
> > man-page ??
>
On Wed, 19 Apr 2023, Todd Gruhn wrote:
> If I write a program, and a man-page with it; where do I install this
> man-page ??
See the manpath on your NetBSD system:
man -p
That shows what directories actually currently has manuals.
So also see:
/etc/man.conf
A common place to install your own ma
If I write a program, and a man-page with it; where do I install this
man-page ??