Module Name: src
Committed By: wiz
Date: Tue Jan 9 09:19:10 UTC 2018
Modified Files:
src/share/man/man5: autofs.5
Log Message:
Add RCS Id. Simplify SYNOPSIS and remove loader.conf(5) reference.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/share/man/man5/autofs.5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man5/autofs.5
diff -u src/share/man/man5/autofs.5:1.1 src/share/man/man5/autofs.5:1.2
--- src/share/man/man5/autofs.5:1.1 Tue Jan 9 03:31:12 2018
+++ src/share/man/man5/autofs.5 Tue Jan 9 09:19:10 2018
@@ -1,3 +1,5 @@
+.\" $NetBSD: autofs.5,v 1.2 2018/01/09 09:19:10 wiz Exp $
+.\"
.\" Copyright (c) 2017 The NetBSD Foundation, Inc.
.\" Copyright (c) 2016 The DragonFly Project
.\" Copyright (c) 2014 The FreeBSD Foundation
@@ -39,19 +41,19 @@
.Nm autofs
.Nd "automounter filesystem"
.Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following line in the
-kernel configuration file:
-.Bd -ragged -offset indent
+.\"To compile this driver into the kernel,
+.\"place the following line in the
+.\"kernel configuration file:
+.\".Bd -ragged -offset indent
.Cd "options AUTOFS"
-.Ed
-.Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
-.Xr loader.conf 5 :
-.Bd -literal -offset indent
-autofs_load="YES"
-.Ed
+.\".Ed
+.\".Pp
+.\"Alternatively, to load the driver as a
+.\"module at boot time, place the following line in
+.\".Xr loader.conf 5 :
+.\".Bd -literal -offset indent
+.\"autofs_load="YES"
+.\".Ed
.Sh DESCRIPTION
The
.Nm