On 13/09/2016 00:09, matthew green wrote: > that never stopped them being referenced before. infact, the macros > appear know what they mean because it transforms: > > .Bx 4.3 tahoe . > > into: > > The shells file format appeared in 4.3BSD-Tahoe. > > ie, it capitalises and adds the dash. i think it matter because there > was a very long time between each of 4.3, reno, tahoe, 4.4 (closed) > and 4.4-lite (and lite2).
For memfs support, it was actually covered in the 4.4BSD Release notes. https://groups.google.com/d/msg/comp.unix.bsd/hZYO7xTDqQ8/NE-S-HWH9-wJ "We have also added amemory-based filesystem that runs in pageable memory, allowing large temporary filesystems without requiring dedicated physical memory." I can't seem to find the 4.3BSD-Reno release notes at the moment, but the convention is interim releases do not count. There are examples of that where 4.2BSD is being referenced in inherited man pages when in-fact the tools actually showed up in 4.1{a,b,c}. Sevan