diff options
author | June McEnroe <june@causal.agency> | 2019-11-27 16:23:14 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-11-27 16:23:14 -0500 |
commit | 88afef7b48f0aeb8ef748b4050583d919f5d9c6e (patch) | |
tree | 99a322b4179a8def2a85555ee7f2a3c32007892a /bin | |
parent | Document HISTFILE (diff) | |
download | src-88afef7b48f0aeb8ef748b4050583d919f5d9c6e.tar.gz src-88afef7b48f0aeb8ef748b4050583d919f5d9c6e.zip |
Rename bin.7 to README.7
GitHub be damned.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile | 9 | ||||
-rw-r--r-- | bin/README | 43 | ||||
-rw-r--r-- | bin/README.7 (renamed from bin/bin.7) | 0 |
3 files changed, 3 insertions, 49 deletions
diff --git a/bin/Makefile b/bin/Makefile index d3aeadd2..749acaf7 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -69,7 +69,7 @@ curl: meta ${BINS_CURL} tls: meta ${BINS_TLS} -meta: tags .gitignore README +meta: tags .gitignore # Binaries @@ -122,16 +122,13 @@ ${HTMLS}: html.sh hi ttpre .y.html: sh html.sh $< man1/${<:.y=.1} > $@ -index.html: Makefile bin.7 - sh html.sh Makefile bin.7 \ +index.html: Makefile README.7 + sh html.sh Makefile README.7 \ | sed -E 's,([a-z0-9-]+)[(][1-9][)],<a href="\1.html">&</a>,' \ > index.html # Meta -README: bin.7 - mandoc bin.7 | col -bx > README - scheme.png: scheme ./scheme -gt > scheme.png diff --git a/bin/README b/bin/README deleted file mode 100644 index bfbfa203..00000000 --- a/bin/README +++ /dev/null @@ -1,43 +0,0 @@ -BIN(7) FreeBSD Miscellaneous Information Manual BIN(7) - -NAME - bin – various utilities - -DESCRIPTION - Various tools primarily targeting Darwin, FreeBSD and NetBSD. Some tools - target Linux. - - aes(1) fullwidth output - beef(1) Befunge-93 interpreter - bit(1) calculator - bri(1) backlight brightness control - dtch(1) detached sessions - edit(1) interactive script - ever(1) watch files - fbatt(1) framebuffer battery indicator - fbclock(1) framebuffer clock - glitch(1) PNG glitcher - hi(1) syntax highlighter - hnel(1) PTY input remapper - modem(1) fixed baud rate wrapper - order(1) operator precedence - pbd(1) macOS pasteboard daemon - pngo(1) PNG optimizer - psf2png(1) PSF2 to PNG renderer - psfed(1) PSF2 font editor - ptee(1) tee for PTYs - relay(1) IRC relay bot - scheme(1) color scheme - setopt(1) quoting getopt - shotty(1) terminal capture - title(1) page titles - ttpre(1) man output to HTML - up(1) upload file - when(1) date calculator - xx(1) hexdump - - One piece of reused code. - - png(3) basic PNG output - -Causal Agency September 3, 2019 Causal Agency diff --git a/bin/bin.7 b/bin/README.7 index 98717614..98717614 100644 --- a/bin/bin.7 +++ b/bin/README.7 |