diff options
-rw-r--r-- | share/man/man4/systrace.4 | 12 | ||||
-rw-r--r-- | share/man/man9/kern.9 | 13 |
2 files changed, 13 insertions, 12 deletions
diff --git a/share/man/man4/systrace.4 b/share/man/man4/systrace.4 index f92527d3e0e..dbb6dc56c0b 100644 --- a/share/man/man4/systrace.4 +++ b/share/man/man4/systrace.4 @@ -1,16 +1,16 @@ -.\" $OpenBSD: systrace.4,v 1.5 2002/12/17 10:14:56 miod Exp $ +.\" $OpenBSD: systrace.4,v 1.6 2003/06/03 02:08:12 wcobb Exp $ .\" -.\" Copyright (c) 2002 CubeSoft Communications, Inc. +.\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. .\" All rights reserved. .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: -.\" 1. Redistribution of source code must retain the above copyright +.\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. -.\" 2. Neither the name of CubeSoft Communications, nor the names of its -.\" contributors may be used to endorse or promote products derived from -.\" this software without specific prior written permission. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED diff --git a/share/man/man9/kern.9 b/share/man/man9/kern.9 index f9522fa8dee..b3b7ad9cf7c 100644 --- a/share/man/man9/kern.9 +++ b/share/man/man9/kern.9 @@ -1,15 +1,16 @@ -.\" $OpenBSD: kern.9,v 1.4 2003/05/21 09:28:09 jmc Exp $ +.\" $OpenBSD: kern.9,v 1.5 2003/06/03 02:08:12 wcobb Exp $ .\" -.\" Copyright (c) 2002 CubeSoft Communications, Inc. <http://www.csoft.org> +.\" Copyright (c) 2002, 2003 CubeSoft Communications, Inc. +.\" <http://www.csoft.org> .\" .\" Redistribution and use in source and binary forms, with or without .\" modification, are permitted provided that the following conditions .\" are met: -.\" 1. Redistribution of source code must retain the above copyright +.\" 1. Redistributions of source code must retain the above copyright .\" notice, this list of conditions and the following disclaimer. -.\" 2. Neither the name of CubeSoft Communications, Inc, nor the names of its -.\" contributors may be used to endorse or promote products derived from -.\" this software without specific prior written permission. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. .\" .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED |