diff options
| author | uwe <uwe@NetBSD.org> | 2018-01-24 12:04:47 +0000 |
|---|---|---|
| committer | uwe <uwe@NetBSD.org> | 2018-01-24 12:04:47 +0000 |
| commit | 11259aac506be7821ad2dc894e295021c22ce876 (patch) | |
| tree | 453561dba6d77b5bafc78bc039f00cd51bbd2088 /sbin/mount_autofs | |
| parent | 1e1aa00ef6833f8272362d343780db22b36bb3e3 (diff) | |
It's not literal "-options" so use .Ar
Diffstat (limited to 'sbin/mount_autofs')
| -rw-r--r-- | sbin/mount_autofs/mount_autofs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_autofs/mount_autofs.8 b/sbin/mount_autofs/mount_autofs.8 index 6ffc2fb17d3..2714a0351c4 100644 --- a/sbin/mount_autofs/mount_autofs.8 +++ b/sbin/mount_autofs/mount_autofs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_autofs.8,v 1.5 2018/01/23 14:58:46 wiz Exp $ +.\" $NetBSD: mount_autofs.8,v 1.6 2018/01/24 12:04:47 uwe Exp $ .\" .\" Copyright (c) 2018 The DragonFly Project .\" All rights reserved. @@ -81,7 +81,7 @@ Set the .Xr autofs 5 options. See the -.Op Fl options +.Op Fl Ar options in .Sx AUTO_MASTER SYNTAX of |
