]> granicus.if.org Git - procps-ng/commitdiff
docs: Change name of fprocopen man page
authorCraig Small <csmall@enc.com.au>
Wed, 28 Feb 2018 10:24:03 +0000 (21:24 +1100)
committerCraig Small <csmall@enc.com.au>
Wed, 28 Feb 2018 10:24:03 +0000 (21:24 +1100)
Add NEWS for sysctl large buffers
Rename manpage to fprocopen

References:
 be6b048a41b0a47ebed602d9e0993fe18c9de237
 procps-ng/procps!56

Makefile.am
NEWS
proc/fprocopen.3 [moved from proc/procio.3 with 96% similarity]

index 4961deff343d3ba32e98c979b9e9a987a0b61f01..c3b5386d7a9e4324633e38bdb3f8cdf1b6a7903e 100644 (file)
@@ -272,7 +272,7 @@ proc_libprocps_la_include_HEADERS = \
        proc/whattime.h
 
 dist_man_MANS += \
-       proc/procio.3 \
+       proc/fprocopen.3 \
        proc/openproc.3 \
        proc/readproc.3 \
        proc/readproctab.3
diff --git a/NEWS b/NEWS
index b390b6af2709c29586659b736a6e16a41abbfc4f..dd741347dc8e3745b05481299635cc0bcfdbf3b0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ procps-ng-NEXT
   * ps: display NUMA node under which a thread ran         issue #58
   * sysctl: Permit empty string for value                  issue #74
   * sysctl: Don't segv when file not available             issue #76
+  * sysctl: Read and write large buffers                   request #56
   * top: add config file support for XDG specification
   * top: eliminated minor libnuma memory leak
   * top: show fewer memory decimal places (configurable)   issue #50
similarity index 96%
rename from proc/procio.3
rename to proc/fprocopen.3
index 0b3bdb6cd308dae46d648078619afd75a57552cc..043b0b80f18302acfa179cacb9bf33f607059a82 100644 (file)
@@ -16,7 +16,7 @@
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
-.TH PROCIO 3 "16 January 2018" "Linux Manpage" "Linux Programmer's Manual"
+.TH FPROCOPEN 3 "16 January 2018" "Linux Manpage" "Linux Programmer's Manual"
 .SH NAME
 fprocopen \- stream open functions on files below /proc/##
 .SH SYNOPSIS