Revision bd415b5c9552d44069d4e7c1e018b6d42f25af9e authored by Randy Dunlap on 08 May 2023, 05:59:28 UTC, committed by Jonathan Corbet on 16 May 2023, 18:55:35 UTC
Use the :Author: markup instead of making it a chapter heading.
This cleans up the table of contents for this file.

Fixes: 7f46a240b0a1 ("[PATCH] ramfs, rootfs, and initramfs docs")
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Rob Landley <rob@landley.net>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Link: https://lore.kernel.org/r/20230508055928.3548-1-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 7b38ecf
Raw File
rsapubkey.asn1
RsaPubKey ::= SEQUENCE {
	n INTEGER ({ rsa_get_n }),
	e INTEGER ({ rsa_get_e })
}
back to top