Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Apr 2025 18:37:21 GMT
From:      Jens Schweikhardt <schweikh@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6c58229d12fe - main - The exec(2) man page does not exist; refer to execve(2) which does.
Message-ID:  <202504191837.53JIbLt1035207@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by schweikh:

URL: https://cgit.FreeBSD.org/src/commit/?id=6c58229d12fea51ae28a12116c3fdae5f422a141

commit 6c58229d12fea51ae28a12116c3fdae5f422a141
Author:     Jens Schweikhardt <schweikh@FreeBSD.org>
AuthorDate: 2025-04-19 18:36:21 +0000
Commit:     Jens Schweikhardt <schweikh@FreeBSD.org>
CommitDate: 2025-04-19 18:36:21 +0000

    The exec(2) man page does not exist; refer to execve(2) which does.
---
 sbin/veriexec/veriexec.8   | 4 ++--
 share/man/man4/filemon.4   | 4 ++--
 usr.sbin/pmcstat/pmcstat.8 | 8 ++++----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/sbin/veriexec/veriexec.8 b/sbin/veriexec/veriexec.8
index 3c85957357f5..8e99f1d61faf 100644
--- a/sbin/veriexec/veriexec.8
+++ b/sbin/veriexec/veriexec.8
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 .\" OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd August 1, 2024
+.Dd April 19, 2025
 .Dt VERIEXEC 8
 .Os
 .Sh NAME
@@ -109,7 +109,7 @@ state.
 .It Ar enforce
 .Xr mac_veriexec 4
 will fail attempts to
-.Xr exec 2
+.Xr execve 2
 or
 .Xr open 2
 files with
diff --git a/share/man/man4/filemon.4 b/share/man/man4/filemon.4
index b6755494e432..34cb322dec90 100644
--- a/share/man/man4/filemon.4
+++ b/share/man/man4/filemon.4
@@ -29,7 +29,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd July 30, 2024
+.Dd April 19, 2025
 .Dt FILEMON 4
 .Os
 .Sh NAME
@@ -72,7 +72,7 @@ The next log entry may be lacking an absolute path or be inaccurate.
 .It Ql D
 .Xr unlink 2
 .It Ql E
-.Xr exec 2
+.Xr execve 2
 .It Ql F
 .Xr fork 2 ,
 .Xr vfork 2
diff --git a/usr.sbin/pmcstat/pmcstat.8 b/usr.sbin/pmcstat/pmcstat.8
index 02218a5cfa22..edb9ff106092 100644
--- a/usr.sbin/pmcstat/pmcstat.8
+++ b/usr.sbin/pmcstat/pmcstat.8
@@ -23,7 +23,7 @@
 .\" out of the use of this software, even if advised of the possibility of
 .\" such damage.
 .\"
-.Dd May 31, 2023
+.Dd April 19, 2025
 .Dt PMCSTAT 8
 .Os
 .Sh NAME
@@ -485,16 +485,16 @@ The number of callchain records that had an
 value for a return address.
 .It "#exec handling errors"
 The number of
-.Xr exec 2
+.Xr execve 2
 events in the log file that named executables that could not be
 analyzed.
 .It "#exec/elf"
 The number of
-.Xr exec 2
+.Xr execve 2
 events that named ELF executables.
 .It "#exec/unknown"
 The number of
-.Xr exec 2
+.Xr execve 2
 events that named executables with unrecognized formats.
 .It "#samples/total"
 The total number of samples in the log file.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202504191837.53JIbLt1035207>