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

(-)b/usr.bin/nfsstat/nfsstat.1 (-1 / +1 lines)
Lines 36-42 statistics Link Here
36
.Sh SYNOPSIS
36
.Sh SYNOPSIS
37
.Nm
37
.Nm
38
.Op Fl -libxo
38
.Op Fl -libxo
39
.Op Fl cdEemszW
39
.Op Fl cdEemqszW
40
.Op Fl w Ar wait
40
.Op Fl w Ar wait
41
.Sh DESCRIPTION
41
.Sh DESCRIPTION
42
The
42
The
(-)b/usr.bin/nfsstat/nfsstat.c (-1 / +1 lines)
Lines 500-506 static void Link Here
500
usage(void)
500
usage(void)
501
{
501
{
502
	(void)fprintf(stderr,
502
	(void)fprintf(stderr,
503
	    "usage: nfsstat [-cdemszW] [-w wait]\n");
503
	    "usage: nfsstat [-cdEemqszW] [-w wait]\n");
504
	exit(1);
504
	exit(1);
505
}
505
}
506
506

Return to bug 275912