Module Name: src Committed By: wiz Date: Sun Nov 29 21:38:10 UTC 2015
Modified Files: src/lib/libc/sys: _ksem.2 Log Message: Drop trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libc/sys/_ksem.2 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/sys/_ksem.2 diff -u src/lib/libc/sys/_ksem.2:1.1 src/lib/libc/sys/_ksem.2:1.2 --- src/lib/libc/sys/_ksem.2:1.1 Sun Nov 29 06:10:01 2015 +++ src/lib/libc/sys/_ksem.2 Sun Nov 29 21:38:10 2015 @@ -1,4 +1,4 @@ -.\" $NetBSD: _ksem.2,v 1.1 2015/11/29 06:10:01 pgoyette Exp $ +.\" $NetBSD: _ksem.2,v 1.2 2015/11/29 21:38:10 wiz Exp $ .\" .\" Copyright (c) 2015 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -44,7 +44,7 @@ .In sys/ksem.h .Ft int .Fn _ksem_init "int value" "intptr_t *idp" -.Ft int +.Ft int .Fn _ksem_open "const char *name" "int oflag" "mode_t mode" "unsigned int value" "intptr_t *idp" .Ft int .Fn _ksem_close "intptr_t id"