Fix typo in sample program
This commit is contained in:
parent
9cf490690d
commit
4023d6c003
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: filemon.4,v 1.11 2015/11/21 00:35:59 pgoyette Exp $
|
||||
.\" $NetBSD: filemon.4,v 1.12 2015/11/21 00:50:15 pgoyette Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2011, Juniper Networks, Inc.
|
||||
.\"
|
||||
|
@ -160,7 +160,7 @@ The following example demonstrates the basic usage of
|
|||
.Bd -literal -offset indent
|
||||
#include <filemon.h>
|
||||
|
||||
pid_d pid;
|
||||
pid_t pid;
|
||||
int filemon_fd, temp_fd;
|
||||
int status;
|
||||
|
||||
|
|
Loading…
Reference in New Issue