Remove 'you' from man pages

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh
2022-12-06 09:50:56 -05:00
parent 06c3b1d499
commit 7665bbc127
220 changed files with 358 additions and 436 deletions

View File

@ -75,7 +75,7 @@ class Preprocessor():
fh_out.write("####> This option file is used in:\n")
used_by = ', '.join(x for x in self.used_by[optionfile])
fh_out.write(f"####> podman {used_by}\n")
fh_out.write("####> If you edit this file, make sure your changes\n")
fh_out.write("####> If file is edited, make sure the changes\n")
fh_out.write("####> are applicable to all of those.\n")
for line in fh_in:
if not line.startswith('####>'):