diff --git a/genprotimg/man/Makefile b/genprotimg/man/Makefile index e60bab45..0094d34c 100644 --- a/genprotimg/man/Makefile +++ b/genprotimg/man/Makefile @@ -4,8 +4,8 @@ include ../../common.mak all: install: - $(INSTALL) -d -m 755 $(DESTDIR)$(MANDIR)/man8 - $(INSTALL) -m 644 -c genprotimg.8 $(DESTDIR)$(MANDIR)/man8 + $(INSTALL) -d -m 755 $(DESTDIR)$(MANDIR)/man1 + $(INSTALL) -m 644 -c genprotimg.1 $(DESTDIR)$(MANDIR)/man1 clean: diff --git a/genprotimg/man/genprotimg.8 b/genprotimg/man/genprotimg.1 similarity index 99% rename from genprotimg/man/genprotimg.8 rename to genprotimg/man/genprotimg.1 index 460c1d79..90b54c0c 100644 --- a/genprotimg/man/genprotimg.8 +++ b/genprotimg/man/genprotimg.1 @@ -2,7 +2,7 @@ .\" s390-tools is free software; you can redistribute it and/or modify .\" it under the terms of the MIT license. See LICENSE for details. .\" -.TH GENPROTIMG 8 "November 2020" "s390-tools" +.TH GENPROTIMG 1 "May 2022" "s390-tools" .SH NAME genprotimg \- Create a protected virtualization image