From 122ba6eba5be69b702f837062caf74e7401928c5 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Tue, 16 Feb 2021 22:09:31 +0100 Subject: [PATCH] Update deprecated feature examples Those have been removed, lol --- src/asm/rgbasm.1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/asm/rgbasm.1 b/src/asm/rgbasm.1 index 81946421..f34fe685 100644 --- a/src/asm/rgbasm.1 +++ b/src/asm/rgbasm.1 @@ -231,10 +231,10 @@ This warning is enabled by .Fl Wall . .It Fl Wno-obsolete Warn when obsolete constructs such as the -.Ic jp [hl] -instruction or -.Ic HOME -section type are encountered. +.Ic _PI +constant or +.Ic PRINTT +directive are encountered. .It Fl Wshift Warn when shifting right a negative value. Use a division by 2^N instead.