Source-Changes-HG archive

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

[src/trunk]: src/lib/libkvm Add rest of the functions from the SYNOPSIS to th...



details:   https://anonhg.NetBSD.org/src/rev/1f32242052b1
branches:  trunk
changeset: 827265:1f32242052b1
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Sun Oct 22 14:25:33 2017 +0000

description:
Add rest of the functions from the SYNOPSIS to the NAME section

diffstat:

 lib/libkvm/kvm_getprocs.3 |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 40e1f19c540b -r 1f32242052b1 lib/libkvm/kvm_getprocs.3
--- a/lib/libkvm/kvm_getprocs.3 Sun Oct 22 14:13:40 2017 +0000
+++ b/lib/libkvm/kvm_getprocs.3 Sun Oct 22 14:25:33 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: kvm_getprocs.3,v 1.15 2009/03/10 23:49:07 joerg Exp $
+.\"    $NetBSD: kvm_getprocs.3,v 1.16 2017/10/22 14:25:33 abhinav Exp $
 .\"
 .\" Copyright (c) 1992, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,10 @@
 .Sh NAME
 .Nm kvm_getprocs ,
 .Nm kvm_getargv ,
-.Nm kvm_getenvv
+.Nm kvm_getenvv ,
+.Nm kvm_getproc2 ,
+.Nm kvm_getargv2 ,
+.Nm kvm_getenvv2
 .Nd access user process state
 .Sh LIBRARY
 .Lb libkvm



Home | Main Index | Thread Index | Old Index