From owner-svn-src-all@freebsd.org Sat Nov 25 03:59:38 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 34190DFDD20; Sat, 25 Nov 2017 03:59:38 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0BB47720DA; Sat, 25 Nov 2017 03:59:37 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vAP3xbg1096575; Sat, 25 Nov 2017 03:59:37 GMT (envelope-from jhb@FreeBSD.org) Received: (from jhb@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vAP3xaFD096570; Sat, 25 Nov 2017 03:59:36 GMT (envelope-from jhb@FreeBSD.org) Message-Id: <201711250359.vAP3xaFD096570@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhb set sender to jhb@FreeBSD.org using -f From: John Baldwin Date: Sat, 25 Nov 2017 03:59:36 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r326183 - head/lib/libsysdecode X-SVN-Group: head X-SVN-Commit-Author: jhb X-SVN-Commit-Paths: head/lib/libsysdecode X-SVN-Commit-Revision: 326183 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Nov 2017 03:59:38 -0000 Author: jhb Date: Sat Nov 25 03:59:36 2017 New Revision: 326183 URL: https://svnweb.freebsd.org/changeset/base/326183 Log: Add stdio.h to the synopsis for sysdecode functions that take a FILE *. Modified: head/lib/libsysdecode/sysdecode_cap_rights.3 head/lib/libsysdecode/sysdecode_fcntl_arg.3 head/lib/libsysdecode/sysdecode_mask.3 head/lib/libsysdecode/sysdecode_quotactl_cmd.3 head/lib/libsysdecode/sysdecode_utrace.3 Modified: head/lib/libsysdecode/sysdecode_cap_rights.3 ============================================================================== --- head/lib/libsysdecode/sysdecode_cap_rights.3 Fri Nov 24 23:41:04 2017 (r326182) +++ head/lib/libsysdecode/sysdecode_cap_rights.3 Sat Nov 25 03:59:36 2017 (r326183) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 17, 2016 +.Dd November 24, 2017 .Dt sysdecode_cap_rights 3 .Os .Sh NAME @@ -36,6 +36,7 @@ .Sh SYNOPSIS .In sys/types.h .In stdbool.h +.In stdio.h .In sysdecode.h .Ft void .Fn sysdecode_cap_rights "FILE *fp" "cap_rights_t *rightsp" Modified: head/lib/libsysdecode/sysdecode_fcntl_arg.3 ============================================================================== --- head/lib/libsysdecode/sysdecode_fcntl_arg.3 Fri Nov 24 23:41:04 2017 (r326182) +++ head/lib/libsysdecode/sysdecode_fcntl_arg.3 Sat Nov 25 03:59:36 2017 (r326183) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 17, 2016 +.Dd November 24, 2017 .Dt sysdecode_fcntl_arg 3 .Os .Sh NAME @@ -37,6 +37,7 @@ .Sh SYNOPSIS .In sys/types.h .In stdbool.h +.In stdio.h .In sysdecode.h .Ft void .Fn sysdecode_fcntl_arg "FILE *fp" "int cmd" "uintptr_t arg" "int base" Modified: head/lib/libsysdecode/sysdecode_mask.3 ============================================================================== --- head/lib/libsysdecode/sysdecode_mask.3 Fri Nov 24 23:41:04 2017 (r326182) +++ head/lib/libsysdecode/sysdecode_mask.3 Sat Nov 25 03:59:36 2017 (r326183) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 3, 2017 +.Dd November 24, 2017 .Dt sysdecode_mask 3 .Os .Sh NAME @@ -63,6 +63,7 @@ .Sh SYNOPSIS .In sys/types.h .In stdbool.h +.In stdio.h .In sysdecode.h .Ft bool .Fn sysdecode_access_mode "FILE *fp" "int mode" "int *rem" Modified: head/lib/libsysdecode/sysdecode_quotactl_cmd.3 ============================================================================== --- head/lib/libsysdecode/sysdecode_quotactl_cmd.3 Fri Nov 24 23:41:04 2017 (r326182) +++ head/lib/libsysdecode/sysdecode_quotactl_cmd.3 Sat Nov 25 03:59:36 2017 (r326183) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 17, 2016 +.Dd November 24, 2017 .Dt sysdecode_quotactl_cmd 3 .Os .Sh NAME @@ -36,6 +36,7 @@ .Sh SYNOPSIS .In sys/types.h .In stdbool.h +.In stdio.h .In sysdecode.h .Ft bool .Fn sysdecode_quotactl_cmd "FILE *fp" "int cmd" Modified: head/lib/libsysdecode/sysdecode_utrace.3 ============================================================================== --- head/lib/libsysdecode/sysdecode_utrace.3 Fri Nov 24 23:41:04 2017 (r326182) +++ head/lib/libsysdecode/sysdecode_utrace.3 Sat Nov 25 03:59:36 2017 (r326183) @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 17, 2016 +.Dd November 24, 2017 .Dt sysdecode_utrace 3 .Os .Sh NAME @@ -36,6 +36,7 @@ .Sh SYNOPSIS .In sys/types.h .In stdbool.h +.In stdio.h .In sysdecode.h .Ft int .Fn sysdecode_utrace "FILE *fp" "void *buf" "size_t len" "int decimal"