Path.cpp 227 B

12345678910111213
  1. /*
  2. * Copyright (c) 2022, kleines Filmröllchen <filmroellchen@serenityos.org>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #include "Path.h"
  7. namespace Manual {
  8. LexicalPath const manual_base_path { "/usr/share/man" };
  9. }