1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 05:38:11 +00:00
serenity/Base/usr/share/man/man1
Kemal Zebari 1d43bfc598 base64: Implement -w/--wrap
This is an option supported by coreutils, so we might as well support
it too.

It allows users to wrap their encoded output after the "column" value
they provide.

This commit also has the Markdown look more like what we see
when running ArgsParser::print_usage_markdown() (and it fixes some
of the examples).
2024-01-21 21:54:51 -05:00
..
Applications Base: Improve About, AnalogClock & Assistant manpages 2024-01-12 17:14:59 -07:00
abench.md Base: Add documentation for abench 2021-12-20 23:15:22 -08:00
aconv.md aconv: Support FLAC encoding 2023-08-12 12:25:26 -06:00
adjtime.md Base: Unify synopsis format in manpages 2021-02-20 16:05:20 +01:00
allocate.md Utilities/allocate: Modernize the code a bit 2023-07-05 08:34:51 +02:00
aplay.md Base: Modernize aplay documentation 2022-01-14 21:37:23 +01:00
Applications.md Base: Add manpage for Pixel Paint 2024-01-04 12:08:37 -07:00
arp.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
asctl.md AudioServer+Userland: Decouple client sample rates from device rate 2023-07-01 23:27:24 +01:00
base64.md base64: Implement -w/--wrap 2024-01-21 21:54:51 -05:00
basename.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
beep.md Kernel+Userland: Add option for duration of /dev/beep producing sound 2023-11-03 15:19:33 +01:00
bt.md Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00
cal.md cal: Add the -y option to show the current year 2023-04-25 01:54:53 -06:00
cat.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
checksum.md checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
chgrp.md chgrp: Add support for multiple file paths 2023-06-26 19:26:20 +02:00
chmod.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
chown.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
chres.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
clear.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
cmp.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
comm.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
config.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
copy.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
cp.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
crash.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
cut.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
date.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
dd.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
diff.md Base: Update diff(1) man page to latest set of options 2023-07-05 10:26:48 +01:00
dirname.md Base: Add man page for dirname(1) 2023-06-22 17:26:51 -04:00
drain.md Base: Add manual page for drain(1) 2023-12-12 06:44:10 -05:00
du.md du: Add -x option to not traverse directories across filesystems 2023-10-19 14:41:09 +02:00
echo.md echo: Support octal, hexadecimal and unicode escape sequences 2021-08-31 16:49:45 +02:00
env.md Base: Add man page for env 2023-06-26 19:27:45 +02:00
expr.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
file.md file: Add -b option to omit file name from output 2023-07-21 19:32:43 -04:00
find.md find: Add the -path and -ipath options 2023-10-18 06:36:34 -04:00
fortune.md fortune: Use simple formatting when stdout isn't connected to a terminal 2023-08-06 08:58:00 +02:00
gml-format.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
grep.md grep: Hyperlink filenames in tty 2023-10-06 08:10:00 +02:00
groups.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
gunzip.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
gzip.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
head.md head(1): Fix typo in flag name 2023-11-16 19:54:04 +01:00
host.md host: Use ArgsParser to parse arguments, and add man page (#1252) 2020-02-20 15:12:55 +01:00
id.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
ifconfig.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
image2bin.md LibGfx: Rename JPGLoader to JPEGLoader 2023-02-18 23:56:24 +01:00
jail-attach.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
jail-create.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
js.md js: Add a command line argument to evaluate a string as a script 2022-02-10 10:26:12 +00:00
json.md Base: Use new global variables at /sys/kernel/ directory 2022-10-25 15:33:34 -06:00
keymap.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
ldd.md Utilities: Introduce the ldd utility 2022-12-31 05:06:39 -07:00
less.md less: Add the -F option to quit if the input fits on one screen 2023-09-27 20:00:34 +02:00
listdir.md Utilities: Add the listdir utility 2024-01-13 19:01:07 -07:00
ls.md ls: Add the -g option to omit owner information in long format 2023-09-27 19:58:17 +02:00
lsjails.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
lsof.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
man.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
md.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
md5sum.md Base: Fix Markdown links in man pages 2021-09-11 15:17:44 +02:00
memstat.md Utilities: Add the memstat utility 2023-07-05 08:34:51 +02:00
mkdir.md mkdir: Add -v option to print a message for each created directory 2023-06-22 22:35:30 +02:00
mktemp.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
more.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
mv.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
nc.md nc: Add -n option to suppress name resolution 2023-04-26 12:33:25 -06:00
netstat.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
nl.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
nohup.md Base: Add man page for nohup 2023-07-12 10:11:24 +03:30
notify.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
ntpquery.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
open.md Everywhere: Change from http to https where feasible 2021-10-05 02:08:08 +02:00
passwd.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
pgrep.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
pidof.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
pkg.md pkg: Parse dependencies as part of the main port entry 2023-10-04 22:28:05 +02:00
pkill.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
pmap.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
pmemdump.md markdown-check: Check that no old-style inter-manpage links are used 2023-01-08 13:35:29 +01:00
printf.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
profile.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
ps.md ps: Add the -o option to specify a user-defined column format 2023-07-19 11:21:59 +01:00
pwd.md Base: Add a man-page for pwd(1) 2022-06-13 17:44:54 -07:00
readelf.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
readlink.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
realpath.md Base: Add man page for realpath 2023-10-02 20:56:38 +02:00
reboot.md Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory 2022-10-25 15:33:34 -06:00
rev.md rev: Document the '-' filename 2022-10-06 16:06:50 +01:00
rm.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
rmdir.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
sha1sum.md Base: Fix Markdown links in man pages 2021-09-11 15:17:44 +02:00
sha256sum.md Base: Fix Markdown links in man pages 2021-09-11 15:17:44 +02:00
sha512sum.md Base: Fix Markdown links in man pages 2021-09-11 15:17:44 +02:00
Shell.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
shot.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
shuf.md Base: Add man page for shuf 2023-05-18 21:06:37 -06:00
shutdown.md Kernel+Userland: Move /sys/firmware/power_state to /sys/kernel directory 2022-10-25 15:33:34 -06:00
sleep.md Base: Add more manpages for command-line utilities 2021-07-03 09:08:25 +02:00
slugify.md Utilities: Implement slugify using AK/Slugify 2023-10-30 10:39:59 +00:00
sort.md sort: Add the -z option to split lines on \0 rather than a newline 2023-08-27 15:42:46 -04:00
sql.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
stat.md Base: Add manpages for which(1) and stat(1) 2022-11-07 19:19:09 +00:00
strace.md Base: Stop generating strace(1) manpage 2023-07-06 10:41:49 +01:00
strings.md strings: Add -o option as an alias for -t o 2023-06-26 19:28:42 +02:00
su.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
syscall.md Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
tail.md Base: Update tail(1) man page 2022-11-02 21:29:20 -06:00
tar.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
test-js.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
test.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
timezone.md Base: Add a man page for the timezone utility 2022-01-28 23:18:17 +00:00
top.md Base: Add man page for top 2023-05-13 17:05:05 +02:00
touch.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
tr.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
traceroute.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
tree.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
truncate.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
uname.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
uniq.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
unveil.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
unzip.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
uptime.md Base: Add uptime(1) manpage 2022-07-10 11:41:45 +01:00
UserspaceEmulator.md Base: Remove trailing colons from man page headings 2023-04-01 11:49:57 +01:00
utmpupdate.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
w.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
wallpaper.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
watch.md Base: Update man pages for utilities 2023-04-01 11:49:57 +01:00
wc.md wc: Add -L option to show the length of the longest line 2023-06-23 06:24:33 +02:00
which.md Base: Add manpages for which(1) and stat(1) 2022-11-07 19:19:09 +00:00
whoami.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
xargs.md Help+Base: Add help://man URLs for links between man pages 2022-01-11 00:24:57 +01:00
yes.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00
zip.md Base: Expand "See Also" sections of many manpages 2023-07-06 10:03:48 +01:00