For filesystem-independent kernel options (e.g. rw/ro) we're punting to mount(2). But these libmount options dare only defined in util-linux, so we need to document the defaults locally. Signed-off-by: W. Trevor King <wking@xxxxxxxxxx> --- sys-utils/mount.8 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index a589f76..2b03cbe 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -1121,7 +1121,7 @@ Can be mounted with the .B \-a option (e.g., at boot time). .TP -.B noauto +.B noauto \fR(default) Can only be mounted explicitly (i.e., the .B \-a option will not cause the filesystem to be mounted). @@ -1146,7 +1146,7 @@ This option implies the options (unless overridden by subsequent options, as in the option line .BR group,dev,suid ). .TP -.B nogroup +.B nogroup \fR(default) Unset \fBgroup\fR. .TP .B owner @@ -1157,7 +1157,7 @@ This option implies the options (unless overridden by subsequent options, as in the option line .BR owner,dev,suid ). .TP -.B noowner +.B noowner \fR(default) Unset \fBowner\fR. .TP .B user @@ -1170,7 +1170,7 @@ This option implies the options (unless overridden by subsequent options, as in the option line .BR user,exec,dev,suid ). .TP -.B nouser +.B nouser \fR(default) Unset \fBuser\fR. .TP .B users @@ -1181,7 +1181,7 @@ This option implies the options (unless overridden by subsequent options, as in the option line .BR users,exec,dev,suid ). .TP -.B nousers +.B nousers \fR(default) Unset \fBusers\fR. .TP .B X-* -- 2.1.0.60.g85f0837 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html