File

man/Makefile @ 11695:1573099157c9

net.server_epoll: Propagate returns from opportunistic writes So that if a write ends up writing directly to the socket, it gets the actual return value
author Kim Alvefur <zash@zash.se>
date Fri, 16 Jul 2021 01:21:05 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

%.man: %.markdown
	pandoc -s -t man -o $@ $^