diff options
author | 2015-03-13 19:58:40 +0000 | |
---|---|---|
committer | 2015-03-13 19:58:40 +0000 | |
commit | 0870f47d288c1d823f37828d4fce83d3773e2fc7 (patch) | |
tree | 0a2bd79e06eb7e9b2d84a5c1df4a24f685f811df /lib/libc/gen | |
parent | "It is often said that before you die your life passes before your eyes. (diff) | |
download | wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.tar.xz wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.zip |
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 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/fts.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/fts.3 b/lib/libc/gen/fts.3 index 9eed64c783c..65cd4ace86a 100644 --- a/lib/libc/gen/fts.3 +++ b/lib/libc/gen/fts.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fts.3,v 1.32 2015/02/05 02:33:09 schwarze Exp $ +.\" $OpenBSD: fts.3,v 1.33 2015/03/13 19:58:40 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)fts.3 8.5 (Berkeley) 4/16/94 .\" -.Dd $Mdocdate: February 5 2015 $ +.Dd $Mdocdate: March 13 2015 $ .Dt FTS 3 .Os .Sh NAME @@ -558,8 +558,8 @@ structures returned by .Fn fts_read may be overwritten after a call to .Fn fts_close -on the same file hierarchy stream, or, after a call to -.Fn fts_read +on the same file hierarchy stream or, after a call to +.Fn fts_read , on the same file hierarchy stream unless they represent a file of type directory, in which case they will not be overwritten until after a call to .Fn fts_read |