Re: Trả lời: making man-pages

2023-04-20 Thread Todd Gruhn
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

Trả lời: making man-pages

2023-04-19 Thread Pham Ngoc-Dung
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

Về: making man-pages

2023-04-19 Thread Pham Ngoc-Dung
Check out the manpage for mdoc(7), section "TITLE MACROS". There is a list of section numbers there, maybe that's what you needed.

Re: making man-pages

2023-04-19 Thread Todd Gruhn
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 ?? >

Re: making man-pages

2023-04-19 Thread Jeremy C. Reed
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

making man-pages

2023-04-19 Thread Todd Gruhn
If I write a program, and a man-page with it; where do I install this man-page ??