HomeFreeBSD

Fix the last example to really replace all occurrences of the search string

Description

Fix the last example to really replace all occurrences of the search string
in the file by adding the global (g) option at the end. Without it, only the
first match is replaced, subsequent ones are ignored. The intention of the
example is to demonstrate something else, but adding the g matches the example
to what the description says.

Discussed with: brd (on IRC)
MFC after: 1 week

Details

Provenance
bcrAuthored on
Parents
rS317377: MFC r302788, r303026, r305471
Branches
Unknown
Tags
Unknown