Page MenuHomeFreeBSD

D42712.1775950612.diff
No OneTemporary

Size
576 B
Referenced Files
None
Subscribers
None

D42712.1775950612.diff

diff --git a/usr.bin/lockf/lockf.c b/usr.bin/lockf/lockf.c
--- a/usr.bin/lockf/lockf.c
+++ b/usr.bin/lockf/lockf.c
@@ -62,7 +62,7 @@
silent = keep = 0;
flags = O_CREAT | O_RDONLY;
waitsec = -1; /* Infinite. */
- while ((ch = getopt(argc, argv, "sknt:w")) != -1) {
+ while ((ch = getopt(argc, argv, "knst:w")) != -1) {
switch (ch) {
case 'k':
keep = 1;
@@ -228,7 +228,7 @@
{
fprintf(stderr,
- "usage: lockf [-kns] [-t seconds] file command [arguments]\n");
+ "usage: lockf [-knsw] [-t seconds] file command [arguments]\n");
exit(EX_USAGE);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Apr 11, 11:36 PM (18 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28327071
Default Alt Text
D42712.1775950612.diff (576 B)

Event Timeline