mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
Some fixups with wrongly highlighted words
Signed-off-by: Mikhail S. Pobolovets <styx.mp@gmail.com>
This commit is contained in:
parent
758ab591d8
commit
08469a001e
@ -17,7 +17,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
|
||||
/** \file cons.handler.c
|
||||
* \brief Source: client interface for General purpose Linux console save/restore server
|
||||
* \brief Source: client %interface for General purpose Linux console save/restore server
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -32,7 +32,7 @@
|
||||
Seeing other peoples consoles is bad thing, but believe me, full
|
||||
root is even worse. */
|
||||
|
||||
/** \file cons.handler.c
|
||||
/** \file cons.saver.c
|
||||
* \brief Source: general purpose Linux console screen save/restore server
|
||||
*
|
||||
* This code does _not_ need to be setuid root. However, it needs
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
/** \file global.h
|
||||
* \brief Header: global definitions for compatibility
|
||||
* \brief Header: %global definitions for compatibility
|
||||
*
|
||||
* This file should be included after all system includes and before all local includes.
|
||||
*/
|
||||
|
@ -20,7 +20,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
/** \file listmod.c
|
||||
/** \file listmode.c
|
||||
* \brief Source: directory panel listing format editor
|
||||
*/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
|
||||
/** \file listmod.h
|
||||
/** \file listmode.h
|
||||
* \brief Header: directory panel listing format editor
|
||||
*/
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
/** \file selcodepage.c
|
||||
* \brief Source: user interface for charset selection
|
||||
* \brief Source: user %interface for charset %selection
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
@ -1,6 +1,6 @@
|
||||
|
||||
/** \file selcodepage.h
|
||||
* \brief Header: user interface for charset selection
|
||||
* \brief Header: user %interface for charset %selection
|
||||
*/
|
||||
|
||||
#ifndef MC_SELCODEPAGE_H
|
||||
|
@ -22,7 +22,7 @@
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
|
||||
/** \file slint.c
|
||||
* \brief Source: slang interface to the Midnight Commander
|
||||
* \brief Source: slang %interface to the Midnight Commander
|
||||
* \warning This module will be removed soon
|
||||
*/
|
||||
|
||||
|
@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
/** \file tty.c
|
||||
* \brief Source: interface to the terminal controlling library
|
||||
* \brief Source: %interface to the terminal controlling library
|
||||
*/
|
||||
|
||||
#include <config.h>
|
||||
|
13
src/tty.h
13
src/tty.h
@ -1,17 +1,16 @@
|
||||
|
||||
/** \file tty.h
|
||||
* \brief Header: interface to the terminal controlling library
|
||||
* \brief Header: %interface to the terminal controlling library
|
||||
*
|
||||
* This file is the %interface to the terminal controlling library:
|
||||
* ncurses, slang or the built-in slang. It provides an additional
|
||||
* layer of abstraction above the "real" libraries to keep the number
|
||||
* of ifdefs in the other files small.
|
||||
*/
|
||||
|
||||
#ifndef MC_TTY_H
|
||||
#define MC_TTY_H
|
||||
|
||||
/*
|
||||
This file is the interface to the terminal controlling library---
|
||||
ncurses, slang or the built-in slang. It provides an additional
|
||||
layer of abstraction above the "real" libraries to keep the number
|
||||
of ifdefs in the other files small.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_SLANG
|
||||
# include "myslang.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
|
||||
|
||||
/** \file util.c
|
||||
/** \file
|
||||
* \brief Source: various utilities
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user