From 19d701ddf07d855128ded0cf2b573ce468e3bdd6 Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Wed, 20 Jan 2016 01:10:01 +0000 Subject: Removing Suricata and Audit from source repo, and updated build.sh to avoid building suricata. Will re-address this in C release via tar balls. Change-Id: I3710076f8b7f3313cb3cb5260c4eb0a6834d4f6e Signed-off-by: Ashlee Young --- framework/src/audit/docs/audit_detect_machine.3 | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 framework/src/audit/docs/audit_detect_machine.3 (limited to 'framework/src/audit/docs/audit_detect_machine.3') diff --git a/framework/src/audit/docs/audit_detect_machine.3 b/framework/src/audit/docs/audit_detect_machine.3 deleted file mode 100644 index e6c55b36..00000000 --- a/framework/src/audit/docs/audit_detect_machine.3 +++ /dev/null @@ -1,23 +0,0 @@ -.TH "AUDIT_DETECT_MACHINE" "3" "Oct 2006" "Red Hat" "Linux Audit API" -.SH NAME -audit_detect_machine \- Detects the current machine type -.SH "SYNOPSIS" -.B #include -.sp -int audit_detect_machine (void); - -.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 -- cgit 1.2.3-korg