Module Name: src
Committed By: wiz
Date: Sun Jan 22 19:13:42 UTC 2012
Modified Files:
src/lib/libc/stdio: fseek.3
Log Message:
Remove trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/stdio/fseek.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/fseek.3
diff -u src/lib/libc/stdio/fseek.3:1.26 src/lib/libc/stdio/fseek.3:1.27
--- src/lib/libc/stdio/fseek.3:1.26 Sun Jan 22 18:36:17 2012
+++ src/lib/libc/stdio/fseek.3 Sun Jan 22 19:13:42 2012
@@ -1,4 +1,4 @@
-.\" $NetBSD: fseek.3,v 1.26 2012/01/22 18:36:17 christos Exp $
+.\" $NetBSD: fseek.3,v 1.27 2012/01/22 19:13:42 wiz Exp $
.\"
.\" Copyright (c) 1990, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -132,7 +132,7 @@ In this implementations, an
object is a complex object that represents both the position and the parse
state of the stream making these routines are the only way to portably
reposition a text stream.
-The
+The
.Ar pos
argument of
.Fn fsetpos