Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Fix typo in sample program



details:   https://anonhg.NetBSD.org/src/rev/f55fdc3129bf
branches:  trunk
changeset: 341747:f55fdc3129bf
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sat Nov 21 00:50:15 2015 +0000

description:
Fix typo in sample program

diffstat:

 share/man/man4/filemon.4 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00768c42b648 -r f55fdc3129bf share/man/man4/filemon.4
--- a/share/man/man4/filemon.4  Sat Nov 21 00:35:59 2015 +0000
+++ b/share/man/man4/filemon.4  Sat Nov 21 00:50:15 2015 +0000
@@ -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 @@
 .Bd -literal -offset indent
 #include <filemon.h>
 
-pid_d pid;
+pid_t pid;
 int filemon_fd, temp_fd;
 int status;
 



Home | Main Index | Thread Index | Old Index