aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-13 20:16:33 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-13 20:17:09 +1200
commitf7e0e8afd841f2d390f4727be1dd556dcf3f5b07 (patch)
tree8e40a7103fa30000e6235d0c74beaa33ca4a6ce5 /man
parentAdd pit(1) (diff)
downloaddotfiles-f7e0e8afd841f2d390f4727be1dd556dcf3f5b07.tar.gz
dotfiles-f7e0e8afd841f2d390f4727be1dd556dcf3f5b07.zip
Add rfcf(1), rfcr(1), and rfct(1)
Diffstat (limited to 'man')
-rw-r--r--man/man1/rfcf.115
-rw-r--r--man/man1/rfcr.116
-rw-r--r--man/man1/rfct.119
3 files changed, 50 insertions, 0 deletions
diff --git a/man/man1/rfcf.1 b/man/man1/rfcf.1
new file mode 100644
index 00000000..2e60ee82
--- /dev/null
+++ b/man/man1/rfcf.1
@@ -0,0 +1,15 @@
+.TH RFCF 1 "July 2016" "Manual page for rfcf"
+.SH NAME
+.B rfcf
+\- fetch an RFC from the IETF site and write it to stdout
+.SH SYNOPSIS
+.B rfc
+1918
+.SH DESCRIPTION
+.B rfcf
+retrieves the RFC with the given number from the IETF website and writes its
+contents to stdout.
+.SH SEE ALSO
+rfct(1), rfcr(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/rfcr.1 b/man/man1/rfcr.1
new file mode 100644
index 00000000..00dcb219
--- /dev/null
+++ b/man/man1/rfcr.1
@@ -0,0 +1,16 @@
+.TH RFCR 1 "July 2016" "Manual page for rfcr"
+.SH NAME
+.B rfcr
+\- fetch and format an RFC from the IETF website and view it on a terminal
+.SH SYNOPSIS
+.B rfcr
+1918
+.SH DESCRIPTION
+.B rfcr
+retrieves the RFC with the given number from the IETF website with rfcf(1),
+formats it with rfct(1), and passes the output to pit(1) for either pager
+display or simple output.
+.SH SEE ALSO
+rfcf(1), rfct(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/rfct.1 b/man/man1/rfct.1
new file mode 100644
index 00000000..60d9d3d4
--- /dev/null
+++ b/man/man1/rfct.1
@@ -0,0 +1,19 @@
+.TH RFCT 1 "July 2016" "Manual page for rfct"
+.SH NAME
+.B rfct
+\- format the contents of an RFC for nicer reading
+.SH SYNOPSIS
+.B rfct
+rfc1918.txt
+.br
+rfcf 1918 |
+.B rfct
+.SH DESCRIPTION
+.B rfct
+strips page headers and footers and possibly other rubbish from the ASCII
+versions of RFC documents as retrieved from the IETF website and writes them to
+stdout.
+.SH SEE ALSO
+rfcf(1), rfcr(1)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>