ladybird/Base/usr/share/man/man5
Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String
This commit un-deprecates DeprecatedString, and repurposes it as a byte
string.
As the null state has already been removed, there are no other
particularly hairy blockers in repurposing this type as a byte string
(what it _really_ is).

This commit is auto-generated:
  $ xs=$(ack -l \bDeprecatedString\b\|deprecated_string AK Userland \
    Meta Ports Ladybird Tests Kernel)
  $ perl -pie 's/\bDeprecatedString\b/ByteString/g;
    s/deprecated_string/byte_string/g' $xs
  $ clang-format --style=file -i \
    $(git diff --name-only | grep \.cpp\|\.h)
  $ gn format $(git ls-files '*.gn' '*.gni')
2023-12-17 18:25:10 +03:30
..
GML LibGUI: Add DynamicWidgetContainter 2023-12-14 09:07:20 -07:00
af.md
clipboard.md Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
drag-and-drop.md
font.md
getopt.md
GML.md LibGUI: Add DynamicWidgetContainter 2023-12-14 09:07:20 -07:00
ini.md
installed.md Base: Specify the installed.db port database format 2023-10-04 22:28:05 +02:00
ipc.md Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Network.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
postcreate.md Everywhere: Run spellcheck on all documentation 2023-05-07 01:05:09 +02:00
pp.md
presenter.md Presenter: Fix unintentional U+00A0 codepoint in text 2023-02-16 22:07:07 +00:00
Shell.md Shell: Remove '#' from the list of acceptable bareword characters 2023-10-29 01:35:40 +03:30
SystemServer.md