summary refs log tree commit diff
path: root/doc/rfc/rfc.in
blob: adf297ebeacd7db5e4507032451a0985ae821f08 (plain) (blame)
1
2
3
4
5
6
7
8
#!/bin/sh
set -eu

rfc=%%PREFIX%%/share/rfc/"rfc${1:--index}.txt"
tags=$(mktemp -t rfc)
trap 'rm "${tags}"' EXIT
%%PREFIX%%/bin/rfctags "${rfc}" >"${tags}"
${PAGER:-less} -T "${tags}" "${rfc}"
dabc55ce20cb03b5c4ca703ab0c14b4d&follow=1'>Switch to timespec for timeoutsJune McEnroe Can be passed to ppoll(2) directly. 2020-08-14Implement serviceStartJune McEnroe 2020-08-14Flesh out Service structJune McEnroe 2020-08-14Build environment for servicesJune McEnroe 2020-08-14Implement spawntab parsingJune McEnroe 2020-08-14Open syslog, daemonize, write PIDJune McEnroe 2020-08-14Implement user and group lookupJune McEnroe 2020-08-14Add install targetJune McEnroe 2020-08-14Add spawnd skeletonJune McEnroe