diff options
author | Jim Rees <rees@umich.edu> | 2013-09-05 11:59:19 -0400 |
---|---|---|
committer | Steve Dickson <steved@redhat.com> | 2013-09-05 12:00:14 -0400 |
commit | 56e3172f5ccbc232204b11cdbf31d9a627c9f6ad (patch) | |
tree | 00e0427a8dcc3aa854d3f8c6459f631ba5ff6520 | |
parent | c17c98d08967bc1aba9f93a4b88580c827bf82c7 (diff) | |
download | nfs-utils-56e3172f5ccbc232204b11cdbf31d9a627c9f6ad.tar.gz nfs-utils-56e3172f5ccbc232204b11cdbf31d9a627c9f6ad.tar.xz nfs-utils-56e3172f5ccbc232204b11cdbf31d9a627c9f6ad.zip |
exports.man: quote command to preserve space
Signed-off-by: Jim Rees <rees@umich.edu>
Signed-off-by: Steve Dickson <steved@redhat.com>
-rw-r--r-- | utils/exportfs/exports.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/exportfs/exports.man b/utils/exportfs/exports.man index bc1de73..58c0f66 100644 --- a/utils/exportfs/exports.man +++ b/utils/exportfs/exports.man @@ -39,7 +39,7 @@ the export name using a backslash followed by the character code as three octal digits. .PP To apply changes to this file, run -.BR exportfs \-ra +.BR "exportfs \-ra" or restart the NFS server. .PP .SS Machine Name Formats |