/
githubmirror
/
audit-userspace
Обзор
Документация
Войти
/
githubmirror
/
audit-userspace
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
docs/audit_detect_machine.3
25 строк
628 B
Steve Grubb
Align man pages to glibc style
30 июн 2025, 03:29
30 июн 2025, 03:29
b13faa3
Код
Авторство
О чём код?
.TH "AUDIT_DETECT_MACHINE" "3" "Oct 2006" "Red Hat" "Linux Audit API" .SH NAME audit_detect_machine \- Detects the current machine type .SH "SYNOPSIS" .nf .B #include <libaudit.h> .PP .BI "int audit_detect_machine(void);" .fi .SH "DESCRIPTION" audit_detect_machine queries uname and converts the kernel machine string to an enum value defined in machine_t. The machine type is needed for any use of the audit_name_to_syscall function. .SH "RETURN VALUE" Returns \-1 if an error occurs; otherwise, the return value is the machine's type. .SH "SEE ALSO" .BR uname (3), .BR audit_name_to_syscall (3). .SH AUTHOR Steve Grubb