summaryrefslogtreecommitdiff
path: root/share/man/man9/pfind.9
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2013-06-04 19:27:19 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2013-06-04 19:27:19 +0000
commita10b24aa4fc9786963eebe98947c4d5be3912dff (patch)
tree141a4388ab1a891681f396ae02d8c5953afadbc9 /share/man/man9/pfind.9
parent5d42846e8100568f001be65bfe88d75a09b5cd11 (diff)
Replace old-fashioned .Fd by new-fangled .In for #include lines.
Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
Diffstat (limited to 'share/man/man9/pfind.9')
-rw-r--r--share/man/man9/pfind.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/pfind.9 b/share/man/man9/pfind.9
index d9978c5c9c5..d0e71f92868 100644
--- a/share/man/man9/pfind.9
+++ b/share/man/man9/pfind.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfind.9,v 1.6 2007/05/31 19:20:00 jmc Exp $
+.\" $OpenBSD: pfind.9,v 1.7 2013/06/04 19:27:11 schwarze Exp $
.\"
.\" Copyright (c) 1999 Marc Espie
.\" All rights reserved.
@@ -23,7 +23,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 31 2007 $
+.Dd $Mdocdate: June 4 2013 $
.Dt PFIND 9
.Os
.Sh NAME
@@ -31,8 +31,8 @@
.Nm pgfind
.Nd find process / process group by number
.Sh SYNOPSIS
-.Fd #include <sys/cdefs.h>
-.Fd #include <sys/proc.h>
+.In sys/cdefs.h
+.In sys/proc.h
.Ft "struct proc *"
.Fn pfind "pid_t pid"
.Ft "struct pgrp *"