diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-11-09 17:53:37 +0000 |
commit | fd80bd85aae74b486ef6875e2553afa55b9499e0 (patch) | |
tree | 745201ae517ef3469e3bafc20c5bb76de8b3bffa /sbin/mount_nfs | |
parent | 06e3579118de0e275610c2060770fff7febe25c6 (diff) |
Change all option list specifications to ".Bl -tag -width Ds". Most man
pages just needed their -width parameter tweaked to "Ds", which provides
a nice width of 6 constant characters. For consistency more than anything.
Diffstat (limited to 'sbin/mount_nfs')
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 60c8768a09f..8f479ce7d5d 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.20 2000/07/05 14:01:21 aaron Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.21 2000/11/09 17:53:00 aaron Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -72,7 +72,7 @@ It implements the mount protocol as described in RFC 1094, Appendix A and Appendix I. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width Ds .It Fl 2 Use the NFS Version 2 protocol. .It Fl 3 |