swh:1:snp:49cd9498d6cccc5e78252c27dcb645bcf7bf0c91
Raw File
Tip revision: 15ade5d2e7775667cf191cf2f94327a4889f8b9d authored by Linus Torvalds on 08 April 2019, 00:09:59 UTC
Linux 5.1-rc4
Tip revision: 15ade5d
conf.py
# -*- coding: utf-8; mode: python -*-

project = "Linux Memory Management Documentation"

tags.add("subproject")

latex_documents = [
    ('index', 'memory-management.tex', project,
     'The kernel development community', 'manual'),
]
back to top