On Fri, Mar 06, 2026 at 16:09:30 +0300, Valery Ushakov wrote: > On Thu, Mar 05, 2026 at 13:52:55 +0100, Martin Neitzel wrote: > > > Too bad we lost > > > > An Introduction to the Revision Control System PSD:13 > > RCS is a user-contributed tool for working together > > with other people without stepping on each other's > > toes. An alternative to sccs for controlling software > > changes. > > > > from /usr/share/doc/psd/ > > It's in the lite2 sources, pretty easy to add back.
Doh, it's in src/external/gpl2/rcs/dist/rcs.ms - so we don't even have to import anything... $ pic src/external/gpl2/rcs/dist/rcs.ms | nroff -ms | less On a linux you might need to use `nroff -c` to tell it to not use SGR color escapes. -uwe
