Chris Marusich (2016-02-23 10:01 +0300) wrote: > Hi, > > Thank you for the high quality documentation! Here's a patch to fix some > minor typos in the manual. Since "git send-email" doesn't work yet out > of the box on GuixSD (for me, at least), I've attached the patch by > hand.
To make "git send-email" work, you need to install "send-email" output of "git" package: guix package -i git:send-email [...] > @cindex PID 1 > @cindex init system > -The @code{(gnu services shepherd)} provides a way to define services > -managed by the GNU@tie{}Shepherd, which is GuixSD initialization > -system---the first process that is started when the system boots, > -aka. PID@tie{}1 (@pxref{Introduction,,, shepherd, The GNU Shepherd > -Manual}). > +The module @code{(gnu services shepherd)} provides a way to define I would rather write: "The @code{(gnu services shepherd)} module ..." But I don't know if it's preferable or not, other opinions are needed. The rest fixes look good to me. -- Alex