diff options
| author | Clint Adams <clint@users.sourceforge.net> | 2006-09-15 22:15:44 +0000 |
|---|---|---|
| committer | Clint Adams <clint@users.sourceforge.net> | 2006-09-15 22:15:44 +0000 |
| commit | a259e097b5374f1a7f2774e8cf2787ac132318c3 (patch) | |
| tree | e1b54879f256f6a05a20a410055442db9ae75481 /Src/Builtins | |
| parent | unposted: replace elided colon (diff) | |
| download | zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.tar zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.tar.gz zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.tar.bz2 zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.tar.lz zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.tar.xz zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.tar.zst zsh-a259e097b5374f1a7f2774e8cf2787ac132318c3.zip | |
unposted: spacing fix
Diffstat (limited to 'Src/Builtins')
| -rw-r--r-- | Src/Builtins/rlimits.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Src/Builtins/rlimits.c b/Src/Builtins/rlimits.c index 9253ef650..88c7602af 100644 --- a/Src/Builtins/rlimits.c +++ b/Src/Builtins/rlimits.c @@ -345,13 +345,13 @@ printulimit(char *nam, int lim, int hard, int head) # ifdef HAVE_RLIMIT_NICE case RLIMIT_NICE: if (head) - printf("-e: max nice "); + printf("-e: max nice "); break; # endif /* HAVE_RLIMIT_NICE */ # ifdef HAVE_RLIMIT_RTPRIO case RLIMIT_RTPRIO: if (head) - printf("-r: max rt priority "); + printf("-r: max rt priority "); break; # endif /* HAVE_RLIMIT_RTPRIO */ default: |
