diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2000-08-12 23:53:11 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2000-08-12 23:53:11 +0000 |
| commit | 74e60901272f9173d7e6fa98673aa626cf535333 (patch) | |
| tree | 42a7f6fb5db93b9ecb5a55b79836b960cf4633be /bin | |
| parent | 8f250aa713de0d9891ad7c78b241bdd8c4129ae0 (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ls/ls.1 | 2 | ||||
| -rw-r--r-- | bin/ls/ls.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/ls/ls.1 b/bin/ls/ls.1 index 37ed1df4f5d3..7f48f12ae823 100644 --- a/bin/ls/ls.1 +++ b/bin/ls/ls.1 @@ -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 diff --git a/bin/ls/ls.c b/bin/ls/ls.c index 87cea2390d1c..afed06424192 100644 --- a/bin/ls/ls.c +++ b/bin/ls/ls.c @@ -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"); |
