CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/05/21 07:42:02
Modified files:
etc : netstart
distrib/miniroot: install.sub
Log message:
Fix stripcom() description wrt. comments not on their own line
Neither netstart's nor install.sub's (subtly different) implementations
remove trailing comments on lines not starting as a comment, e.g.,
lines like "up #not down" go through unaltered and without "#not down"
being removed.
Only lines *beginning* with the comment sign ("#") are stripped.
No functional change, just updating function descriptions.