Module Name: src Committed By: wiz Date: Wed Feb 5 08:14:36 UTC 2020
Modified Files: src/lib/libc/sys: mkdir.2 Log Message: Remove trailing whitespace. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/lib/libc/sys/mkdir.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/mkdir.2 diff -u src/lib/libc/sys/mkdir.2:1.31 src/lib/libc/sys/mkdir.2:1.32 --- src/lib/libc/sys/mkdir.2:1.31 Tue Feb 4 18:36:16 2020 +++ src/lib/libc/sys/mkdir.2 Wed Feb 5 08:14:36 2020 @@ -1,4 +1,4 @@ -.\" $NetBSD: mkdir.2,v 1.31 2020/02/04 18:36:16 christos Exp $ +.\" $NetBSD: mkdir.2,v 1.32 2020/02/05 08:14:36 wiz Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,10 +55,10 @@ and restricted by the .Xr umask 2 of the calling process. On -.Nx -all other mode bits +.Nx +all other mode bits .Dv ( S_ISUID , -.Dv S_ISGID , +.Dv S_ISGID , .Dv S_ISTXT ) are ignored. This is implementation defined; for example on Linux