X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/bfe13c81a3a7d825dd821a5abcda7de006e32696..e0c897d03d05e34f8e84a6b34a74bfd798591864:/usr/src/usr.bin/more/cmd.h diff --git a/usr/src/usr.bin/more/cmd.h b/usr/src/usr.bin/more/cmd.h index da15744a22..548a1fa2ab 100644 --- a/usr/src/usr.bin/more/cmd.h +++ b/usr/src/usr.bin/more/cmd.h @@ -3,22 +3,20 @@ * Copyright (c) 1988 Regents of the University of California. * All rights reserved. * - * This code is derived from software contributed to Berkeley by - * Mark Nudleman. - * * Redistribution and use in source and binary forms are permitted * provided that the above copyright notice and this paragraph are * duplicated in all such forms and that any documentation, * advertising materials, and other materials related to such * distribution and use acknowledge that the software was developed - * by the University of California, Berkeley. The name of the + * by Mark Nudleman and the University of California, Berkeley. The + * name of Mark Nudleman or the * University may not be used to endorse or promote products derived * from this software without specific prior written permission. * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#)cmd.h 5.1 (Berkeley) %G% + * @(#)cmd.h 5.3 (Berkeley) %G% */ #define MAX_USERCMD 200 @@ -54,7 +52,6 @@ #define A_STAT 28 #define A_TOGGLE_OPTION 30 -#define A_VERSION 31 #define A_VISUAL 32 #define A_INVALID 100