diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-12 09:58:53 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-09-12 09:58:53 +0000 |
commit | b486470dbd841a14b3ab0573e3f4039c12b20165 (patch) | |
tree | 8d79552b9ae0dada0d5de40813af2591d03ec0f9 | |
parent | 1d999534d13bf2789e3805ee492cf0c3ddf1b7bc (diff) |
punctuation;
-rw-r--r-- | lib/libc/sys/umask.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/umask.2 b/lib/libc/sys/umask.2 index 5684d2c10d1..b8f4ecebc8c 100644 --- a/lib/libc/sys/umask.2 +++ b/lib/libc/sys/umask.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: umask.2,v 1.6 2003/06/02 20:18:39 millert Exp $ +.\" $OpenBSD: umask.2,v 1.7 2005/09/12 09:58:52 jmc Exp $ .\" $NetBSD: umask.2,v 1.6 1995/02/27 12:39:06 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -55,8 +55,8 @@ are used by system calls, including .Xr mkfifo 2 and .Xr mknod 2 -to turn off corresponding bits requested in the file mode. -(See +to turn off corresponding bits requested in the file mode +(see .Xr chmod 2 ) . This clearing allows each user to restrict the default access to his files. .Pp |