From 6060f586286f4dc79074b306672c5cd7d650f64d Mon Sep 17 00:00:00 2001 From: Dima Dorfman Date: Mon, 2 Jul 2001 23:59:06 +0000 Subject: [PATCH] Document continuation line support. PR: 8479 Submitted by: Adrian Filipi-Martin --- sbin/mountd/exports.5 | 2 ++ usr.sbin/mountd/exports.5 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 8b1694275f8..4ff57b3e9ad 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -59,6 +59,8 @@ Each line in the file (other than comment lines that begin with a #) specifies the mount point(s) and export flags within one local server filesystem for one or more hosts. +A long line may be split over several lines by ending all but the +last line with a backslash (\\). A host may be specified only once for each local filesystem on the server and there may be only one default entry for each server filesystem that applies to all other hosts. diff --git a/usr.sbin/mountd/exports.5 b/usr.sbin/mountd/exports.5 index 8b1694275f8..4ff57b3e9ad 100644 --- a/usr.sbin/mountd/exports.5 +++ b/usr.sbin/mountd/exports.5 @@ -59,6 +59,8 @@ Each line in the file (other than comment lines that begin with a #) specifies the mount point(s) and export flags within one local server filesystem for one or more hosts. +A long line may be split over several lines by ending all but the +last line with a backslash (\\). A host may be specified only once for each local filesystem on the server and there may be only one default entry for each server filesystem that applies to all other hosts.