svn commit: r362428 - stable/11/lib/libc/sys

Konstantin Belousov kib at FreeBSD.org
Sat Jun 20 04:42:24 UTC 2020


Author: kib
Date: Sat Jun 20 04:42:24 2020
New Revision: 362428
URL: https://svnweb.freebsd.org/changeset/base/362428

Log:
  MFC r362150:
  procctl(2): consistently refer to the data pointer as 'data'.

Modified:
  stable/11/lib/libc/sys/procctl.2
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/lib/libc/sys/procctl.2
==============================================================================
--- stable/11/lib/libc/sys/procctl.2	Sat Jun 20 04:41:04 2020	(r362427)
+++ stable/11/lib/libc/sys/procctl.2	Sat Jun 20 04:42:24 2020	(r362428)
@@ -40,7 +40,7 @@
 .Sh SYNOPSIS
 .In sys/procctl.h
 .Ft int
-.Fn procctl "idtype_t idtype" "id_t id" "int cmd" "void *arg"
+.Fn procctl "idtype_t idtype" "id_t id" "int cmd" "void *data"
 .Sh DESCRIPTION
 The
 .Fn procctl
@@ -77,7 +77,7 @@ Set process protection state.
 This is used to mark a process as protected from being killed if the system
 exhausts the available memory and swap.
 The
-.Fa arg
+.Fa data
 parameter must point to an integer containing an operation and zero or more
 optional flags.
 The following operations are supported:


More information about the svn-src-all mailing list