Module Name: src
Committed By: pgoyette
Date: Sat Nov 21 00:50:15 UTC 2015
Modified Files:
src/share/man/man4: filemon.4
Log Message:
Fix typo in sample program
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/share/man/man4/filemon.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/filemon.4
diff -u src/share/man/man4/filemon.4:1.11 src/share/man/man4/filemon.4:1.12
--- src/share/man/man4/filemon.4:1.11 Sat Nov 21 00:35:59 2015
+++ src/share/man/man4/filemon.4 Sat Nov 21 00:50:15 2015
@@ -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 b
.Bd -literal -offset indent
#include <filemon.h>
-pid_d pid;
+pid_t pid;
int filemon_fd, temp_fd;
int status;