swh:1:snp:3c665ee4f67729f27f2e40193ab88e7298cf0fef
Raw File
Tip revision: d1fdb6d8f6a4109a4263176c84b899076a5f8008 authored by Linus Torvalds on 09 June 2019, 03:24:46 UTC
Linux 5.2-rc4
Tip revision: d1fdb6d
conf.py
# -*- coding: utf-8; mode: python -*-

project = "Linux Filesystems API"

tags.add("subproject")

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