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

(-)chmod.c (-1 / +1 lines)
Lines 78-84 Link Here
78
	set = NULL;
78
	set = NULL;
79
	omode = 0;
79
	omode = 0;
80
	Hflag = Lflag = Pflag = Rflag = fflag = hflag = vflag = 0;
80
	Hflag = Lflag = Pflag = Rflag = fflag = hflag = vflag = 0;
81
	while ((ch = getopt(argc, argv, "HLPRXfgorstuvwx")) != -1)
81
	while ((ch = getopt(argc, argv, "HLPRXfghorstuvwx")) != -1)
82
		switch (ch) {
82
		switch (ch) {
83
		case 'H':
83
		case 'H':
84
			Hflag = 1;
84
			Hflag = 1;
(-)chmod.1 (-1 / +1 lines)
Lines 44-50 Link Here
44
.Sh SYNOPSIS
44
.Sh SYNOPSIS
45
.Nm
45
.Nm
46
.Oo
46
.Oo
47
.Fl fv
47
.Fl fhv
48
.Fl R
48
.Fl R
49
.Op Fl H | Fl L | Fl P
49
.Op Fl H | Fl L | Fl P
50
.Oc
50
.Oc

Return to bug 41926