]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
bpf, docs: Update ISA document title
authorDave Thaler <dthaler1968@googlemail.com>
Thu, 8 Feb 2024 22:14:49 +0000 (14:14 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 13 Feb 2024 22:14:15 +0000 (23:14 +0100)
* Use "Instruction Set Architecture (ISA)" instead of "Instruction Set
  Specification"
* Remove version number

As previously discussed on the mailing list at
https://mailarchive.ietf.org/arch/msg/bpf/SEpn3OL9TabNRn-4rDX9A6XVbjM/

Signed-off-by: Dave Thaler <dthaler1968@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: David Vernet <void@manifault.com>
Link: https://lore.kernel.org/bpf/20240208221449.12274-1-dthaler1968@gmail.com
Documentation/bpf/standardization/instruction-set.rst

index bdfe0cd0e499522190472d2112c2c4fc54b4355d..868d9f6177e36c86b189667d0f690cb0d5d47f36 100644 (file)
@@ -1,11 +1,11 @@
 .. contents::
 .. sectnum::
 
-=======================================
-BPF Instruction Set Specification, v1.0
-=======================================
+======================================
+BPF Instruction Set Architecture (ISA)
+======================================
 
-This document specifies version 1.0 of the BPF instruction set.
+This document specifies the BPF instruction set architecture (ISA).
 
 Documentation conventions
 =========================