diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-06-10 08:46:57 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2011-06-10 08:46:57 +0000 |
commit | 57b25f5d66c9da26a963b9811fd6ef43920e73bc (patch) | |
tree | 64d49cc8988077fc5fe14c1b637decdb606311e9 /share/man | |
parent | a3d261f5383fee7e3ddef82e44b09aacaa4314c9 (diff) |
One less entry in BUGS.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man8/rc.d.8 | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/share/man/man8/rc.d.8 b/share/man/man8/rc.d.8 index 024fd0a70eb..31e1a3f9873 100644 --- a/share/man/man8/rc.d.8 +++ b/share/man/man8/rc.d.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.d.8,v 1.12 2011/05/26 14:38:47 jmc Exp $ +.\" $OpenBSD: rc.d.8,v 1.13 2011/06/10 08:46:56 ajacoutot Exp $ .\" .\" Copyright (c) 2011 Robert Nagy, Antoine Jacoutot, Ingo Schwarze .\" All rights reserved. @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 26 2011 $ +.Dd $Mdocdate: June 10 2011 $ .Dt RC.D 8 .Os .Sh NAME @@ -145,9 +145,3 @@ will change the corresponding pattern used with so that .Ar actions may not work on already running processes. -.Pp -There is currently no way to know whether a background process -.Pq Va rc_bg -was successfully started so -.Fn rc_start -will always succeed in this case. |