View | Details | Raw Unified | Return to bug 239523
Collapse All | Expand All

(-)lib/libcasper/services/cap_fileargs/cap_fileargs.3 (-1 / +1 lines)
Lines 247-253 Link Here
247
	fd = fileargs_open(fa, argv[i]);
247
	fd = fileargs_open(fa, argv[i]);
248
	if (fd < 0)
248
	if (fd < 0)
249
		err(1, "unable to open file %s", argv[i]);
249
		err(1, "unable to open file %s", argv[i]);
250
	printf("File %s opened in capability mode\n", argv[i]);
250
	printf("File %s opened in capability mode\en", argv[i]);
251
	close(fd);
251
	close(fd);
252
}
252
}
253
253

Return to bug 239523