tech-kern archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: option P1003_1B_SEMAPHORE



On Thu, Aug 20, 2015 at 06:13:22PM +0800, Paul Goyette wrote:
> There are three man pages that reference P1003_1B_SEMAPHORE, including
> options(4).
> 
> 	# cd $SRCDIR && find . -printx | xargs grep P1003_1B_SEMAPHORE
> 	./lib/libc/gen/sysconf.3:.Li P1003_1B_SEMAPHORE
> 	./share/man/man4/options.4:.It Cd options P1003_1B_SEMAPHORE
> 	./share/man/man4/sem.4:.Cd "options P1003_1B_SEMAPHORE"
> 
> Yet there is no reference to this option in any other file.
> 
> Is there any reason why these man pages should continue to refer to this
> non-existent option?  Or can I go ahead and clean them up?

Given http://mail-index.netbsd.org/source-changes/2012/03/10/msg032675.html
it looks like a clean up would be good...

Cheers,

Patrick


Home | Main Index | Thread Index | Old Index