Bug 36350

Summary: [PATCH] new mtx_pool.9 man page
Product: Documentation Reporter: rooneg <rooneg>
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me CC: dillon
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description rooneg 2002-03-27 00:10:02 UTC
	the mtx_pool API lacks a man page.

Fix: apply the following patch in src/share/man/man9.
How-To-Repeat: 	man mtx_pool ;-)
Comment 1 Dima Dorfman 2002-03-27 02:22:57 UTC
garrett rooney <rooneg@electricjellyfish.net> wrote:
> >Description:
> 	the mtx_pool API lacks a man page.

Matt,

If you could review the manual page submitted here for technical
validity, I'll fix up the markup and English bogons and commit it.

Thanks.
Comment 2 rooneg 2002-03-27 02:24:45 UTC
On Wed, Mar 27, 2002 at 02:22:57AM +0000, Dima Dorfman wrote:
> garrett rooney <rooneg@electricjellyfish.net> wrote:
> > >Description:
> > 	the mtx_pool API lacks a man page.
> 
> Matt,
> 
> If you could review the manual page submitted here for technical
> validity, I'll fix up the markup and English bogons and commit it.

actually, i already ran an earlier version past matt, and this has his
suggestions added in.  it would be good if he could give it a once
over though, in case i messed something up.

-garrett 

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
Comment 3 Matthew Dillon 2002-03-27 03:46:51 UTC
:
:On Wed, Mar 27, 2002 at 02:22:57AM +0000, Dima Dorfman wrote:
:> garrett rooney <rooneg@electricjellyfish.net> wrote:
:> > >Description:
:> > 	the mtx_pool API lacks a man page.
:> 
:> Matt,
:> 
:> If you could review the manual page submitted here for technical
:> validity, I'll fix up the markup and English bogons and commit it.
:
:actually, i already ran an earlier version past matt, and this has his
:suggestions added in.  it would be good if he could give it a once
:over though, in case i messed something up.
:
:-garrett 
:
:-- 
:garrett rooney                     Unix was not designed to stop you from 

    Hi guys!  Yah, it already contains the suggestions I made.  Dima,
    please go ahead and fix the markup & english bogons you see and
    then go ahead and commit it!  Thanks!

    I noticed one spelling error in the PR:

In these cases the private mute winds 

    to

In these cases the private mutex winds 

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
Comment 4 rooneg 2002-03-27 03:55:18 UTC
On Tue, Mar 26, 2002 at 07:46:51PM -0800, Matthew Dillon wrote:

>     Hi guys!  Yah, it already contains the suggestions I made.  Dima,
>     please go ahead and fix the markup & english bogons you see and
>     then go ahead and commit it!  Thanks!
> 
>     I noticed one spelling error in the PR:
> 
> In these cases the private mute winds 
> 
>     to
> 
> In these cases the private mutex winds 

gah!  that'll teach me to trust spell checkers...  i can't believe i
didn't see that one...

btw, Dima, if you could just let me know what kind of markup errors
you find, that would be great.  i'm fairly new at writing man pages, 
and any tips on things to avoid in the future would be much
appreciated.

thanks,

-garrett

-- 
garrett rooney                     Unix was not designed to stop you from 
rooneg@electricjellyfish.net       doing stupid things, because that would  
http://electricjellyfish.net/      stop you from doing clever things.
Comment 5 dd freebsd_committer freebsd_triage 2002-03-28 12:57:57 UTC
State Changed
From-To: open->closed

Committed, thanks!