mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-11-09 17:51:03 +00:00
14 lines
227 B
C++
14 lines
227 B
C++
|
|
/*
|
||
|
|
* Copyright (c) 2022, kleines Filmröllchen <filmroellchen@serenityos.org>
|
||
|
|
*
|
||
|
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "Path.h"
|
||
|
|
|
||
|
|
namespace Manual {
|
||
|
|
|
||
|
|
LexicalPath const manual_base_path { "/usr/share/man" };
|
||
|
|
|
||
|
|
}
|