summaryrefslogtreecommitdiff
path: root/Userland/Utilities/man.cpp
AgeCommit message (Expand)Author
2022-07-12Userland: Convert command line arguments to String/StringViewsin-ack
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-17man: Center "SerenityOS manual" titlexSlendiX
2022-01-07man: Fix error handling when section is specifiedJulian Eigmüller
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-24man: Use LibCore syscall wrappers for pipe2() and dup2()Andreas Kling
2021-11-24man: Port to LibMain :^)Andreas Kling
2021-09-11AK: Replace the mutable String::replace API with an immutable versionIdan Horowitz
2021-07-07Userland: Add pager option to man and use less by defaultPeter Elliott
2021-06-01Userland: Replace most printf-style APIs with AK::Format APIs :^)Linus Groh
2021-05-17Utilities: Correct non-standard assert macros includesJean-Baptiste Boric
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-16Everywhere: Convert a handful of String::format() => formatted()Andreas Kling
2021-01-12Userland: Move command-line utilities to Userland/Utilities/Andreas Kling