summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorwiz <wiz@NetBSD.org>2002-05-22 10:22:41 +0000
committerwiz <wiz@NetBSD.org>2002-05-22 10:22:41 +0000
commit5f7ebe249703eee8eb7c91d2ed90a8b81801ebc6 (patch)
tree31ea37cbb593c8dfa096f169965f207086d6d204 /lib/libutil
parent6bd902a1db0479c559c56256e09717dc62520d0e (diff)
Grammar fix, and drop a .Pp after a section header.
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pidfile.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libutil/pidfile.3 b/lib/libutil/pidfile.3
index 0e6a01fcbd8..ca2147cb799 100644
--- a/lib/libutil/pidfile.3
+++ b/lib/libutil/pidfile.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: pidfile.3,v 1.6 2002/05/22 07:37:26 itojun Exp $
+.\" $NetBSD: pidfile.3,v 1.7 2002/05/22 10:22:41 wiz Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -72,7 +72,7 @@ is supplied.
If called with a new
.Ar basename ,
.Fn pidfile
-will remove the old pid file and writes the new one.
+will remove the old pid file and write the new one.
.Sh RETURN VALUES
.Fn pidfile
returns 0 on success and -1 on failure.
@@ -84,7 +84,6 @@ The
function call appeared in
.Nx 1.5 .
.Sh BUGS
-.Pp
.Fn pidfile
uses
.Xr atexit 3