On Mon, 17 May 2021 17:17:02 +0200
Stefano Garzarella <[email protected]> wrote:
> Commit cc3d15a5ea ("docs: rstfy s390 dasd ipl documentation")
> converted docs/devel/s390-dasd-ipl.txt to docs/devel/s390-dasd-ipl.rst.
>
> We still have several references to the old file, so let's fix them
> with the following command:
>
> sed -i s/s390-dasd-ipl.txt/s390-dasd-ipl.rst/ \
> $(git grep -l docs/devel/s390-dasd-ipl.txt)
>
> Signed-off-by: Stefano Garzarella <[email protected]>
> ---
> pc-bios/s390-ccw/dasd-ipl.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Cornelia Huck <[email protected]>