summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibManual/Path.cpp
blob: d6f09c9646d9918b3397e0224f7bcdef11d358b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * 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" };

}