diff options
author | 2015-09-14 15:14:55 +0000 | |
---|---|---|
committer | 2015-09-14 15:14:55 +0000 | |
commit | 5dfee2283fd7fd95d715914acc2abb87f60de8b3 (patch) | |
tree | 18e281d2252f8c73356a6f16721fead139edf805 /lib/libutil | |
parent | these files are a combination of old, lies, and old lies. zap. (diff) | |
download | wireguard-openbsd-5dfee2283fd7fd95d715914acc2abb87f60de8b3.tar.xz wireguard-openbsd-5dfee2283fd7fd95d715914acc2abb87f60de8b3.zip |
Remove useless quoting from .Fo and .Fn function names, to prevent
development of a cargo cult in case people look at existing files
for examples. This achieves a consistent .Fo and .Fn quoting style
across the whole tree.
Diffstat (limited to 'lib/libutil')
-rw-r--r-- | lib/libutil/fparseln.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/fparseln.3 b/lib/libutil/fparseln.3 index f8b732c705b..5b7c787c65a 100644 --- a/lib/libutil/fparseln.3 +++ b/lib/libutil/fparseln.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fparseln.3,v 1.9 2015/01/15 19:06:32 schwarze Exp $ +.\" $OpenBSD: fparseln.3,v 1.10 2015/09/14 15:14:55 schwarze Exp $ .\" $NetBSD: fparseln.3,v 1.7 1999/07/02 15:49:12 simonb Exp $ .\" .\" Copyright (c) 1997 Christos Zoulas. All rights reserved. @@ -28,7 +28,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: January 15 2015 $ +.Dd $Mdocdate: September 14 2015 $ .Dt FPARSELN 3 .Os .Sh NAME @@ -38,7 +38,7 @@ .In stdio.h .In util.h .Ft "char *" -.Fo "fparseln" +.Fo fparseln .Fa "FILE *stream" "size_t *len" "size_t *lineno" .Fa "const char delim[3]" "int flags" .Fc |