diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-29 16:12:29 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-12-29 16:12:29 +0000 |
commit | 1767e43732eeab2291b0b16f3f135a0abfe488a1 (patch) | |
tree | c615614b2d0684323455294bdecb6e20fc606b71 /lib/libc/sys | |
parent | 7640cb6f199adbeed8e6fa350cf11a94808a04e6 (diff) |
add missing paragraph break (.Pp) macro.
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/utimes.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/utimes.2 b/lib/libc/sys/utimes.2 index b96dbaba1b1..7d79f17d791 100644 --- a/lib/libc/sys/utimes.2 +++ b/lib/libc/sys/utimes.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: utimes.2,v 1.9 2007/05/31 19:19:34 jmc Exp $ +.\" $OpenBSD: utimes.2,v 1.10 2009/12/29 16:12:28 sobrado Exp $ .\" $NetBSD: utimes.2,v 1.9 1996/04/23 10:34:16 mycroft Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)utimes.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: December 29 2009 $ .Dt UTIMES 2 .Os .Sh NAME @@ -115,6 +115,7 @@ does not match the owner of the file and is not the superuser. .It Bq Er EROFS The file system containing the file is mounted read-only. .El +.Pp .Fn futimes will fail if: .Bl -tag -width Er |