mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-05 09:14:03 +00:00
Correct spelling: depricated -> deprecated.
This commit is contained in:
parent
8f250aa713
commit
74e6090127
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=64570
@ -91,7 +91,7 @@ a percent sign (%) after each whiteout,
|
||||
and a vertical bar (|) after each that is a
|
||||
.Tn FIFO .
|
||||
.It Fl G
|
||||
This flag has been depricated. Please use the
|
||||
This flag has been deprecated. Please use the
|
||||
.Ev CLICOLOR environment variable instead.
|
||||
.It Fl H
|
||||
Symbolic links on the command line are followed. This option is assumed if
|
||||
|
@ -203,7 +203,7 @@ main(argc, argv)
|
||||
break;
|
||||
case 'G':
|
||||
#ifdef COLORLS
|
||||
(void)fprintf(stderr, "The -G flag is depricated, please define CLICOLOR instead.\n");
|
||||
(void)fprintf(stderr, "The -G flag is deprecated, please define CLICOLOR instead.\n");
|
||||
setenv("CLICOLOR", "", 1);
|
||||
#else
|
||||
(void)fprintf(stderr, "Color support not compiled in.\n");
|
||||
|
Loading…
Reference in New Issue
Block a user