| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Thanks to: Tim J Robbins
Notes:
svn path=/head/; revision=132406
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Replace the use of '=' in conditionals in the examples
by the more correct '=='.
Clarify the example explaining that .for expansion takes place before
.if handling by showing the correct code instead of saying 'the other
way around'. Change a variable name there so the example is more parseable
to the human reader.
PR: docs/65400
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Notes:
svn path=/head/; revision=132405
|
|
|
|
| |
Notes:
svn path=/head/; revision=132404
|
|
|
|
| |
Notes:
svn path=/head/; revision=132397
|
|
|
|
|
|
|
|
| |
section. Re-add a sentence from the BUGS section that went missing in
the previous commit.
Notes:
svn path=/head/; revision=132396
|
|
|
|
|
|
|
|
| |
the implementation of the -d option: we were skipping too many characters
when a non-alphanumeric character was encountered.
Notes:
svn path=/head/; revision=132394
|
|
|
|
|
|
|
| |
been sorted with LC_COLLATE=C.
Notes:
svn path=/head/; revision=132393
|
|
|
|
|
|
|
| |
Approved by: julian (mentor)
Notes:
svn path=/head/; revision=132385
|
|
|
|
|
|
|
| |
variable and the default tape device.
Notes:
svn path=/head/; revision=132377
|
|
|
|
| |
Notes:
svn path=/head/; revision=132370
|
|
|
|
|
|
|
|
|
|
|
|
| |
from the :S modifier which follows a bit further below. This way the
reader can read each of these two descriptions without having to jump
back and forth in the manpage.
PR: docs/26943
Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
Notes:
svn path=/head/; revision=132328
|
|
|
|
| |
Notes:
svn path=/head/; revision=132310
|
|
|
|
|
|
|
|
|
|
|
| |
result buffer, so we need to format it ourselves. The problem is
that the length is stored as the return value from readlink, so we
need to pass the return value from our syscall into print_arg.
Motivated by: truss garbage on my screen from reading /etc/malloc.conf.
Notes:
svn path=/head/; revision=132308
|
|
|
|
| |
Notes:
svn path=/head/; revision=132306
|
|
|
|
|
|
|
|
|
| |
Add range-checking to argument of -b.
Thanks to: Tim J Robbins
Notes:
svn path=/head/; revision=132305
|
|
|
|
|
|
|
|
| |
pointing to /usr/bin/bsdtar by default. To make it point to /usr/bin/gtar,
you can define WITH_GTAR.
Notes:
svn path=/head/; revision=132281
|
|
|
|
|
|
|
|
|
| |
of course, but I make an effort to accomodate GNU tar scripts that
use -o with -c (with a meaning that totally contradicts SUSv2) by
only issuing a benign warning message in that case.
Notes:
svn path=/head/; revision=132279
|
|
|
|
|
|
|
|
| |
LC_CTYPE setting instead of the receiver's when determining which
characters are printable.
Notes:
svn path=/head/; revision=132278
|
|
|
|
| |
Notes:
svn path=/head/; revision=132277
|
|
|
|
|
|
|
| |
delimiters with the 's' and 'y' commands.
Notes:
svn path=/head/; revision=132275
|
|
|
|
|
|
|
|
|
| |
Sort includes.
This is now WARNS=2 clean, bump WARNS to keep it clean.
Notes:
svn path=/head/; revision=132253
|
|
|
|
| |
Notes:
svn path=/head/; revision=132245
|
|
|
|
|
|
|
| |
signed chars.
Notes:
svn path=/head/; revision=132240
|
|
|
|
| |
Notes:
svn path=/head/; revision=132239
|
|
|
|
| |
Notes:
svn path=/head/; revision=132206
|
|
|
|
| |
Notes:
svn path=/head/; revision=132205
|
|
|
|
| |
Notes:
svn path=/head/; revision=132202
|
|
|
|
| |
Notes:
svn path=/head/; revision=132201
|
|
|
|
| |
Notes:
svn path=/head/; revision=132200
|
|
|
|
| |
Notes:
svn path=/head/; revision=132198
|
|
|
|
|
|
|
| |
with signed chars.
Notes:
svn path=/head/; revision=132193
|
|
|
|
| |
Notes:
svn path=/head/; revision=132192
|
|
|
|
| |
Notes:
svn path=/head/; revision=132191
|
|
|
|
|
|
|
| |
of bugs.
Notes:
svn path=/head/; revision=132190
|
|
|
|
| |
Notes:
svn path=/head/; revision=132189
|
|
|
|
| |
Notes:
svn path=/head/; revision=132188
|
|
|
|
| |
Notes:
svn path=/head/; revision=132187
|
|
|
|
| |
Notes:
svn path=/head/; revision=132184
|
|
|
|
| |
Notes:
svn path=/head/; revision=132182
|
|
|
|
| |
Notes:
svn path=/head/; revision=132180
|
|
|
|
| |
Notes:
svn path=/head/; revision=132178
|
|
|
|
|
|
|
|
| |
testing the locale at program startup and setting a flag, then
using that flag to determine appropriate strftime() arguments.
Notes:
svn path=/head/; revision=132169
|
|
|
|
| |
Notes:
svn path=/head/; revision=132147
|
|
|
|
| |
Notes:
svn path=/head/; revision=132146
|
|
|
|
| |
Notes:
svn path=/head/; revision=132145
|
|
|
|
| |
Notes:
svn path=/head/; revision=132144
|
|
|
|
| |
Notes:
svn path=/head/; revision=132143
|
|
|
|
|
|
|
|
| |
before trying to coalesce. Forgetting to splay caused us to miss many
opportunities for coalescing.
Notes:
svn path=/head/; revision=132142
|
|
|
|
|
|
|
| |
up more than one column position, and null bytes.
Notes:
svn path=/head/; revision=132083
|
|
|
|
| |
Notes:
svn path=/head/; revision=132078
|