summaryrefslogtreecommitdiff
path: root/sbin/mount
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2012-08-23 14:43:05 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2012-08-23 14:43:05 +0000
commitee4f187b25487a8e6e41309a59b81becaac2935b (patch)
tree46254eb06533f1c90bedb33ffcca94219e320c67 /sbin/mount
parenta282f5ca22381810fd0b3243090934b991b6486f (diff)
remove unneccessary .Pp;
Diffstat (limited to 'sbin/mount')
-rw-r--r--sbin/mount/mount.83
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/mount/mount.8 b/sbin/mount/mount.8
index b9f2efee82e..b58381fd9ee 100644
--- a/sbin/mount/mount.8
+++ b/sbin/mount/mount.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mount.8,v 1.69 2012/08/23 06:37:27 deraadt Exp $
+.\" $OpenBSD: mount.8,v 1.70 2012/08/23 14:43:04 jmc Exp $
.\" $NetBSD: mount.8,v 1.11 1995/07/12 06:23:21 cgd Exp $
.\"
.\" Copyright (c) 1980, 1989, 1991, 1993
@@ -230,7 +230,6 @@ are mutually exclusive.
.It sync
Regular data I/O to the file system should be done synchronously.
By default, only metadata is read/written synchronously.
-.Pp
.It update
The same as
.Fl u ;