diff options
author | 2000-08-09 12:57:53 +0000 | |
---|---|---|
committer | 2000-08-09 12:57:53 +0000 | |
commit | 1d442e3f85c864a55dffae2fcd762dc57122f485 (patch) | |
tree | 3bd9dcab74d2099e932cca9782f3daed290600c0 /lib/libc/string | |
parent | Death to acd_stub.c. No longer needed (diff) | |
download | wireguard-openbsd-1d442e3f85c864a55dffae2fcd762dc57122f485.tar.xz wireguard-openbsd-1d442e3f85c864a55dffae2fcd762dc57122f485.zip |
Remove trailing blank lines.
Diffstat (limited to 'lib/libc/string')
-rw-r--r-- | lib/libc/string/strtok.3 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/string/strtok.3 b/lib/libc/string/strtok.3 index 255431c9c68..9bb35a78f7b 100644 --- a/lib/libc/string/strtok.3 +++ b/lib/libc/string/strtok.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtok.3,v 1.12 2000/04/24 16:55:44 deraadt Exp $ +.\" $OpenBSD: strtok.3,v 1.13 2000/08/09 12:57:54 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRTOK 3 @@ -154,4 +154,3 @@ may return a non-null value. Since this implementation always alters the next starting point, such a sequence of calls would always return .Dv NULL . - |