diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-15 18:23:11 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2012-08-15 18:23:11 +0000 |
commit | 040c298a24acf3dcab1d362c85606860473e8790 (patch) | |
tree | 59a5f9735e83ef3895e34ce24889edb74c63fcfc | |
parent | afd676190d26de448bac81a8e76ea5ca575a4122 (diff) |
remove trailing whitespace;
-rw-r--r-- | share/man/man8/rc.subr.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8 index e384c9852ce..7f0180d11bf 100644 --- a/share/man/man8/rc.subr.8 +++ b/share/man/man8/rc.subr.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rc.subr.8,v 1.20 2012/08/06 06:44:15 ajacoutot Exp $ +.\" $OpenBSD: rc.subr.8,v 1.21 2012/08/15 18:23:10 jmc 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: August 6 2012 $ +.Dd $Mdocdate: August 15 2012 $ .Dt RC.SUBR 8 .Os .Sh NAME @@ -177,7 +177,7 @@ call .El .It Ic rc_check Search for processes of the service with -.Xr pgrep 1 +.Xr pgrep 1 using the regular expression given in the .Ar pexp variable. |