Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
751c11c2
...
751c11c2e7876f685da3bedddccadc22cd97c05c
authored
2006-12-29 13:13:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(doc): Remove leftover \v
1 parent
d164254b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
mimeview/mimeview.c
mimeview/mimeview.c
View file @
751c11c
...
...
@@ -26,8 +26,9 @@
#include <sys/wait.h>
const
char
*
program_version
=
"mimeview ("
PACKAGE_STRING
")"
;
static
char
doc
[]
=
N_
(
"GNU mimeview -- display files, using mailcap mechanism.\
Default mime.types file is "
)
DEFAULT_CUPS_CONFDIR
"/mime.types"
static
char
doc
[]
=
N_
(
"GNU mimeview -- display files, using mailcap mechanism."
)
"
\v
"
N_
(
"Default mime.types file is "
)
DEFAULT_CUPS_CONFDIR
"/mime.types"
N_
(
"
\n\n
Debug flags are:
\n
\
g - Mime.types parser traces
\n
\
l - Mime.types lexical analyzer traces
\n
\
...
...
Please
register
or
sign in
to post a comment