Module Name: src Committed By: abhinav Date: Fri Feb 3 08:14:58 UTC 2017
Modified Files: src/lib/libc/sys: stat.2 Log Message: Remove comma after the last Nm entry. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/lib/libc/sys/stat.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/stat.2 diff -u src/lib/libc/sys/stat.2:1.57 src/lib/libc/sys/stat.2:1.58 --- src/lib/libc/sys/stat.2:1.57 Thu Apr 10 17:11:15 2014 +++ src/lib/libc/sys/stat.2 Fri Feb 3 08:14:58 2017 @@ -1,4 +1,4 @@ -.\" $NetBSD: stat.2,v 1.57 2014/04/10 17:11:15 wiz Exp $ +.\" $NetBSD: stat.2,v 1.58 2017/02/03 08:14:58 abhinav Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -36,7 +36,7 @@ .Nm stat , .Nm lstat , .Nm fstat , -.Nm fstatat , +.Nm fstatat .Nd get file status .Sh LIBRARY .Lb libc