From owner-svn-src-all@FreeBSD.ORG Sun May 22 14:03:30 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DED60106564A; Sun, 22 May 2011 14:03:30 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CC8E48FC0A; Sun, 22 May 2011 14:03:30 +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 p4ME3Udr077149; Sun, 22 May 2011 14:03:30 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p4ME3Uj2077132; Sun, 22 May 2011 14:03:30 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201105221403.p4ME3Uj2077132@svn.freebsd.org> From: Ulrich Spoerlein Date: Sun, 22 May 2011 14:03:30 +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: r222176 - in head: sbin/atacontrol sbin/mount_reiserfs share/man/man4 share/man/man5 share/man/man9 share/misc 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: Sun, 22 May 2011 14:03:31 -0000 Author: uqs Date: Sun May 22 14:03:30 2011 New Revision: 222176 URL: http://svn.freebsd.org/changeset/base/222176 Log: Re-encode files from ISO-8859-1 to UTF-8 Modified: head/sbin/atacontrol/atacontrol.8 head/sbin/atacontrol/atacontrol.c head/sbin/mount_reiserfs/mount_reiserfs.8 head/sbin/mount_reiserfs/mount_reiserfs.c head/share/man/man4/aio.4 head/share/man/man4/ata.4 head/share/man/man4/coretemp.4 head/share/man/man4/ichwd.4 head/share/man/man4/pst.4 head/share/man/man4/ucycom.4 head/share/man/man5/reiserfs.5 head/share/man/man9/LOCK_PROFILING.9 head/share/man/man9/pseudofs.9 head/share/man/man9/sbuf.9 head/share/man/man9/zone.9 head/share/misc/bsd-family-tree Modified: head/sbin/atacontrol/atacontrol.8 ============================================================================== --- head/sbin/atacontrol/atacontrol.8 Sun May 22 14:03:21 2011 (r222175) +++ head/sbin/atacontrol/atacontrol.8 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2000,2001,2002 Søren Schmidt +.\" Copyright (c) 2000,2001,2002 Søren Schmidt .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/sbin/atacontrol/atacontrol.c ============================================================================== --- head/sbin/atacontrol/atacontrol.c Sun May 22 14:03:21 2011 (r222175) +++ head/sbin/atacontrol/atacontrol.c Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2000 - 2006 Søren Schmidt + * Copyright (c) 2000 - 2006 Søren Schmidt * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: head/sbin/mount_reiserfs/mount_reiserfs.8 ============================================================================== --- head/sbin/mount_reiserfs/mount_reiserfs.8 Sun May 22 14:03:21 2011 (r222175) +++ head/sbin/mount_reiserfs/mount_reiserfs.8 Sun May 22 14:03:30 2011 (r222176) @@ -1,7 +1,7 @@ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou .\" Copyright (c) 1999 Semen Ustimenko -.\" Copyright (c) 2005 Jean-Sébastien Pédron +.\" Copyright (c) 2005 Jean-Sébastien Pédron .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/sbin/mount_reiserfs/mount_reiserfs.c ============================================================================== --- head/sbin/mount_reiserfs/mount_reiserfs.c Sun May 22 14:03:21 2011 (r222175) +++ head/sbin/mount_reiserfs/mount_reiserfs.c Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ /*- - * Copyright (c) 2005 Jean-Sébastien Pédron + * Copyright (c) 2005 Jean-Sébastien Pédron * All rights reserved. * * Redistribution and use in source and binary forms, with or without Modified: head/share/man/man4/aio.4 ============================================================================== --- head/share/man/man4/aio.4 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man4/aio.4 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2002 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2002 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man4/ata.4 ============================================================================== --- head/share/man/man4/ata.4 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man4/ata.4 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2003 Søren Schmidt +.\" Copyright (c) 2003 Søren Schmidt .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man4/coretemp.4 ============================================================================== --- head/share/man/man4/coretemp.4 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man4/coretemp.4 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2007 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2007 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man4/ichwd.4 ============================================================================== --- head/share/man/man4/ichwd.4 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man4/ichwd.4 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2007 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2007 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man4/pst.4 ============================================================================== --- head/share/man/man4/pst.4 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man4/pst.4 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2001,2002 Søren Schmidt +.\" Copyright (c) 2001,2002 Søren Schmidt .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man4/ucycom.4 ============================================================================== --- head/share/man/man4/ucycom.4 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man4/ucycom.4 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man5/reiserfs.5 ============================================================================== --- head/share/man/man5/reiserfs.5 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man5/reiserfs.5 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\" -.\" Copyright (c) 2005 Jean-Sébastien Pédron +.\" Copyright (c) 2005 Jean-Sébastien Pédron .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man9/LOCK_PROFILING.9 ============================================================================== --- head/share/man/man9/LOCK_PROFILING.9 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man9/LOCK_PROFILING.9 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2004 Dag-Erling Coïdan Smørgrav .\" Copyright (c) 2005 Robert N. M. Watson .\" Copyright (c) 2006 Kip Macy .\" All rights reserved. Modified: head/share/man/man9/pseudofs.9 ============================================================================== --- head/share/man/man9/pseudofs.9 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man9/pseudofs.9 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man9/sbuf.9 ============================================================================== --- head/share/man/man9/sbuf.9 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man9/sbuf.9 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2000 Poul-Henning Kamp and Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2000 Poul-Henning Kamp and Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/man/man9/zone.9 ============================================================================== --- head/share/man/man9/zone.9 Sun May 22 14:03:21 2011 (r222175) +++ head/share/man/man9/zone.9 Sun May 22 14:03:30 2011 (r222176) @@ -1,5 +1,5 @@ .\"- -.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav +.\" Copyright (c) 2001 Dag-Erling Coïdan Smørgrav .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without Modified: head/share/misc/bsd-family-tree ============================================================================== --- head/share/misc/bsd-family-tree Sun May 22 14:03:21 2011 (r222175) +++ head/share/misc/bsd-family-tree Sun May 22 14:03:30 2011 (r222176) @@ -562,7 +562,7 @@ Australian Computer Society, Hobart, Aug Peter H. Salus. Unix at 25. Byte Magazine, October 1994. URL: http://www.byte.com/art/9410/sec8/art3.htm -Andreas Klemm, Lars Köller. If you're going to San Francisco ... +Andreas Klemm, Lars Köller. If you're going to San Francisco ... Die freien BSD-Varianten von Unix. c't April 1997, page 368ff. BSD Release Announcements collection.