>Synopsis: error in man page rc.subr(8)
>Category: documentation
>Environment:
System : OpenBSD 5.4
Details : OpenBSD 5.4 (GENERIC) #37: Tue Jul 30 12:05:01 MDT 2013
[email protected]:/usr/src/sys/arch/i386/compile/GENERIC
Architecture: OpenBSD.i386
Machine : i386
>Description:
The description of rc_stop() says it sends a SIGKILL signal but it
sends a SIGTERM signal.
>How-To-Repeat:
>Fix:
Change "SIGKILL" by "SIGTERM" in the manpage.
