From owner-svn-src-all@FreeBSD.ORG Wed Aug 15 18:00:53 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 44D4B106566C; Wed, 15 Aug 2012 18:00:53 +0000 (UTC) (envelope-from kib@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 2FC7E8FC0C; Wed, 15 Aug 2012 18:00:53 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q7FI0rBv090164; Wed, 15 Aug 2012 18:00:53 GMT (envelope-from kib@svn.freebsd.org) Received: (from kib@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q7FI0qYS090162; Wed, 15 Aug 2012 18:00:52 GMT (envelope-from kib@svn.freebsd.org) Message-Id: <201208151800.q7FI0qYS090162@svn.freebsd.org> From: Konstantin Belousov Date: Wed, 15 Aug 2012 18:00:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r239306 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 15 Aug 2012 18:00:53 -0000 Author: kib Date: Wed Aug 15 18:00:52 2012 New Revision: 239306 URL: http://svn.freebsd.org/changeset/base/239306 Log: Small tweaks: - fix macro argument - wrap long line - be more explicit about old pid_t type. MFC after: 1 week Modified: head/share/man/man4/aout.4 Modified: head/share/man/man4/aout.4 ============================================================================== --- head/share/man/man4/aout.4 Wed Aug 15 17:29:05 2012 (r239305) +++ head/share/man/man4/aout.4 Wed Aug 15 18:00:52 2012 (r239306) @@ -36,7 +36,7 @@ kldload a.out The .Xr a.out 5 executable format was used before the release of -.Fx 3.0. +.Fx 3.0 . Since i386 was the only supported architecture at that time, .Xr a.out 5 executables can only be activated on platforms that support @@ -75,8 +75,8 @@ The .Xr a.out 5 format was mainstream quite a long time ago. Reasonable default settings and security requirements of -modern operating systems today contradict the default environment of that time and -require adjustments of the system to mimic natural environment for +modern operating systems today contradict the default environment of that time +and require adjustments of the system to mimic natural environment for old binaries. .Pp The following @@ -93,7 +93,7 @@ executable images require text mapping a .Xc Old versions of .Fx -used 16-bit types for +used signed 16-bit type for .Vt pid_t . Current kernels use 32-bit type for .Vt pid_t ,