rationalize extensions in doc directory

rename text files to have .txt extension, etc
    update references to changed filenames
This commit is contained in:
nhkeni
2022-01-29 16:28:06 -05:00
parent 6feb4f09bc
commit 1647125f89
50 changed files with 22 additions and 22 deletions

View File

@@ -1,4 +1,4 @@
/* NetHack 3.7 display.c $NHDT-Date: 1638622699 2021/12/04 12:58:19 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.165 $ */
/* NetHack 3.7 display.c $NHDT-Date: 1643491545 2022/01/29 21:25:45 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.174 $ */
/* Copyright (c) Dean Luick, with acknowledgements to Kevin Darcy */
/* and Dave Cohrs, 1990. */
/* NetHack may be freely redistributed. See license for details. */
@@ -15,7 +15,7 @@
* what to draw at a given location. The routines for the vision system
* can be found in vision.c and vision.h. The routines for display can
* be found in this file (display.c) and display.h. The drawing routines
* are part of the window port. See doc/window.doc for the drawing
* are part of the window port. See doc/window.txt for the drawing
* interface.
*
* The display system deals with an abstraction called a glyph. Anything

View File

@@ -1,4 +1,4 @@
/* NetHack 3.7 options.c $NHDT-Date: 1642630919 2022/01/19 22:21:59 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.528 $ */
/* NetHack 3.7 options.c $NHDT-Date: 1643491546 2022/01/29 21:25:46 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.535 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Michael Allison, 2008. */
/* NetHack may be freely redistributed. See license for details. */
@@ -20,7 +20,7 @@ NEARDATA struct instance_flags iflags; /* provide linkage */
/*
* NOTE: If you add (or delete) an option, please review the following:
* doc/options.doc
* doc/options.txt
*
* It contains how-to info and outlines some required/suggested
* updates that should accompany your change.