diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-13 19:58:42 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-13 19:58:42 +0000 |
commit | 66b5281887fd0b549fb1c749e60e79cd3ac32986 (patch) | |
tree | 789e9e9e2743b415197e15ba6a661391d1727edd /sbin/newfs_ext2fs/newfs_ext2fs.8 | |
parent | 638018e1fd7752caa1e08dd49033f0d1411fee11 (diff) |
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders
reading;
Diffstat (limited to 'sbin/newfs_ext2fs/newfs_ext2fs.8')
-rw-r--r-- | sbin/newfs_ext2fs/newfs_ext2fs.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/newfs_ext2fs/newfs_ext2fs.8 b/sbin/newfs_ext2fs/newfs_ext2fs.8 index 1b63611e1cf..03ac88f3468 100644 --- a/sbin/newfs_ext2fs/newfs_ext2fs.8 +++ b/sbin/newfs_ext2fs/newfs_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newfs_ext2fs.8,v 1.8 2014/04/21 09:22:15 guenther Exp $ +.\" $OpenBSD: newfs_ext2fs.8,v 1.9 2015/03/13 19:58:41 jmc Exp $ .\" $NetBSD: newfs_ext2fs.8,v 1.7 2009/12/01 08:47:25 pooka Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 @@ -30,7 +30,7 @@ .\" .\" @(#)newfs.8 8.6 (Berkeley) 5/3/95 .\" -.Dd $Mdocdate: April 21 2014 $ +.Dd $Mdocdate: March 13 2015 $ .Dt NEWFS_EXT2FS 8 .Os .Sh NAME @@ -196,7 +196,7 @@ after suffix interpretation. .Pp If no .Fl s Ar size -is specified then the filesystem size defaults to that of the partition, or, +is specified then the filesystem size defaults to that of the partition or, if .Fl F is specified, the existing file. |