[Forensics-changes] [yara] 102/192: Fix incorrect examples (#608)

Hilko Bengen bengen at moszumanska.debian.org
Sat Jul 1 10:31:52 UTC 2017


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to annotated tag v3.6.0
in repository yara.

commit 84916dd8dc5ba9c12a5a66d8e8a448430ea3a878
Author: Jacob Baines <baines.jacob at gmail.com>
Date:   Wed Feb 15 03:35:16 2017 -0500

    Fix incorrect examples (#608)
---
 docs/modules/elf.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/modules/elf.rst b/docs/modules/elf.rst
index 070e585..54577c6 100644
--- a/docs/modules/elf.rst
+++ b/docs/modules/elf.rst
@@ -94,7 +94,7 @@ Reference
 
         Section's name.
 
-        *Example: elf.section[3].name == ".bss"*
+        *Example: elf.sections[3].name == ".bss"*
 
     .. c:member:: size
 
@@ -183,7 +183,7 @@ Reference
 
             The section contains executable machine instructions.
 
-        *Example: elf.section[2].flags & elf.SHF_WRITE*
+        *Example: elf.sections[2].flags & elf.SHF_WRITE*
 
 
 .. c:type:: number_of_segments

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git



More information about the forensics-changes mailing list