File

man/Makefile @ 11024:1c7602c70d1f

mod_net_multiplex: Set read size/mode to that of the target listener Otherwise it would use the configured buffer size, or previously '*a'. Using the read size set by the listener seems more sensible.
author Kim Alvefur <zash@zash.se>
date Sun, 02 Aug 2020 00:24:54 +0200
parent 7032:817c7b197ac7
line wrap: on
line source

all: prosodyctl.man

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