diff -Nru openafs-1.4.12.1+dfsg/configure openafs-1.4.12+dfsg/configure --- openafs-1.4.12.1+dfsg/configure 2010-05-25 22:59:27.000000000 +0200 +++ openafs-1.4.12+dfsg/configure 2010-03-08 22:12:25.000000000 +0100 @@ -2230,7 +2230,7 @@ # Define the identity of the package. PACKAGE=openafs - VERSION=1.4.12.1 + VERSION=1.4.12 cat >>confdefs.h <<_ACEOF @@ -2378,8 +2378,8 @@ ac_config_headers="$ac_config_headers src/config/afsconfig.h" -MACOS_VERSION=1.4.12f1 -LINUX_PKGVER=1.4.12.1 +MACOS_VERSION=1.4.12 +LINUX_PKGVER=1.4.12 LINUX_PKGREL=1.1 #LINUX_PKGREL=0.pre3 diff -Nru openafs-1.4.12.1+dfsg/configure.in openafs-1.4.12+dfsg/configure.in --- openafs-1.4.12.1+dfsg/configure.in 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/configure.in 2011-03-14 11:03:58.000000000 +0100 @@ -1,8 +1,8 @@ AC_INIT(src/config/stds.h) -AM_INIT_AUTOMAKE(openafs,1.4.12.1) +AM_INIT_AUTOMAKE(openafs,1.4.12) AC_CONFIG_HEADER(src/config/afsconfig.h) -MACOS_VERSION=1.4.12f1 -LINUX_PKGVER=1.4.12.1 +MACOS_VERSION=1.4.12 +LINUX_PKGVER=1.4.12 LINUX_PKGREL=1.1 #LINUX_PKGREL=0.pre3 diff -Nru openafs-1.4.12.1+dfsg/configure-libafs openafs-1.4.12+dfsg/configure-libafs --- openafs-1.4.12.1+dfsg/configure-libafs 2010-05-25 22:59:30.000000000 +0200 +++ openafs-1.4.12+dfsg/configure-libafs 2010-03-08 22:12:29.000000000 +0100 @@ -2229,7 +2229,7 @@ # Define the identity of the package. PACKAGE=openafs-libafs - VERSION=1.4.12.1 + VERSION=1.4.12 cat >>confdefs.h <<_ACEOF @@ -2377,8 +2377,8 @@ ac_config_headers="$ac_config_headers src/config/afsconfig.h" -MACOS_VERSION=1.4.12f1 -LINUX_PKGVER=1.4.12.1 +MACOS_VERSION=1.4.12 +LINUX_PKGVER=1.4.12 LINUX_PKGREL=1.1 #LINUX_PKGREL=0.pre4 diff -Nru openafs-1.4.12.1+dfsg/configure-libafs.in openafs-1.4.12+dfsg/configure-libafs.in --- openafs-1.4.12.1+dfsg/configure-libafs.in 2010-05-24 20:45:16.000000000 +0200 +++ openafs-1.4.12+dfsg/configure-libafs.in 2010-03-08 18:31:42.000000000 +0100 @@ -1,8 +1,8 @@ AC_INIT(src/libafs/Makefile.common.in) -AM_INIT_AUTOMAKE(openafs-libafs,1.4.12.1) +AM_INIT_AUTOMAKE(openafs-libafs,1.4.12) AC_CONFIG_HEADER(src/config/afsconfig.h) -MACOS_VERSION=1.4.12f1 -LINUX_PKGVER=1.4.12.1 +MACOS_VERSION=1.4.12 +LINUX_PKGVER=1.4.12 LINUX_PKGREL=1.1 #LINUX_PKGREL=0.pre4 diff -Nru openafs-1.4.12.1+dfsg/debian/changelog openafs-1.4.12+dfsg/debian/changelog --- openafs-1.4.12.1+dfsg/debian/changelog 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/changelog 2011-03-14 11:03:58.000000000 +0100 @@ -1,91 +1,3 @@ -openafs (1.4.12.1+dfsg-4) stable-security; urgency=high - - * Apply upstream deltas: - - [707a959c] update ticket5 from heimdal. Avoids a double-free (from - upstream) which basically allows an arbitrary attack against any - krb5-aware Rx service by exploiting when the double-free occurs in - asn1 payloads which came from the wire. - - [beaf1606] LINUX: Use correct type of error in flock code. This - avoids dereferencing a pointer that is not a pointer due to failing - to properly ERR_PTR a return value. - * Add a dependency on libc6-dev to openafs-modules-dkms. dkms doesn't - depend on it because most kernel modules don't need it, but openafs - builds userspace helper programs. Thanks, Peter Palfrader. - (Closes: #607903) - - -- Russ Allbery Mon, 07 Feb 2011 10:48:28 -0800 - -openafs (1.4.12.1+dfsg-3) unstable; urgency=low - - * Apply upstream deltas: - - [639c0e46] ubik: ntohl on reading the replay log - - [fd19dd09] vol AttachByName should mimic other volpkg errors - - [ebb6accf] Include com_err.h in dumpstuff.c - * The openafs-fileserver init script now depends on $named since - apparently the volserver requires DNS during startup. Thanks, Jaap - Winius. (Closes: #589783) - * Run the DKMS build commands in a subshell to work around a DKMS bug - that caused the module build logs to be discarded. (LP: #593509) - * Add a status command to the openafs-fileserver init script. - * Update standards version to 3.9.1. - - Remove obsolete conflicts/replaces/provides on openafs-ptutil. - - -- Russ Allbery Tue, 10 Aug 2010 21:54:33 -0700 - -openafs (1.4.12.1+dfsg-2) unstable; urgency=low - - * Apply upstream deltas to fix crashes in the file server: - - [f9e1b702] Do not use AFS_PTR_FMT or %p in 1.4 - * Remove the lpia architecture. This was an experiment in Ubuntu that - has apparently been dropped. - * Add preliminary support for powerpcspe, mapping that architecture to - ppc_linux26. The kernel build won't work unless uname -m on that - architecture returns ppc. - * Minor update to README.Debian for openafs-doc: the old IBM release - notes are no longer included. - - -- Russ Allbery Mon, 14 Jun 2010 18:45:02 -0700 - -openafs (1.4.12.1+dfsg-1) unstable; urgency=low - - * New upstream release. - - Support for Linux 2.6.34. (LP: #566956) - - Fix some possible kernel panics. - * Apply upstream deltas: - - [c29ac4fe] viced host UUID and address hashing corrections - - [3fc5c531] prdb_verify -rebuild with supergroups fix - * Adjust get-orig-source to cope with tarballs for patch releases being - in the same directory as the parent normal release. - - -- Russ Allbery Wed, 26 May 2010 08:58:19 -0700 - -openafs (1.4.12+dfsg-5) unstable; urgency=low - - * Skip killing processes with files open in AFS if AFS does not appear - to be mounted according to /etc/mtab. Otherwise, we may call lsof - without a specific mount point and kill far more processes than we - intend to. (This code is disabled by default, so this problem would - only be seen by people who enabled it.) - - -- Russ Allbery Tue, 04 May 2010 16:26:06 -0700 - -openafs (1.4.12+dfsg-4) unstable; urgency=low - - * Apply upstream deltas: - - [a2701509] Linux: don't count pag keys against root's keyring quotas - - [3c1d60a1] VOL_LOCK needed when traversing DiskPartitionList - - [89193695] Adjust afs_lockctl for byte-range lock fixes - - [0bec77e1] Don't ignore error code from session keyring creation - * Preserve the AFS mount point and cache directorys set in - /etc/openafs/cacheinfo if the file already exists rather than - overwriting them with the defaults. Thanks, Liam Healy. - (Closes: #580077) - * In the openafs-client init script, don't assume that AFS is mounted on - /afs when unmounting it or killing processes with AFS files open. - Instead, parse /etc/mtab to find the AFS mount point. - - -- Russ Allbery Tue, 04 May 2010 15:37:54 -0700 - openafs (1.4.12+dfsg-3) unstable; urgency=low * Apply upstream deltas: diff -Nru openafs-1.4.12.1+dfsg/debian/control openafs-1.4.12+dfsg/debian/control --- openafs-1.4.12.1+dfsg/debian/control 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/control 2011-03-14 11:03:58.000000000 +0100 @@ -6,13 +6,13 @@ Build-Depends: debhelper (>= 7), autoconf, automake, bison, comerr-dev, cpio, dblatex, dkms (>= 2.1.1.1), docbook-xsl, doxygen, flex, libkrb5-dev, libncurses5-dev, libpam0g-dev, libxml2-utils, perl, xsltproc -Standards-Version: 3.9.1 +Standards-Version: 3.8.4 Homepage: http://www.openafs.org/ Vcs-Git: git://git.debian.org/git/pkg-k5-afs/openafs.git Vcs-Browser: http://git.debian.org/?p=pkg-k5-afs/openafs.git Package: openafs-client -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: lsof, openafs-modules-dkms (>= ${source:Version}) | openafs-modules-source (>= ${source:Version}) @@ -30,7 +30,7 @@ Package: openafs-kpasswd Priority: extra -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client Conflicts: krb5-user, heimdal-clients, kerberos4kth-clients Description: AFS distributed filesystem old password changing @@ -44,7 +44,7 @@ package for new cells or for cells using Kerberos v5. Package: openafs-fileserver -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client, lsb-base Recommends: ntp | time-daemon Suggests: openafs-doc @@ -57,10 +57,13 @@ installed on any machine that will export files into AFS. Package: openafs-dbserver -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, openafs-fileserver, openafs-client Suggests: openafs-doc +Conflicts: openafs-ptutil +Replaces: openafs-ptutil +Provides: openafs-ptutil Description: AFS distributed filesystem database server AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access @@ -83,7 +86,7 @@ protocol documentation, and other OpenAFS documentation. Package: openafs-krb5 -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${shlibs:Depends}, ${misc:Depends} Conflicts: openafs-client (<< 1.4.7.dfsg1-1) Description: AFS distributed filesystem Kerberos 5 integration @@ -98,7 +101,7 @@ Package: libopenafs-dev Section: libdevel -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: openafs-doc @@ -114,7 +117,7 @@ Package: openafs-modules-source Section: kernel Priority: extra -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${misc:Depends}, bison, flex, debhelper (>= 5), module-assistant | kernel-package Description: AFS distributed filesystem kernel module source @@ -128,8 +131,8 @@ Package: openafs-modules-dkms Section: kernel Priority: extra -Depends: ${misc:Depends}, dkms, bison, flex, libc6-dev -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Depends: ${misc:Depends}, dkms, bison, flex +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Description: AFS distributed filesystem kernel module DKMS source AFS is a distributed filesystem allowing cross-platform sharing of files among multiple computers. Facilities are provided for access @@ -139,7 +142,7 @@ approriate configuration for DKMS to build new modules dynamically. Package: libpam-openafs-kaserver -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Section: admin Priority: extra Depends: ${shlibs:Depends}, ${misc:Depends}, openafs-client @@ -156,7 +159,7 @@ Package: openafs-dbg Section: debug Priority: extra -Architecture: alpha amd64 arm armel i386 ia64 powerpc powerpcspe ppc64 s390 s390x sparc +Architecture: alpha amd64 arm armel i386 ia64 lpia powerpc ppc64 s390 s390x sparc Depends: ${misc:Depends}, openafs-fileserver (= ${binary:Version}) | openafs-dbserver (= ${binary:Version}) Description: AFS distributed filesystem debugging information diff -Nru openafs-1.4.12.1+dfsg/debian/module/sysname openafs-1.4.12+dfsg/debian/module/sysname --- openafs-1.4.12.1+dfsg/debian/module/sysname 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/module/sysname 2011-03-14 11:03:58.000000000 +0100 @@ -31,7 +31,7 @@ ;; esac ;; -i[3456]86) +i[3456]86|lpia) case $KVERS in 2.2*) echo i386_linux22 diff -Nru openafs-1.4.12.1+dfsg/debian/openafs-client.init openafs-1.4.12+dfsg/debian/openafs-client.init --- openafs-1.4.12.1+dfsg/debian/openafs-client.init 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/openafs-client.init 2011-03-14 11:03:58.000000000 +0100 @@ -177,13 +177,10 @@ # normally called via kill_all_afs. kill_afs() { signal=$1 - mount=`grep ^'AFS ' /etc/mtab | awk '{ print $2 }'` - if [ -n "$mount" ] ; then - pids=`/usr/bin/lsof -Fp $mount | sed 's/p//'` - if [ -n "$pids" ] ; then - kill -$signal $pids > /dev/null 2>&1 - sleep 1 - fi + pids=`/usr/bin/lsof -Fp /afs | sed 's/p//'` + if [ -n "$pids" ] ; then + kill -$signal $pids > /dev/null 2>&1 + sleep 1 fi } @@ -241,8 +238,8 @@ stop|force-stop) $AFS_PRE_SHUTDOWN echo -n "Stopping AFS services:" - if grep -q '^AFS ' /etc/mtab ; then - umount `grep ^'AFS ' /etc/mtab | awk '{ print $2 }'` + if mount | grep -q '^AFS' ; then + umount /afs echo -n " afsd" fi if pidof /usr/sbin/afsd >/dev/null || pidof /sbin/afsd >/dev/null ; then diff -Nru openafs-1.4.12.1+dfsg/debian/openafs-client.postinst openafs-1.4.12+dfsg/debian/openafs-client.postinst --- openafs-1.4.12.1+dfsg/debian/openafs-client.postinst 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/openafs-client.postinst 2011-03-14 11:03:58.000000000 +0100 @@ -62,17 +62,8 @@ fi fi - # Our config script will have already taken care of extracting the cache - # size from the cacheinfo file and using it as the default for the debconf - # prompt, but the mount point and cache directory have no debconf prompts. - # For those, we need to get the default from the file. - mountpoint=/afs - cachedir=/var/cache/openafs - if [ -r /etc/openafs/cacheinfo ] ; then - IFS=: read mountpoint cachedir cachesize < /etc/openafs/cacheinfo - fi db_get openafs-client/cachesize - echo "${mountpoint}:${cachedir}:${RET}" > /etc/openafs/cacheinfo + echo /afs:/var/cache/openafs:$RET >/etc/openafs/cacheinfo echo <<'EOF' > /etc/openafs/afs.conf.client # This file is managed by debconf. You may change the parameters set below, diff -Nru openafs-1.4.12.1+dfsg/debian/openafs-doc.README.Debian openafs-1.4.12+dfsg/debian/openafs-doc.README.Debian --- openafs-1.4.12.1+dfsg/debian/openafs-doc.README.Debian 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/openafs-doc.README.Debian 2011-03-14 11:03:58.000000000 +0100 @@ -12,10 +12,12 @@ portions that are not relevant to Debian, because they all do contain some valuable information. Debian users should ignore the installation information and much of the Quick Start Guide in favor of the -documentation that comes with the Debian OpenAFS packages. +documentation that comes with the Debian OpenAFS packages, and should be +aware that the IBM AFS 3.6 Release Notes are for the IBM release +immediately prior to OpenAFS 1.0 (and are therefore rather dated). The AFS protocol information included here is dated and may not be accurate in all details, but is the best protocol information currently available. - -- Russ Allbery , Mon, 14 Jun 2010 18:18:35 -0700 + -- Russ Allbery , Sat Nov 19 12:45:55 2005 diff -Nru openafs-1.4.12.1+dfsg/debian/openafs-fileserver.init openafs-1.4.12+dfsg/debian/openafs-fileserver.init --- openafs-1.4.12.1+dfsg/debian/openafs-fileserver.init 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/openafs-fileserver.init 2011-03-14 11:03:58.000000000 +0100 @@ -1,8 +1,8 @@ #! /bin/sh ### BEGIN INIT INFO # Provides: openafs-fileserver -# Required-Start: $remote_fs $network $time $named -# Required-Stop: $remote_fs $network +# Required-Start: $local_fs $remote_fs $network $time +# Required-Stop: $local_fs $remote_fs $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: OpenAFS file and database server manager @@ -25,10 +25,8 @@ DAEMON_ARGS="" SCRIPTNAME=/etc/init.d/openafs-fileserver -# Exit if the package is not installed and we were not given the status option. -if [ ! -x "$DAEMON" ] && [ "status" != "$1" ] ; then - exit 0 -fi +# Exit if the package is not installed. +[ -x "$DAEMON" ] || exit 0 # Read configuration if it is present. [ -r /etc/default/openafs-fileserver ] && . /etc/default/openafs-fileserver @@ -111,27 +109,8 @@ esac ;; - status) - start-stop-daemon --start --quiet --startas $DAEMON --name $NAME --test \ - > /dev/null - case "$?" in - 0) - echo "$NAME is not running" - exit 3 - ;; - 1) - echo "$NAME is running" - exit 0 - ;; - *) - log_warning_msg "Cannot determine if $NAME is running" - exit 4 - ;; - esac - ;; - *) - echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}" >&2 + echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload}" >&2 exit 3 ;; esac diff -Nru openafs-1.4.12.1+dfsg/debian/openafs-modules-dkms.dkms openafs-1.4.12+dfsg/debian/openafs-modules-dkms.dkms --- openafs-1.4.12.1+dfsg/debian/openafs-modules-dkms.dkms 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/openafs-modules-dkms.dkms 2011-03-14 11:03:58.000000000 +0100 @@ -8,7 +8,7 @@ DEST_MODULE_LOCATION[0]="/updates/dkms/" AUTOINSTALL=yes -MAKE[0]="(./configure --with-linux-kernel-headers=${kernel_source_dir} - && make - && mv src/libafs/MODLOAD-*/openafs.ko .)" +MAKE[0]="./configure --with-linux-kernel-headers=${kernel_source_dir} + && make + && mv src/libafs/MODLOAD-*/openafs.ko ." CLEAN="rm -f openafs.ko && make -C src/libafs clean" diff -Nru openafs-1.4.12.1+dfsg/debian/rules openafs-1.4.12+dfsg/debian/rules --- openafs-1.4.12.1+dfsg/debian/rules 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/rules 2011-03-14 11:03:58.000000000 +0100 @@ -60,9 +60,7 @@ DEBVERS := $(shell dpkg-parsechangelog | grep ^Version: | cut -d' ' -f2 \ | cut -d- -f1) VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/[+-].*//' -e 's/~//g') -VERSHORT := $(shell echo '$(VERSION)' \ - | sed -e 's/\([0-9]*\.[0-9]*\.[0-9]*\).*/\1/') -UPSTREAM = /afs/grand.central.org/software/openafs/$(VERSHORT) +UPSTREAM = /afs/grand.central.org/software/openafs/$(VERSION) # Download the upstream source, merge in the doc tarball, and do the # repackaging that we have to do for DFSG reasons. This assumes AFS is diff -Nru openafs-1.4.12.1+dfsg/debian/sysname openafs-1.4.12+dfsg/debian/sysname --- openafs-1.4.12.1+dfsg/debian/sysname 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/debian/sysname 2011-03-14 11:03:58.000000000 +0100 @@ -15,13 +15,13 @@ amd64) echo amd64_linux26 ;; -i[3456]86) +i[3456]86|lpia) echo i386_linux26 ;; ia64) echo ia64_linux26 ;; -powerpc|powerpcspe) +powerpc) echo ppc_linux26 ;; ppc64) diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/afs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/afs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/afs.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/afs.1 2010-03-08 22:12:30.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFS 1" -.TH AFS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH AFS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/afs_compile_et.1 openafs-1.4.12+dfsg/doc/man-pages/man1/afs_compile_et.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/afs_compile_et.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/afs_compile_et.1 2010-03-08 22:12:30.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFS_COMPILE_ET 1" -.TH AFS_COMPILE_ET 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH AFS_COMPILE_ET 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/afsmonitor.1 openafs-1.4.12+dfsg/doc/man-pages/man1/afsmonitor.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/afsmonitor.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/afsmonitor.1 2010-03-08 22:12:30.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFSMONITOR 1" -.TH AFSMONITOR 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH AFSMONITOR 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/aklog.1 openafs-1.4.12+dfsg/doc/man-pages/man1/aklog.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/aklog.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/aklog.1 2010-03-08 22:12:30.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AKLOG 1" -.TH AKLOG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH AKLOG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/cmdebug.1 openafs-1.4.12+dfsg/doc/man-pages/man1/cmdebug.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/cmdebug.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/cmdebug.1 2010-03-08 22:12:30.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "CMDEBUG 1" -.TH CMDEBUG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH CMDEBUG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/copyauth.1 openafs-1.4.12+dfsg/doc/man-pages/man1/copyauth.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/copyauth.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/copyauth.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "COPYAUTH 1" -.TH COPYAUTH 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH COPYAUTH 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/dlog.1 openafs-1.4.12+dfsg/doc/man-pages/man1/dlog.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/dlog.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/dlog.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "DLOG 1" -.TH DLOG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH DLOG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/dpass.1 openafs-1.4.12+dfsg/doc/man-pages/man1/dpass.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/dpass.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/dpass.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "DPASS 1" -.TH DPASS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH DPASS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs.1 2010-05-25 22:59:32.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS 1" -.TH FS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_apropos.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_apropos.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_apropos.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_apropos.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_APROPOS 1" -.TH FS_APROPOS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_APROPOS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_checkservers.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_checkservers.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_checkservers.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_checkservers.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_CHECKSERVERS 1" -.TH FS_CHECKSERVERS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_CHECKSERVERS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_checkvolumes.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_checkvolumes.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_checkvolumes.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_checkvolumes.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_CHECKVOLUMES 1" -.TH FS_CHECKVOLUMES 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_CHECKVOLUMES 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_cleanacl.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_cleanacl.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_cleanacl.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_cleanacl.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_CLEANACL 1" -.TH FS_CLEANACL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_CLEANACL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_copyacl.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_copyacl.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_copyacl.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_copyacl.1 2010-03-08 22:12:31.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_COPYACL 1" -.TH FS_COPYACL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_COPYACL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_cscpolicy.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_cscpolicy.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_cscpolicy.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_cscpolicy.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_CSCPOLICY 1" -.TH FS_CSCPOLICY 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_CSCPOLICY 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_diskfree.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_diskfree.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_diskfree.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_diskfree.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_DISKFREE 1" -.TH FS_DISKFREE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_DISKFREE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_examine.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_examine.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_examine.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_examine.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_EXAMINE 1" -.TH FS_EXAMINE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_EXAMINE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_exportafs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_exportafs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_exportafs.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_exportafs.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_EXPORTAFS 1" -.TH FS_EXPORTAFS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_EXPORTAFS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flush.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flush.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flush.1 2010-05-25 22:59:33.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flush.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_FLUSH 1" -.TH FS_FLUSH 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_FLUSH 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flushall.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flushall.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flushall.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flushall.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_FLUSHALL 1" -.TH FS_FLUSHALL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_FLUSHALL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flushmount.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flushmount.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flushmount.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flushmount.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_FLUSHMOUNT 1" -.TH FS_FLUSHMOUNT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_FLUSHMOUNT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flushvolume.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flushvolume.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_flushvolume.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_flushvolume.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_FLUSHVOLUME 1" -.TH FS_FLUSHVOLUME 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_FLUSHVOLUME 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcacheparms.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcacheparms.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcacheparms.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcacheparms.1 2010-03-08 22:12:32.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETCACHEPARMS 1" -.TH FS_GETCACHEPARMS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETCACHEPARMS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcalleraccess.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcalleraccess.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcalleraccess.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcalleraccess.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETCALLERACCESS 1" -.TH FS_GETCALLERACCESS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETCALLERACCESS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcellstatus.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcellstatus.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcellstatus.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcellstatus.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETCELLSTATUS 1" -.TH FS_GETCELLSTATUS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETCELLSTATUS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getclientaddrs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getclientaddrs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getclientaddrs.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getclientaddrs.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETCLIENTADDRS 1" -.TH FS_GETCLIENTADDRS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETCLIENTADDRS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcrypt.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcrypt.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getcrypt.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getcrypt.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETCRYPT 1" -.TH FS_GETCRYPT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETCRYPT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getfid.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getfid.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getfid.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getfid.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETFID 1" -.TH FS_GETFID 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETFID 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getserverprefs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getserverprefs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_getserverprefs.1 2010-05-25 22:59:34.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_getserverprefs.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_GETSERVERPREFS 1" -.TH FS_GETSERVERPREFS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_GETSERVERPREFS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_help.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_help.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_help.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_help.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_HELP 1" -.TH FS_HELP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_HELP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listacl.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listacl.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listacl.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listacl.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_LISTACL 1" -.TH FS_LISTACL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_LISTACL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listaliases.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listaliases.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listaliases.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listaliases.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_LISTALIASES 1" -.TH FS_LISTALIASES 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_LISTALIASES 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listcells.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listcells.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listcells.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listcells.1 2010-03-08 22:12:33.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_LISTCELLS 1" -.TH FS_LISTCELLS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_LISTCELLS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listquota.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listquota.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_listquota.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_listquota.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_LISTQUOTA 1" -.TH FS_LISTQUOTA 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_LISTQUOTA 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_lsmount.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_lsmount.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_lsmount.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_lsmount.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_LSMOUNT 1" -.TH FS_LSMOUNT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_LSMOUNT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_memdump.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_memdump.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_memdump.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_memdump.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_MEMDUMP 1" -.TH FS_MEMDUMP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_MEMDUMP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_messages.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_messages.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_messages.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_messages.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_MESSAGES 1" -.TH FS_MESSAGES 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_MESSAGES 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_minidump.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_minidump.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_minidump.1 2010-05-25 22:59:35.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_minidump.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_MINIDUMP 1" -.TH FS_MINIDUMP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_MINIDUMP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_mkmount.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_mkmount.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_mkmount.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_mkmount.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_MKMOUNT 1" -.TH FS_MKMOUNT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_MKMOUNT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_monitor.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_monitor.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_monitor.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_monitor.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_MONITOR 1" -.TH FS_MONITOR 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_MONITOR 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_newalias.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_newalias.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_newalias.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_newalias.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_NEWALIAS 1" -.TH FS_NEWALIAS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_NEWALIAS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_newcell.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_newcell.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_newcell.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_newcell.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_NEWCELL 1" -.TH FS_NEWCELL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_NEWCELL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_quota.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_quota.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_quota.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_quota.1 2010-03-08 22:12:34.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_QUOTA 1" -.TH FS_QUOTA 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_QUOTA 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_rmmount.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_rmmount.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_rmmount.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_rmmount.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_RMMOUNT 1" -.TH FS_RMMOUNT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_RMMOUNT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_rxstatpeer.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_rxstatpeer.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_rxstatpeer.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_rxstatpeer.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_RXSTATPEER 1" -.TH FS_RXSTATPEER 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_RXSTATPEER 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_rxstatproc.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_rxstatproc.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_rxstatproc.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_rxstatproc.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_RXSTATPROC 1" -.TH FS_RXSTATPROC 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_RXSTATPROC 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setacl.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setacl.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setacl.1 2010-05-25 22:59:36.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setacl.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETACL 1" -.TH FS_SETACL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETACL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcachesize.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcachesize.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcachesize.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcachesize.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETCACHESIZE 1" -.TH FS_SETCACHESIZE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETCACHESIZE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcbaddr.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcbaddr.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcbaddr.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcbaddr.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETCBADDR 1" -.TH FS_SETCBADDR 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETCBADDR 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcell.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcell.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcell.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcell.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETCELL 1" -.TH FS_SETCELL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETCELL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setclientaddrs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setclientaddrs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setclientaddrs.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setclientaddrs.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETCLIENTADDRS 1" -.TH FS_SETCLIENTADDRS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETCLIENTADDRS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcrypt.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcrypt.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setcrypt.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setcrypt.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETCRYPT 1" -.TH FS_SETCRYPT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETCRYPT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setquota.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setquota.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setquota.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setquota.1 2010-03-08 22:12:35.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETQUOTA 1" -.TH FS_SETQUOTA 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETQUOTA 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setserverprefs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setserverprefs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setserverprefs.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setserverprefs.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETSERVERPREFS 1" -.TH FS_SETSERVERPREFS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETSERVERPREFS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setvol.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setvol.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_setvol.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_setvol.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SETVOL 1" -.TH FS_SETVOL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SETVOL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_storebehind.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_storebehind.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_storebehind.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_storebehind.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_STOREBEHIND 1" -.TH FS_STOREBEHIND 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_STOREBEHIND 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_sysname.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_sysname.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_sysname.1 2010-05-25 22:59:37.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_sysname.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_SYSNAME 1" -.TH FS_SYSNAME 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_SYSNAME 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_trace.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_trace.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_trace.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_trace.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_TRACE 1" -.TH FS_TRACE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_TRACE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_uuid.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_uuid.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_uuid.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_uuid.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_UUID 1" -.TH FS_UUID 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_UUID 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_whereis.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_whereis.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_whereis.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_whereis.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_WHEREIS 1" -.TH FS_WHEREIS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_WHEREIS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_whichcell.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_whichcell.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_whichcell.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_whichcell.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_WHICHCELL 1" -.TH FS_WHICHCELL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_WHICHCELL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_wscell.1 openafs-1.4.12+dfsg/doc/man-pages/man1/fs_wscell.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/fs_wscell.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/fs_wscell.1 2010-03-08 22:12:36.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FS_WSCELL 1" -.TH FS_WSCELL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FS_WSCELL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/klog.1 openafs-1.4.12+dfsg/doc/man-pages/man1/klog.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/klog.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/klog.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KLOG 1" -.TH KLOG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KLOG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/klog.krb5.1 openafs-1.4.12+dfsg/doc/man-pages/man1/klog.krb5.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/klog.krb5.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/klog.krb5.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KLOG.KRB5 1" -.TH KLOG.KRB5 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KLOG.KRB5 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/knfs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/knfs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/knfs.1 2010-05-25 22:59:38.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/knfs.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KNFS 1" -.TH KNFS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KNFS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/kpasswd.1 openafs-1.4.12+dfsg/doc/man-pages/man1/kpasswd.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/kpasswd.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/kpasswd.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KPASSWD 1" -.TH KPASSWD 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KPASSWD 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/livesys.1 openafs-1.4.12+dfsg/doc/man-pages/man1/livesys.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/livesys.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/livesys.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "LIVESYS 1" -.TH LIVESYS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH LIVESYS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/package_test.1 openafs-1.4.12+dfsg/doc/man-pages/man1/package_test.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/package_test.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/package_test.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PACKAGE_TEST 1" -.TH PACKAGE_TEST 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PACKAGE_TEST 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pagsh.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pagsh.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pagsh.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pagsh.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PAGSH 1" -.TH PAGSH 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PAGSH 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS 1" -.TH PTS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_adduser.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_adduser.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_adduser.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_adduser.1 2010-03-08 22:12:37.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_ADDUSER 1" -.TH PTS_ADDUSER 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_ADDUSER 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_apropos.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_apropos.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_apropos.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_apropos.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_APROPOS 1" -.TH PTS_APROPOS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_APROPOS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_chown.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_chown.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_chown.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_chown.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_CHOWN 1" -.TH PTS_CHOWN 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_CHOWN 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_creategroup.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_creategroup.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_creategroup.1 2010-05-25 22:59:39.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_creategroup.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_CREATEGROUP 1" -.TH PTS_CREATEGROUP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_CREATEGROUP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_createuser.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_createuser.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_createuser.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_createuser.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_CREATEUSER 1" -.TH PTS_CREATEUSER 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_CREATEUSER 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_delete.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_delete.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_delete.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_delete.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_DELETE 1" -.TH PTS_DELETE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_DELETE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_examine.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_examine.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_examine.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_examine.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_EXAMINE 1" -.TH PTS_EXAMINE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_EXAMINE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_help.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_help.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_help.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_help.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_HELP 1" -.TH PTS_HELP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_HELP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_interactive.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_interactive.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_interactive.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_interactive.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_INTERACTIVE 1" -.TH PTS_INTERACTIVE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_INTERACTIVE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_listentries.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_listentries.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_listentries.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_listentries.1 2010-03-08 22:12:38.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_LISTENTRIES 1" -.TH PTS_LISTENTRIES 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_LISTENTRIES 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_listmax.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_listmax.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_listmax.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_listmax.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_LISTMAX 1" -.TH PTS_LISTMAX 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_LISTMAX 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_listowned.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_listowned.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_listowned.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_listowned.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_LISTOWNED 1" -.TH PTS_LISTOWNED 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_LISTOWNED 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_membership.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_membership.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_membership.1 2010-05-25 22:59:40.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_membership.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_MEMBERSHIP 1" -.TH PTS_MEMBERSHIP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_MEMBERSHIP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_quit.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_quit.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_quit.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_quit.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_QUIT 1" -.TH PTS_QUIT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_QUIT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_removeuser.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_removeuser.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_removeuser.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_removeuser.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_REMOVEUSER 1" -.TH PTS_REMOVEUSER 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_REMOVEUSER 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_rename.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_rename.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_rename.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_rename.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_RENAME 1" -.TH PTS_RENAME 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_RENAME 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_setfields.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_setfields.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_setfields.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_setfields.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_SETFIELDS 1" -.TH PTS_SETFIELDS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_SETFIELDS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_setmax.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_setmax.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_setmax.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_setmax.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_SETMAX 1" -.TH PTS_SETMAX 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_SETMAX 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_sleep.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_sleep.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_sleep.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_sleep.1 2010-03-08 22:12:39.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_SLEEP 1" -.TH PTS_SLEEP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_SLEEP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_source.1 openafs-1.4.12+dfsg/doc/man-pages/man1/pts_source.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/pts_source.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/pts_source.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTS_SOURCE 1" -.TH PTS_SOURCE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTS_SOURCE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/rxdebug.1 openafs-1.4.12+dfsg/doc/man-pages/man1/rxdebug.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/rxdebug.1 2010-05-25 22:59:41.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/rxdebug.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "RXDEBUG 1" -.TH RXDEBUG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH RXDEBUG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/rxgen.1 openafs-1.4.12+dfsg/doc/man-pages/man1/rxgen.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/rxgen.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/rxgen.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "RXGEN 1" -.TH RXGEN 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH RXGEN 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/scout.1 openafs-1.4.12+dfsg/doc/man-pages/man1/scout.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/scout.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/scout.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SCOUT 1" -.TH SCOUT 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SCOUT 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink.1 openafs-1.4.12+dfsg/doc/man-pages/man1/symlink.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/symlink.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SYMLINK 1" -.TH SYMLINK 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SYMLINK 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink_list.1 openafs-1.4.12+dfsg/doc/man-pages/man1/symlink_list.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink_list.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/symlink_list.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SYMLINK_LIST 1" -.TH SYMLINK_LIST 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SYMLINK_LIST 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink_make.1 openafs-1.4.12+dfsg/doc/man-pages/man1/symlink_make.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink_make.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/symlink_make.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SYMLINK_MAKE 1" -.TH SYMLINK_MAKE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SYMLINK_MAKE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink_remove.1 openafs-1.4.12+dfsg/doc/man-pages/man1/symlink_remove.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/symlink_remove.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/symlink_remove.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SYMLINK_REMOVE 1" -.TH SYMLINK_REMOVE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SYMLINK_REMOVE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/sys.1 openafs-1.4.12+dfsg/doc/man-pages/man1/sys.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/sys.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/sys.1 2010-03-08 22:12:40.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SYS 1" -.TH SYS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SYS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/tokens.1 openafs-1.4.12+dfsg/doc/man-pages/man1/tokens.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/tokens.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/tokens.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "TOKENS 1" -.TH TOKENS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH TOKENS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/translate_et.1 openafs-1.4.12+dfsg/doc/man-pages/man1/translate_et.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/translate_et.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/translate_et.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "TRANSLATE_ET 1" -.TH TRANSLATE_ET 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH TRANSLATE_ET 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/udebug.1 openafs-1.4.12+dfsg/doc/man-pages/man1/udebug.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/udebug.1 2010-05-25 22:59:42.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/udebug.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "UDEBUG 1" -.TH UDEBUG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH UDEBUG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/unlog.1 openafs-1.4.12+dfsg/doc/man-pages/man1/unlog.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/unlog.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/unlog.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "UNLOG 1" -.TH UNLOG 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH UNLOG 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/up.1 openafs-1.4.12+dfsg/doc/man-pages/man1/up.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/up.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/up.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "UP 1" -.TH UP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH UP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS 1" -.TH VOS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_addsite.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_addsite.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_addsite.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_addsite.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_ADDSITE 1" -.TH VOS_ADDSITE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_ADDSITE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_apropos.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_apropos.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_apropos.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_apropos.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_APROPOS 1" -.TH VOS_APROPOS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_APROPOS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_backup.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_backup.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_backup.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_backup.1 2010-03-08 22:12:41.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_BACKUP 1" -.TH VOS_BACKUP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_BACKUP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_backupsys.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_backupsys.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_backupsys.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_backupsys.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_BACKUPSYS 1" -.TH VOS_BACKUPSYS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_BACKUPSYS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_changeaddr.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_changeaddr.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_changeaddr.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_changeaddr.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_CHANGEADDR 1" -.TH VOS_CHANGEADDR 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_CHANGEADDR 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_changeloc.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_changeloc.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_changeloc.1 2010-05-25 22:59:43.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_changeloc.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_CHANGELOC 1" -.TH VOS_CHANGELOC 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_CHANGELOC 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_clone.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_clone.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_clone.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_clone.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_CLONE 1" -.TH VOS_CLONE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_CLONE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_convertROtoRW.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_convertROtoRW.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_convertROtoRW.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_convertROtoRW.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_CONVERTROTORW 1" -.TH VOS_CONVERTROTORW 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_CONVERTROTORW 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_copy.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_copy.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_copy.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_copy.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_COPY 1" -.TH VOS_COPY 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_COPY 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_create.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_create.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_create.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_create.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_CREATE 1" -.TH VOS_CREATE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_CREATE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_delentry.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_delentry.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_delentry.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_delentry.1 2010-03-08 22:12:42.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_DELENTRY 1" -.TH VOS_DELENTRY 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_DELENTRY 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_dump.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_dump.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_dump.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_dump.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_DUMP 1" -.TH VOS_DUMP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_DUMP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_examine.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_examine.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_examine.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_examine.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_EXAMINE 1" -.TH VOS_EXAMINE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_EXAMINE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_help.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_help.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_help.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_help.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_HELP 1" -.TH VOS_HELP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_HELP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listaddrs.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listaddrs.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listaddrs.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listaddrs.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_LISTADDRS 1" -.TH VOS_LISTADDRS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_LISTADDRS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listpart.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listpart.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listpart.1 2010-05-25 22:59:44.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listpart.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_LISTPART 1" -.TH VOS_LISTPART 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_LISTPART 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listvldb.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listvldb.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listvldb.1 2010-05-25 22:59:45.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listvldb.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_LISTVLDB 1" -.TH VOS_LISTVLDB 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_LISTVLDB 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listvol.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listvol.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_listvol.1 2010-05-25 22:59:45.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_listvol.1 2010-03-08 22:12:43.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_LISTVOL 1" -.TH VOS_LISTVOL 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_LISTVOL 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_lock.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_lock.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_lock.1 2010-05-25 22:59:45.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_lock.1 2010-03-08 22:12:44.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_LOCK 1" -.TH VOS_LOCK 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_LOCK 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_move.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_move.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_move.1 2010-05-25 22:59:45.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_move.1 2010-03-08 22:12:44.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_MOVE 1" -.TH VOS_MOVE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_MOVE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_offline.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_offline.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_offline.1 2010-05-25 22:59:45.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_offline.1 2010-03-08 22:12:44.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_OFFLINE 1" -.TH VOS_OFFLINE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_OFFLINE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_online.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_online.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_online.1 2010-05-25 22:59:45.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_online.1 2010-03-08 22:12:44.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_ONLINE 1" -.TH VOS_ONLINE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_ONLINE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_partinfo.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_partinfo.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_partinfo.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_partinfo.1 2010-03-08 22:12:44.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_PARTINFO 1" -.TH VOS_PARTINFO 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_PARTINFO 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_release.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_release.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_release.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_release.1 2010-03-08 22:12:45.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_RELEASE 1" -.TH VOS_RELEASE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_RELEASE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_remove.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_remove.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_remove.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_remove.1 2010-03-08 22:12:45.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_REMOVE 1" -.TH VOS_REMOVE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_REMOVE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_remsite.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_remsite.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_remsite.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_remsite.1 2010-03-08 22:12:45.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_REMSITE 1" -.TH VOS_REMSITE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_REMSITE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_rename.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_rename.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_rename.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_rename.1 2010-03-08 22:12:45.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_RENAME 1" -.TH VOS_RENAME 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_RENAME 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_restore.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_restore.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_restore.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_restore.1 2010-03-08 22:12:45.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_RESTORE 1" -.TH VOS_RESTORE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_RESTORE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_setfields.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_setfields.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_setfields.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_setfields.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_SETFIELDS 1" -.TH VOS_SETFIELDS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_SETFIELDS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_shadow.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_shadow.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_shadow.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_shadow.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_SHADOW 1" -.TH VOS_SHADOW 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_SHADOW 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_size.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_size.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_size.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_size.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_SIZE 1" -.TH VOS_SIZE 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_SIZE 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_status.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_status.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_status.1 2010-05-25 22:59:46.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_status.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_STATUS 1" -.TH VOS_STATUS 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_STATUS 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_syncserv.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_syncserv.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_syncserv.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_syncserv.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_SYNCSERV 1" -.TH VOS_SYNCSERV 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_SYNCSERV 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_syncvldb.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_syncvldb.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_syncvldb.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_syncvldb.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_SYNCVLDB 1" -.TH VOS_SYNCVLDB 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_SYNCVLDB 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_unlock.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_unlock.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_unlock.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_unlock.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_UNLOCK 1" -.TH VOS_UNLOCK 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_UNLOCK 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_unlockvldb.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_unlockvldb.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_unlockvldb.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_unlockvldb.1 2010-03-08 22:12:46.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_UNLOCKVLDB 1" -.TH VOS_UNLOCKVLDB 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_UNLOCKVLDB 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_zap.1 openafs-1.4.12+dfsg/doc/man-pages/man1/vos_zap.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/vos_zap.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/vos_zap.1 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOS_ZAP 1" -.TH VOS_ZAP 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOS_ZAP 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/xstat_cm_test.1 openafs-1.4.12+dfsg/doc/man-pages/man1/xstat_cm_test.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/xstat_cm_test.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/xstat_cm_test.1 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "XSTAT_CM_TEST 1" -.TH XSTAT_CM_TEST 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH XSTAT_CM_TEST 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man1/xstat_fs_test.1 openafs-1.4.12+dfsg/doc/man-pages/man1/xstat_fs_test.1 --- openafs-1.4.12.1+dfsg/doc/man-pages/man1/xstat_fs_test.1 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man1/xstat_fs_test.1 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "XSTAT_FS_TEST 1" -.TH XSTAT_FS_TEST 1 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH XSTAT_FS_TEST 1 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/afs.5 openafs-1.4.12+dfsg/doc/man-pages/man5/afs.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/afs.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/afs.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFS 5" -.TH AFS 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AFS 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/afs_cache.5 openafs-1.4.12+dfsg/doc/man-pages/man5/afs_cache.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/afs_cache.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/afs_cache.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFS_CACHE 5" -.TH AFS_CACHE 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AFS_CACHE 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/afsmonitor.5 openafs-1.4.12+dfsg/doc/man-pages/man5/afsmonitor.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/afsmonitor.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/afsmonitor.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFSMONITOR 5" -.TH AFSMONITOR 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AFSMONITOR 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/afs_volume_header.5 openafs-1.4.12+dfsg/doc/man-pages/man5/afs_volume_header.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/afs_volume_header.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/afs_volume_header.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFS_VOLUME_HEADER 5" -.TH AFS_VOLUME_HEADER 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AFS_VOLUME_HEADER 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/afszcm.cat.5 openafs-1.4.12+dfsg/doc/man-pages/man5/afszcm.cat.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/afszcm.cat.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/afszcm.cat.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFSZCM.CAT 5" -.TH AFSZCM.CAT 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AFSZCM.CAT 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/AuthLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/AuthLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/AuthLog.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/AuthLog.5 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AUTHLOG 5" -.TH AUTHLOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AUTHLOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/AuthLog.dir.5 openafs-1.4.12+dfsg/doc/man-pages/man5/AuthLog.dir.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/AuthLog.dir.5 2010-05-25 22:59:47.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/AuthLog.dir.5 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AUTHLOG.DIR 5" -.TH AUTHLOG.DIR 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH AUTHLOG.DIR 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/BackupLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/BackupLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/BackupLog.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/BackupLog.5 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUPLOG 5" -.TH BACKUPLOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH BACKUPLOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/bdb.DB0.5 openafs-1.4.12+dfsg/doc/man-pages/man5/bdb.DB0.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/bdb.DB0.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/bdb.DB0.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BDB.DB0 5" -.TH BDB.DB0 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH BDB.DB0 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/BosConfig.5 openafs-1.4.12+dfsg/doc/man-pages/man5/BosConfig.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/BosConfig.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/BosConfig.5 2010-03-08 22:12:47.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOSCONFIG 5" -.TH BOSCONFIG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH BOSCONFIG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/BosLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/BosLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/BosLog.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/BosLog.5 2010-03-08 22:12:48.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOSLOG 5" -.TH BOSLOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH BOSLOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/butc.5 openafs-1.4.12+dfsg/doc/man-pages/man5/butc.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/butc.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/butc.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BUTC 5" -.TH BUTC 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH BUTC 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/butc_logs.5 openafs-1.4.12+dfsg/doc/man-pages/man5/butc_logs.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/butc_logs.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/butc_logs.5 2010-03-08 22:12:50.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BUTC_LOGS 5" -.TH BUTC_LOGS 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH BUTC_LOGS 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/cacheinfo.5 openafs-1.4.12+dfsg/doc/man-pages/man5/cacheinfo.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/cacheinfo.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/cacheinfo.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "CACHEINFO 5" -.TH CACHEINFO 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH CACHEINFO 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/CellAlias.5 openafs-1.4.12+dfsg/doc/man-pages/man5/CellAlias.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/CellAlias.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/CellAlias.5 2010-03-08 22:12:48.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "CELLALIAS 5" -.TH CELLALIAS 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH CELLALIAS 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/CellServDB.5 openafs-1.4.12+dfsg/doc/man-pages/man5/CellServDB.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/CellServDB.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/CellServDB.5 2010-03-08 22:12:48.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "CELLSERVDB 5" -.TH CELLSERVDB 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH CELLSERVDB 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/FileLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/FileLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/FileLog.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/FileLog.5 2010-03-08 22:12:48.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FILELOG 5" -.TH FILELOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH FILELOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/fms.log.5 openafs-1.4.12+dfsg/doc/man-pages/man5/fms.log.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/fms.log.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/fms.log.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FMS.LOG 5" -.TH FMS.LOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH FMS.LOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/FORCESALVAGE.5 openafs-1.4.12+dfsg/doc/man-pages/man5/FORCESALVAGE.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/FORCESALVAGE.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/FORCESALVAGE.5 2010-03-08 22:12:48.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FORCESALVAGE 5" -.TH FORCESALVAGE 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH FORCESALVAGE 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/kaserverauxdb.5 openafs-1.4.12+dfsg/doc/man-pages/man5/kaserverauxdb.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/kaserverauxdb.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/kaserverauxdb.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KASERVERAUXDB 5" -.TH KASERVERAUXDB 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH KASERVERAUXDB 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/kaserver.DB0.5 openafs-1.4.12+dfsg/doc/man-pages/man5/kaserver.DB0.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/kaserver.DB0.5 2010-05-25 22:59:50.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/kaserver.DB0.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KASERVER.DB0 5" -.TH KASERVER.DB0 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH KASERVER.DB0 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/KeyFile.5 openafs-1.4.12+dfsg/doc/man-pages/man5/KeyFile.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/KeyFile.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/KeyFile.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KEYFILE 5" -.TH KEYFILE 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH KEYFILE 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/krb.conf.5 openafs-1.4.12+dfsg/doc/man-pages/man5/krb.conf.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/krb.conf.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/krb.conf.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KRB.CONF 5" -.TH KRB.CONF 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH KRB.CONF 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/NetInfo.5 openafs-1.4.12+dfsg/doc/man-pages/man5/NetInfo.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/NetInfo.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/NetInfo.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "NETINFO 5" -.TH NETINFO 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH NETINFO 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/NetRestrict.5 openafs-1.4.12+dfsg/doc/man-pages/man5/NetRestrict.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/NetRestrict.5 2010-05-25 22:59:48.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/NetRestrict.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "NETRESTRICT 5" -.TH NETRESTRICT 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH NETRESTRICT 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/NoAuth.5 openafs-1.4.12+dfsg/doc/man-pages/man5/NoAuth.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/NoAuth.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/NoAuth.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "NOAUTH 5" -.TH NOAUTH 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH NOAUTH 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/package.5 openafs-1.4.12+dfsg/doc/man-pages/man5/package.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/package.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/package.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PACKAGE 5" -.TH PACKAGE 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH PACKAGE 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/prdb.DB0.5 openafs-1.4.12+dfsg/doc/man-pages/man5/prdb.DB0.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/prdb.DB0.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/prdb.DB0.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PRDB.DB0 5" -.TH PRDB.DB0 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH PRDB.DB0 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/SALVAGE.fs.5 openafs-1.4.12+dfsg/doc/man-pages/man5/SALVAGE.fs.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/SALVAGE.fs.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/SALVAGE.fs.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SALVAGE.FS 5" -.TH SALVAGE.FS 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH SALVAGE.FS 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/salvage.lock.5 openafs-1.4.12+dfsg/doc/man-pages/man5/salvage.lock.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/salvage.lock.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/salvage.lock.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SALVAGE.LOCK 5" -.TH SALVAGE.LOCK 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH SALVAGE.LOCK 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/SalvageLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/SalvageLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/SalvageLog.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/SalvageLog.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SALVAGELOG 5" -.TH SALVAGELOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH SALVAGELOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/sysid.5 openafs-1.4.12+dfsg/doc/man-pages/man5/sysid.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/sysid.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/sysid.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SYSID 5" -.TH SYSID 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH SYSID 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/tapeconfig.5 openafs-1.4.12+dfsg/doc/man-pages/man5/tapeconfig.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/tapeconfig.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/tapeconfig.5 2010-03-08 22:12:51.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "TAPECONFIG 5" -.TH TAPECONFIG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH TAPECONFIG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/ThisCell.5 openafs-1.4.12+dfsg/doc/man-pages/man5/ThisCell.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/ThisCell.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/ThisCell.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "THISCELL 5" -.TH THISCELL 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH THISCELL 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/UserList.5 openafs-1.4.12+dfsg/doc/man-pages/man5/UserList.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/UserList.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/UserList.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USERLIST 5" -.TH USERLIST 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH USERLIST 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/uss.5 openafs-1.4.12+dfsg/doc/man-pages/man5/uss.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/uss.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/uss.5 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS 5" -.TH USS 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH USS 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/uss_bulk.5 openafs-1.4.12+dfsg/doc/man-pages/man5/uss_bulk.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/uss_bulk.5 2010-05-25 22:59:51.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/uss_bulk.5 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS_BULK 5" -.TH USS_BULK 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH USS_BULK 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/vldb.DB0.5 openafs-1.4.12+dfsg/doc/man-pages/man5/vldb.DB0.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/vldb.DB0.5 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/vldb.DB0.5 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VLDB.DB0 5" -.TH VLDB.DB0 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH VLDB.DB0 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/VLLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/VLLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/VLLog.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/VLLog.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VLLOG 5" -.TH VLLOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH VLLOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man5/VolserLog.5 openafs-1.4.12+dfsg/doc/man-pages/man5/VolserLog.5 --- openafs-1.4.12.1+dfsg/doc/man-pages/man5/VolserLog.5 2010-05-25 22:59:49.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man5/VolserLog.5 2010-03-08 22:12:49.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOLSERLOG 5" -.TH VOLSERLOG 5 "2010-05-24" "OpenAFS" "AFS File Reference" +.TH VOLSERLOG 5 "2010-03-08" "OpenAFS" "AFS File Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/afsd.8 openafs-1.4.12+dfsg/doc/man-pages/man8/afsd.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/afsd.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/afsd.8 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "AFSD 8" -.TH AFSD 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH AFSD 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/asetkey.8 openafs-1.4.12+dfsg/doc/man-pages/man8/asetkey.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/asetkey.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/asetkey.8 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "ASETKEY 8" -.TH ASETKEY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH ASETKEY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup.8 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP 8" -.TH BACKUP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_adddump.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_adddump.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_adddump.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_adddump.8 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_ADDDUMP 8" -.TH BACKUP_ADDDUMP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_ADDDUMP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_addhost.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_addhost.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_addhost.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_addhost.8 2010-03-08 22:12:52.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_ADDHOST 8" -.TH BACKUP_ADDHOST 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_ADDHOST 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_addvolentry.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_addvolentry.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_addvolentry.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_addvolentry.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_ADDVOLENTRY 8" -.TH BACKUP_ADDVOLENTRY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_ADDVOLENTRY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_addvolset.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_addvolset.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_addvolset.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_addvolset.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_ADDVOLSET 8" -.TH BACKUP_ADDVOLSET 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_ADDVOLSET 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_apropos.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_apropos.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_apropos.8 2010-05-25 22:59:52.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_apropos.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_APROPOS 8" -.TH BACKUP_APROPOS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_APROPOS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_dbverify.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_dbverify.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_dbverify.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_dbverify.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DBVERIFY 8" -.TH BACKUP_DBVERIFY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DBVERIFY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_deldump.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_deldump.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_deldump.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_deldump.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DELDUMP 8" -.TH BACKUP_DELDUMP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DELDUMP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_deletedump.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_deletedump.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_deletedump.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_deletedump.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DELETEDUMP 8" -.TH BACKUP_DELETEDUMP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DELETEDUMP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_delhost.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_delhost.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_delhost.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_delhost.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DELHOST 8" -.TH BACKUP_DELHOST 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DELHOST 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_delvolentry.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_delvolentry.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_delvolentry.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_delvolentry.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DELVOLENTRY 8" -.TH BACKUP_DELVOLENTRY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DELVOLENTRY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_delvolset.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_delvolset.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_delvolset.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_delvolset.8 2010-03-08 22:12:53.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DELVOLSET 8" -.TH BACKUP_DELVOLSET 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DELVOLSET 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_diskrestore.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_diskrestore.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_diskrestore.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_diskrestore.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DISKRESTORE 8" -.TH BACKUP_DISKRESTORE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DISKRESTORE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_dump.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_dump.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_dump.8 2010-05-25 22:59:53.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_dump.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DUMP 8" -.TH BACKUP_DUMP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DUMP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_dumpinfo.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_dumpinfo.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_dumpinfo.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_dumpinfo.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_DUMPINFO 8" -.TH BACKUP_DUMPINFO 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_DUMPINFO 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_help.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_help.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_help.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_help.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_HELP 8" -.TH BACKUP_HELP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_HELP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_interactive.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_interactive.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_interactive.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_interactive.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_INTERACTIVE 8" -.TH BACKUP_INTERACTIVE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_INTERACTIVE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_jobs.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_jobs.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_jobs.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_jobs.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_JOBS 8" -.TH BACKUP_JOBS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_JOBS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_kill.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_kill.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_kill.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_kill.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_KILL 8" -.TH BACKUP_KILL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_KILL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_labeltape.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_labeltape.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_labeltape.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_labeltape.8 2010-03-08 22:12:54.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_LABELTAPE 8" -.TH BACKUP_LABELTAPE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_LABELTAPE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_listdumps.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_listdumps.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_listdumps.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_listdumps.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_LISTDUMPS 8" -.TH BACKUP_LISTDUMPS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_LISTDUMPS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_listhosts.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_listhosts.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_listhosts.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_listhosts.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_LISTHOSTS 8" -.TH BACKUP_LISTHOSTS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_LISTHOSTS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_listvolsets.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_listvolsets.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_listvolsets.8 2010-05-25 22:59:54.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_listvolsets.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_LISTVOLSETS 8" -.TH BACKUP_LISTVOLSETS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_LISTVOLSETS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_quit.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_quit.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_quit.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_quit.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_QUIT 8" -.TH BACKUP_QUIT 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_QUIT 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_readlabel.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_readlabel.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_readlabel.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_readlabel.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_READLABEL 8" -.TH BACKUP_READLABEL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_READLABEL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_restoredb.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_restoredb.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_restoredb.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_restoredb.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_RESTOREDB 8" -.TH BACKUP_RESTOREDB 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_RESTOREDB 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_savedb.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_savedb.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_savedb.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_savedb.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_SAVEDB 8" -.TH BACKUP_SAVEDB 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_SAVEDB 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_scantape.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_scantape.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_scantape.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_scantape.8 2010-03-08 22:12:55.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_SCANTAPE 8" -.TH BACKUP_SCANTAPE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_SCANTAPE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_setexp.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_setexp.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_setexp.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_setexp.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_SETEXP 8" -.TH BACKUP_SETEXP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_SETEXP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_status.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_status.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_status.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_status.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_STATUS 8" -.TH BACKUP_STATUS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_STATUS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_volinfo.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_volinfo.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_volinfo.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_volinfo.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_VOLINFO 8" -.TH BACKUP_VOLINFO 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_VOLINFO 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_volrestore.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_volrestore.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_volrestore.8 2010-05-25 22:59:55.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_volrestore.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_VOLRESTORE 8" -.TH BACKUP_VOLRESTORE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_VOLRESTORE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_volsetrestore.8 openafs-1.4.12+dfsg/doc/man-pages/man8/backup_volsetrestore.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/backup_volsetrestore.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/backup_volsetrestore.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BACKUP_VOLSETRESTORE 8" -.TH BACKUP_VOLSETRESTORE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BACKUP_VOLSETRESTORE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS 8" -.TH BOS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_addhost.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_addhost.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_addhost.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_addhost.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_ADDHOST 8" -.TH BOS_ADDHOST 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_ADDHOST 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_addkey.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_addkey.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_addkey.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_addkey.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_ADDKEY 8" -.TH BOS_ADDKEY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_ADDKEY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_adduser.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_adduser.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_adduser.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_adduser.8 2010-03-08 22:12:56.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_ADDUSER 8" -.TH BOS_ADDUSER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_ADDUSER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_apropos.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_apropos.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_apropos.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_apropos.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_APROPOS 8" -.TH BOS_APROPOS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_APROPOS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_create.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_create.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_create.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_create.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_CREATE 8" -.TH BOS_CREATE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_CREATE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_delete.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_delete.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_delete.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_delete.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_DELETE 8" -.TH BOS_DELETE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_DELETE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_exec.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_exec.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_exec.8 2010-05-25 22:59:56.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_exec.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_EXEC 8" -.TH BOS_EXEC 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_EXEC 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_getdate.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_getdate.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_getdate.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_getdate.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_GETDATE 8" -.TH BOS_GETDATE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_GETDATE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_getlog.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_getlog.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_getlog.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_getlog.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_GETLOG 8" -.TH BOS_GETLOG 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_GETLOG 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_getrestart.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_getrestart.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_getrestart.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_getrestart.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_GETRESTART 8" -.TH BOS_GETRESTART 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_GETRESTART 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_help.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_help.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_help.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_help.8 2010-03-08 22:12:57.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_HELP 8" -.TH BOS_HELP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_HELP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_install.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_install.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_install.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_install.8 2010-03-08 22:12:58.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_INSTALL 8" -.TH BOS_INSTALL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_INSTALL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_listhosts.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_listhosts.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_listhosts.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_listhosts.8 2010-03-08 22:12:58.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_LISTHOSTS 8" -.TH BOS_LISTHOSTS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_LISTHOSTS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_listkeys.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_listkeys.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_listkeys.8 2010-05-25 22:59:57.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_listkeys.8 2010-03-08 22:12:58.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_LISTKEYS 8" -.TH BOS_LISTKEYS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_LISTKEYS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_listusers.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_listusers.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_listusers.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_listusers.8 2010-03-08 22:12:58.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_LISTUSERS 8" -.TH BOS_LISTUSERS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_LISTUSERS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_prune.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_prune.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_prune.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_prune.8 2010-03-08 22:12:58.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_PRUNE 8" -.TH BOS_PRUNE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_PRUNE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_removehost.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_removehost.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_removehost.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_removehost.8 2010-03-08 22:12:58.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_REMOVEHOST 8" -.TH BOS_REMOVEHOST 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_REMOVEHOST 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_removekey.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_removekey.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_removekey.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_removekey.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_REMOVEKEY 8" -.TH BOS_REMOVEKEY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_REMOVEKEY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_removeuser.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_removeuser.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_removeuser.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_removeuser.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_REMOVEUSER 8" -.TH BOS_REMOVEUSER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_REMOVEUSER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_restart.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_restart.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_restart.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_restart.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_RESTART 8" -.TH BOS_RESTART 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_RESTART 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_salvage.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_salvage.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_salvage.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_salvage.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_SALVAGE 8" -.TH BOS_SALVAGE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_SALVAGE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bosserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bosserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bosserver.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bosserver.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOSSERVER 8" -.TH BOSSERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOSSERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_setauth.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_setauth.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_setauth.8 2010-05-25 22:59:58.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_setauth.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_SETAUTH 8" -.TH BOS_SETAUTH 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_SETAUTH 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_setcellname.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_setcellname.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_setcellname.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_setcellname.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_SETCELLNAME 8" -.TH BOS_SETCELLNAME 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_SETCELLNAME 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_setrestart.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_setrestart.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_setrestart.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_setrestart.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_SETRESTART 8" -.TH BOS_SETRESTART 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_SETRESTART 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_shutdown.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_shutdown.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_shutdown.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_shutdown.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_SHUTDOWN 8" -.TH BOS_SHUTDOWN 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_SHUTDOWN 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_start.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_start.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_start.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_start.8 2010-03-08 22:12:59.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_START 8" -.TH BOS_START 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_START 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_startup.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_startup.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_startup.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_startup.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_STARTUP 8" -.TH BOS_STARTUP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_STARTUP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_status.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_status.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_status.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_status.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_STATUS 8" -.TH BOS_STATUS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_STATUS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_stop.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_stop.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_stop.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_stop.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_STOP 8" -.TH BOS_STOP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_STOP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_uninstall.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_uninstall.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_uninstall.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_uninstall.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_UNINSTALL 8" -.TH BOS_UNINSTALL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_UNINSTALL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_util.8 openafs-1.4.12+dfsg/doc/man-pages/man8/bos_util.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/bos_util.8 2010-05-25 22:59:59.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/bos_util.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BOS_UTIL 8" -.TH BOS_UTIL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BOS_UTIL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/buserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/buserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/buserver.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/buserver.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BUSERVER 8" -.TH BUSERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BUSERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/butc.8 openafs-1.4.12+dfsg/doc/man-pages/man8/butc.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/butc.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/butc.8 2010-03-08 22:13:00.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "BUTC 8" -.TH BUTC 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH BUTC 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fileserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fileserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fileserver.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fileserver.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FILESERVER 8" -.TH FILESERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FILESERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fms.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fms.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fms.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fms.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FMS 8" -.TH FMS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FMS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE 8" -.TH FSTRACE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_apropos.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_apropos.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_apropos.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_apropos.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_APROPOS 8" -.TH FSTRACE_APROPOS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_APROPOS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_clear.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_clear.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_clear.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_clear.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_CLEAR 8" -.TH FSTRACE_CLEAR 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_CLEAR 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_dump.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_dump.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_dump.8 2010-05-25 23:00:00.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_dump.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_DUMP 8" -.TH FSTRACE_DUMP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_DUMP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_help.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_help.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_help.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_help.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_HELP 8" -.TH FSTRACE_HELP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_HELP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_lslog.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_lslog.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_lslog.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_lslog.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_LSLOG 8" -.TH FSTRACE_LSLOG 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_LSLOG 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_lsset.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_lsset.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_lsset.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_lsset.8 2010-03-08 22:13:01.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_LSSET 8" -.TH FSTRACE_LSSET 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_LSSET 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_setlog.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_setlog.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_setlog.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_setlog.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_SETLOG 8" -.TH FSTRACE_SETLOG 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_SETLOG 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_setset.8 openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_setset.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/fstrace_setset.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/fstrace_setset.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "FSTRACE_SETSET 8" -.TH FSTRACE_SETSET 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH FSTRACE_SETSET 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kadb_check.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kadb_check.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kadb_check.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kadb_check.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KADB_CHECK 8" -.TH KADB_CHECK 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KADB_CHECK 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/ka-forwarder.8 openafs-1.4.12+dfsg/doc/man-pages/man8/ka-forwarder.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/ka-forwarder.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/ka-forwarder.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KA-FORWARDER 8" -.TH KA-FORWARDER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KA-FORWARDER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS 8" -.TH KAS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_apropos.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_apropos.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_apropos.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_apropos.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_APROPOS 8" -.TH KAS_APROPOS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_APROPOS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_create.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_create.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_create.8 2010-05-25 23:00:01.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_create.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_CREATE 8" -.TH KAS_CREATE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_CREATE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_delete.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_delete.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_delete.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_delete.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_DELETE 8" -.TH KAS_DELETE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_DELETE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kaserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kaserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kaserver.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kaserver.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KASERVER 8" -.TH KASERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KASERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_examine.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_examine.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_examine.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_examine.8 2010-03-08 22:13:02.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_EXAMINE 8" -.TH KAS_EXAMINE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_EXAMINE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_forgetticket.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_forgetticket.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_forgetticket.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_forgetticket.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_FORGETTICKET 8" -.TH KAS_FORGETTICKET 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_FORGETTICKET 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_help.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_help.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_help.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_help.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_HELP 8" -.TH KAS_HELP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_HELP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_interactive.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_interactive.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_interactive.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_interactive.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_INTERACTIVE 8" -.TH KAS_INTERACTIVE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_INTERACTIVE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_list.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_list.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_list.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_list.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_LIST 8" -.TH KAS_LIST 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_LIST 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_listtickets.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_listtickets.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_listtickets.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_listtickets.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_LISTTICKETS 8" -.TH KAS_LISTTICKETS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_LISTTICKETS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_noauthentication.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_noauthentication.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_noauthentication.8 2010-05-25 23:00:02.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_noauthentication.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_NOAUTHENTICATION 8" -.TH KAS_NOAUTHENTICATION 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_NOAUTHENTICATION 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_quit.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_quit.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_quit.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_quit.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_QUIT 8" -.TH KAS_QUIT 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_QUIT 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_setfields.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_setfields.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_setfields.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_setfields.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_SETFIELDS 8" -.TH KAS_SETFIELDS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_SETFIELDS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_setpassword.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_setpassword.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_setpassword.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_setpassword.8 2010-03-08 22:13:03.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_SETPASSWORD 8" -.TH KAS_SETPASSWORD 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_SETPASSWORD 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_statistics.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_statistics.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_statistics.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_statistics.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_STATISTICS 8" -.TH KAS_STATISTICS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_STATISTICS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_stringtokey.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_stringtokey.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_stringtokey.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_stringtokey.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_STRINGTOKEY 8" -.TH KAS_STRINGTOKEY 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_STRINGTOKEY 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_unlock.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kas_unlock.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kas_unlock.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kas_unlock.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KAS_UNLOCK 8" -.TH KAS_UNLOCK 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KAS_UNLOCK 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kdb.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kdb.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kdb.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kdb.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KDB 8" -.TH KDB 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KDB 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/kpwvalid.8 openafs-1.4.12+dfsg/doc/man-pages/man8/kpwvalid.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/kpwvalid.8 2010-05-25 23:00:03.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/kpwvalid.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "KPWVALID 8" -.TH KPWVALID 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH KPWVALID 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/package.8 openafs-1.4.12+dfsg/doc/man-pages/man8/package.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/package.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/package.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PACKAGE 8" -.TH PACKAGE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PACKAGE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/prdb_check.8 openafs-1.4.12+dfsg/doc/man-pages/man8/prdb_check.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/prdb_check.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/prdb_check.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PRDB_CHECK 8" -.TH PRDB_CHECK 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PRDB_CHECK 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/ptserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/ptserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/ptserver.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/ptserver.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PTSERVER 8" -.TH PTSERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PTSERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/pt_util.8 openafs-1.4.12+dfsg/doc/man-pages/man8/pt_util.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/pt_util.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/pt_util.8 2010-03-08 22:13:04.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "PT_UTIL 8" -.TH PT_UTIL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH PT_UTIL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/read_tape.8 openafs-1.4.12+dfsg/doc/man-pages/man8/read_tape.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/read_tape.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/read_tape.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "READ_TAPE 8" -.TH READ_TAPE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH READ_TAPE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/restorevol.8 openafs-1.4.12+dfsg/doc/man-pages/man8/restorevol.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/restorevol.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/restorevol.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "RESTOREVOL 8" -.TH RESTOREVOL 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH RESTOREVOL 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/rmtsysd.8 openafs-1.4.12+dfsg/doc/man-pages/man8/rmtsysd.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/rmtsysd.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/rmtsysd.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "RMTSYSD 8" -.TH RMTSYSD 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH RMTSYSD 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/salvager.8 openafs-1.4.12+dfsg/doc/man-pages/man8/salvager.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/salvager.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/salvager.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "SALVAGER 8" -.TH SALVAGER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH SALVAGER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/upclient.8 openafs-1.4.12+dfsg/doc/man-pages/man8/upclient.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/upclient.8 2010-05-25 23:00:04.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/upclient.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "UPCLIENT 8" -.TH UPCLIENT 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH UPCLIENT 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/upserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/upserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/upserver.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/upserver.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "UPSERVER 8" -.TH UPSERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH UPSERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss.8 openafs-1.4.12+dfsg/doc/man-pages/man8/uss.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/uss.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS 8" -.TH USS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH USS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_add.8 openafs-1.4.12+dfsg/doc/man-pages/man8/uss_add.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_add.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/uss_add.8 2010-03-08 22:13:05.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS_ADD 8" -.TH USS_ADD 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH USS_ADD 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_apropos.8 openafs-1.4.12+dfsg/doc/man-pages/man8/uss_apropos.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_apropos.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/uss_apropos.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS_APROPOS 8" -.TH USS_APROPOS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH USS_APROPOS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_bulk.8 openafs-1.4.12+dfsg/doc/man-pages/man8/uss_bulk.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_bulk.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/uss_bulk.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS_BULK 8" -.TH USS_BULK 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH USS_BULK 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_delete.8 openafs-1.4.12+dfsg/doc/man-pages/man8/uss_delete.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_delete.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/uss_delete.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS_DELETE 8" -.TH USS_DELETE 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH USS_DELETE 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_help.8 openafs-1.4.12+dfsg/doc/man-pages/man8/uss_help.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/uss_help.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/uss_help.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "USS_HELP 8" -.TH USS_HELP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH USS_HELP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/vldb_check.8 openafs-1.4.12+dfsg/doc/man-pages/man8/vldb_check.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/vldb_check.8 2010-05-25 23:00:05.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/vldb_check.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VLDB_CHECK 8" -.TH VLDB_CHECK 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VLDB_CHECK 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/vldb_convert.8 openafs-1.4.12+dfsg/doc/man-pages/man8/vldb_convert.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/vldb_convert.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/vldb_convert.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VLDB_CONVERT 8" -.TH VLDB_CONVERT 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VLDB_CONVERT 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/vlserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/vlserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/vlserver.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/vlserver.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VLSERVER 8" -.TH VLSERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VLSERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/voldump.8 openafs-1.4.12+dfsg/doc/man-pages/man8/voldump.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/voldump.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/voldump.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOLDUMP 8" -.TH VOLDUMP 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOLDUMP 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/volinfo.8 openafs-1.4.12+dfsg/doc/man-pages/man8/volinfo.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/volinfo.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/volinfo.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOLINFO 8" -.TH VOLINFO 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOLINFO 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/volserver.8 openafs-1.4.12+dfsg/doc/man-pages/man8/volserver.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/volserver.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/volserver.8 2010-03-08 22:13:06.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VOLSERVER 8" -.TH VOLSERVER 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VOLSERVER 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/vsys.8 openafs-1.4.12+dfsg/doc/man-pages/man8/vsys.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/vsys.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/vsys.8 2010-03-08 22:13:07.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "VSYS 8" -.TH VSYS 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH VSYS 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/doc/man-pages/man8/xfs_size_check.8 openafs-1.4.12+dfsg/doc/man-pages/man8/xfs_size_check.8 --- openafs-1.4.12.1+dfsg/doc/man-pages/man8/xfs_size_check.8 2010-05-25 23:00:06.000000000 +0200 +++ openafs-1.4.12+dfsg/doc/man-pages/man8/xfs_size_check.8 2010-03-08 22:13:07.000000000 +0100 @@ -132,7 +132,7 @@ .\" ======================================================================== .\" .IX Title "XFS_SIZE_CHECK 8" -.TH XFS_SIZE_CHECK 8 "2010-05-24" "OpenAFS" "AFS Command Reference" +.TH XFS_SIZE_CHECK 8 "2010-03-08" "OpenAFS" "AFS Command Reference" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l diff -Nru openafs-1.4.12.1+dfsg/src/afs/afs_pioctl.c openafs-1.4.12+dfsg/src/afs/afs_pioctl.c --- openafs-1.4.12.1+dfsg/src/afs/afs_pioctl.c 2010-05-24 20:45:16.000000000 +0200 +++ openafs-1.4.12+dfsg/src/afs/afs_pioctl.c 2010-03-08 18:31:42.000000000 +0100 @@ -210,13 +210,8 @@ static void afs_ioctl32_to_afs_ioctl(const struct afs_ioctl32 *src, struct afs_ioctl *dst) { -#ifdef AFS_DARWIN100_ENV - dst->in = CAST_USER_ADDR_T(src->in); - dst->out = CAST_USER_ADDR_T(src->out); -#else dst->in = (char *)(unsigned long)src->in; dst->out = (char *)(unsigned long)src->out; -#endif dst->in_size = src->in_size; dst->out_size = src->out_size; } diff -Nru openafs-1.4.12.1+dfsg/src/afs/afs_volume.c openafs-1.4.12+dfsg/src/afs/afs_volume.c --- openafs-1.4.12.1+dfsg/src/afs/afs_volume.c 2010-05-24 20:45:16.000000000 +0200 +++ openafs-1.4.12+dfsg/src/afs/afs_volume.c 2010-03-08 18:31:42.000000000 +0100 @@ -105,13 +105,11 @@ struct volume * afs_UFSGetVolSlot(void) { - register struct volume *tv = NULL, **lv; + register struct volume *tv, **lv; struct osi_file *tfile; - register afs_int32 i = -1, code; + register afs_int32 i, code; afs_int32 bestTime; - struct volume *bestVp, *oldLp = NULL, **bestLp = NULL; - char *oldname = NULL; - afs_int32 oldvtix = -2; /* Initialize to a value that doesn't occur */ + struct volume *bestVp, **bestLp; AFS_STATCNT(afs_UFSGetVolSlot); if (!afs_freeVolList) { @@ -131,19 +129,13 @@ } } } - if (!bestVp) { - afs_warn("afs_UFSGetVolSlot: no vol slots available\n"); - goto error; - } + if (!bestVp) + osi_Panic("getvolslot none"); tv = bestVp; - - oldLp = *bestLp; *bestLp = tv->next; - - oldname = tv->name; + if (tv->name) + afs_osi_Free(tv->name, strlen(tv->name) + 1); tv->name = NULL; - - oldvtix = tv->vtix; /* now write out volume structure to file */ if (tv->vtix < 0) { tv->vtix = afs_volCounter++; @@ -161,12 +153,9 @@ code = afs_osi_Read(tfile, sizeof(struct fvolume) * tv->vtix, &staticFVolume, sizeof(struct fvolume)); + if (code != sizeof(struct fvolume)) + osi_Panic("read volumeinfo"); osi_UFSClose(tfile); - if (code != sizeof(struct fvolume)) { - afs_warn("afs_UFSGetVolSlot: error %d reading volumeinfo\n", - (int)code); - goto error; - } afs_FVIndex = tv->vtix; } } @@ -181,45 +170,15 @@ code = afs_osi_Write(tfile, sizeof(struct fvolume) * afs_FVIndex, &staticFVolume, sizeof(struct fvolume)); + if (code != sizeof(struct fvolume)) + osi_Panic("write volumeinfo"); osi_UFSClose(tfile); - if (code != sizeof(struct fvolume)) { - afs_warn("afs_UFSGetVolSlot: error %d writing volumeinfo\n", - (int)code); - goto error; - } - if (oldname) { - afs_osi_Free(oldname, strlen(oldname) + 1); - oldname = NULL; - } } else { tv = afs_freeVolList; afs_freeVolList = tv->next; } return tv; - error: - if (tv) { - if (oldvtix == -2) { - afs_warn("afs_UFSGetVolSlot: oldvtix is uninitialized\n"); - return NULL; - } - if (oldname) { - tv->name = oldname; - oldname = NULL; - } - if (oldvtix < 0) { - afs_volCounter--; - fvTable[i] = staticFVolume.next; - } - if (bestLp) { - *bestLp = oldLp; - } - tv->vtix = oldvtix; - /* we messed with staticFVolume, so make sure someone else - * doesn't think it's fine to use */ - afs_FVIndex = -1; - } - return NULL; } /*afs_UFSGetVolSlot */ @@ -531,10 +490,6 @@ struct fvolume *tf = 0; tv = afs_GetVolSlot(); - if (!tv) { - ReleaseWriteLock(&afs_xvolume); - return NULL; - } memset((char *)tv, 0, sizeof(struct volume)); tv->cell = tcell->cellNum; RWLOCK_INIT(&tv->lock, "volume lock"); @@ -768,26 +723,22 @@ else ve = (char *)tve; tv = afs_SetupVolume(0, aname, ve, tcell, agood, type, areq); - if ((agood == 3) && tv && tv->backVol) { + if ((agood == 3) && tv->backVol) { /* * This means that very soon we'll ask for the BK volume so * we'll prefetch it (well we did already.) */ tv1 = afs_SetupVolume(tv->backVol, (char *)0, ve, tcell, 0, type, areq); - if (tv1) { - tv1->refCount--; - } + tv1->refCount--; } - if ((agood >= 2) && tv && tv->roVol) { + if ((agood >= 2) && tv->roVol) { /* * This means that very soon we'll ask for the RO volume so * we'll prefetch it (well we did already.) */ tv1 = afs_SetupVolume(tv->roVol, NULL, ve, tcell, 0, type, areq); - if (tv1) { - tv1->refCount--; - } + tv1->refCount--; } osi_FreeLargeSpace(tbuffer); afs_PutCell(tcell, READ_LOCK); diff -Nru openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_compat.h openafs-1.4.12+dfsg/src/afs/LINUX/osi_compat.h --- openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_compat.h 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/afs/LINUX/osi_compat.h 2010-03-08 18:31:42.000000000 +0100 @@ -136,12 +136,4 @@ #define KALLOC_TYPE GFP_KERNEL #endif -#ifdef LINUX_KEYRING_SUPPORT -# ifndef KEY_ALLOC_NOT_IN_QUOTA -# define KEY_ALLOC_NOT_IN_QUOTA 1 -# endif -# ifndef KEY_ALLOC_IN_QUOTA -# define KEY_ALLOC_IN_QUOTA 0 -# endif -#endif #endif diff -Nru openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_groups.c openafs-1.4.12+dfsg/src/afs/LINUX/osi_groups.c --- openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_groups.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/afs/LINUX/osi_groups.c 2010-03-08 18:31:42.000000000 +0100 @@ -338,9 +338,9 @@ #ifdef LINUX_KEYRING_SUPPORT if (code == 0) { - code = install_session_keyring(NULL); + (void) install_session_keyring(NULL); - if (code == 0 && current_session_keyring()) { + if (current_session_keyring()) { struct key *key; key_perm_t perm; @@ -348,22 +348,17 @@ perm |= KEY_USR_VIEW | KEY_USR_SEARCH; #if defined(KEY_ALLOC_NEEDS_STRUCT_TASK) - key = key_alloc(&key_type_afs_pag, "_pag", 0, 0, current, - perm, KEY_ALLOC_NOT_IN_QUOTA); + key = key_alloc(&key_type_afs_pag, "_pag", 0, 0, current, perm, 1); #elif defined(KEY_ALLOC_NEEDS_CRED) - key = key_alloc(&key_type_afs_pag, "_pag", 0, 0, current_cred(), - perm, KEY_ALLOC_NOT_IN_QUOTA); + key = key_alloc(&key_type_afs_pag, "_pag", 0, 0, current_cred(), perm, 1); #else - key = key_alloc(&key_type_afs_pag, "_pag", 0, 0, perm, - KEY_ALLOC_NOT_IN_QUOTA); + key = key_alloc(&key_type_afs_pag, "_pag", 0, 0, perm, 1); #endif if (!IS_ERR(key)) { key_instantiate_and_link(key, (void *) newpag, sizeof(afs_uint32), current_session_keyring(), NULL); key_put(key); - } else { - code = PTR_ERR(key); } } } diff -Nru openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_vm.c openafs-1.4.12+dfsg/src/afs/LINUX/osi_vm.c --- openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_vm.c 2010-05-24 20:45:16.000000000 +0200 +++ openafs-1.4.12+dfsg/src/afs/LINUX/osi_vm.c 2010-03-08 18:31:42.000000000 +0100 @@ -74,7 +74,7 @@ struct inode *ip = AFSTOV(avc); #if defined(AFS_LINUX26_ENV) - invalidate_remote_inode(ip); + invalidate_inode_pages(ip->i_mapping); #else invalidate_inode_pages(ip); #endif diff -Nru openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_vnodeops.c openafs-1.4.12+dfsg/src/afs/LINUX/osi_vnodeops.c --- openafs-1.4.12.1+dfsg/src/afs/LINUX/osi_vnodeops.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/afs/LINUX/osi_vnodeops.c 2010-03-08 18:31:42.000000000 +0100 @@ -507,7 +507,7 @@ #endif /* F_GETLK64 && F_GETLK != F_GETLK64 */ AFS_GLOCK(); - code = afs_convert_code(afs_lockctl(vcp, &flock, cmd, credp)); + code = afs_lockctl(vcp, &flock, cmd, credp); AFS_GUNLOCK(); #ifdef AFS_LINUX24_ENV @@ -567,7 +567,7 @@ flp->fl_end = flock.l_start + flock.l_len - 1; crfree(credp); - return code; + return afs_convert_code(code); } #ifdef STRUCT_FILE_OPERATIONS_HAS_FLOCK diff -Nru openafs-1.4.12.1+dfsg/src/afs/VNOPS/afs_vnop_flock.c openafs-1.4.12+dfsg/src/afs/VNOPS/afs_vnop_flock.c --- openafs-1.4.12.1+dfsg/src/afs/VNOPS/afs_vnop_flock.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/afs/VNOPS/afs_vnop_flock.c 2010-03-08 18:31:42.000000000 +0100 @@ -539,8 +539,24 @@ #else ) { #endif - /* Java VMs ask for l_len=(long)-1 regardless of OS/CPU */ - if ((sizeof(af->l_len) == 8) && (af->l_len == 0x7fffffffffffffffLL)) + /* this next check is safer when left out, but more applications work + * with it in. However, they fail in race conditions. The question is + * what to do for people who don't have source to their application; + * this way at least, they can get work done */ +#ifdef AFS_LINUX24_ENV + if (af->l_len == OFFSET_MAX) + af->l_len = 0; /* since some systems indicate it as EOF */ +#else + if (af->l_len == 0x7fffffff) + af->l_len = 0; /* since some systems indicate it as EOF */ +#ifdef AFS_LINUX_64BIT_KERNEL + if (af->l_len == LONG_MAX) + af->l_len = 0; /* since some systems indicate it as EOF */ +#endif +#endif + /* Java VMs ask for l_len=(long)-1 regardless of OS/CPU; bottom 32 bits + * sometimes get masked off by OS */ + if ((sizeof(af->l_len) == 8) && (af->l_len == 0x7ffffffffffffffe)) af->l_len = 0; /* next line makes byte range locks always succeed, * even when they should block */ diff -Nru openafs-1.4.12.1+dfsg/src/ptserver/db_verify.c openafs-1.4.12+dfsg/src/ptserver/db_verify.c --- openafs-1.4.12.1+dfsg/src/ptserver/db_verify.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/ptserver/db_verify.c 2010-03-08 18:31:42.000000000 +0100 @@ -1179,6 +1179,9 @@ if ((id < 0) && (flags & PRGRP)) { int count = 0; afs_int32 na; +#if defined(SUPERGROUPS) + afs_int32 ng; +#endif int i; for (i = 0; i < PRSIZE; i++) { afs_int32 uid = ntohl(e.entries[i]); @@ -1197,6 +1200,43 @@ id); #endif } +#if defined(SUPERGROUPS) +#define g (*((struct prentryg *)&e)) + ng = ntohl(g.nextsg); + for (i = 0; i < SGSIZE; i++) { + afs_int32 uid = ntohl(g.supergroup[i]); + if (uid == 0) + break; + if (uid == PRBADID) + continue; + fprintf(rc, "au %d %d\n", uid, id); + count++; + } + while (ng) { + struct prentry c; + code = pr_Read(ng, (char *)&c, sizeof(c)); + if (code) + return code; + + if ((id == ntohl(c.id)) && (c.flags & htonl(PRCONT))) { + for (i = 0; i < COSIZE; i++) { + afs_int32 uid = ntohl(c.entries[i]); + if (uid == 0) + break; + if (uid == PRBADID) + continue; + fprintf(rc, "au %d %d\n", uid, id); + count++; + } + } else { + fprintf(stderr, "Skipping continuation block at %d\n", + ng); + break; + } + ng = ntohl(c.next); + } +#undef g +#endif /* SUPERGROUPS */ na = ntohl(e.next); while (na) { struct prentry c; diff -Nru openafs-1.4.12.1+dfsg/src/rxkad/v5der.c openafs-1.4.12+dfsg/src/rxkad/v5der.c --- openafs-1.4.12.1+dfsg/src/rxkad/v5der.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/rxkad/v5der.c 2010-03-08 18:31:42.000000000 +0100 @@ -972,21 +972,18 @@ free_general_string(general_string * str) { free(*str); - *str = NULL; } void free_octet_string(octet_string * k) { free(k->data); - k->data = NULL; } void free_oid(oid * k) { free(k->components); - k->components = NULL; } /* diff -Nru openafs-1.4.12.1+dfsg/src/rxkad/v5gen.c openafs-1.4.12+dfsg/src/rxkad/v5gen.c --- openafs-1.4.12.1+dfsg/src/rxkad/v5gen.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/rxkad/v5gen.c 2010-03-08 18:31:42.000000000 +0100 @@ -466,7 +466,6 @@ free_ENCTYPE(&(data)->etype); if ((data)->kvno) { free((data)->kvno); - (data)->kvno = NULL; } free_octet_string(&(data)->cipher); } @@ -695,7 +694,6 @@ (&(data)->name_string)->len--; } free((&(data)->name_string)->val); - (&(data)->name_string)->val = NULL; } size_t @@ -831,7 +829,6 @@ (data)->len--; } free((data)->val); - (data)->val = NULL; } size_t @@ -1214,7 +1211,6 @@ (data)->len--; } free((data)->val); - (data)->val = NULL; } size_t @@ -1798,23 +1794,19 @@ if ((data)->starttime) { free_KerberosTime((data)->starttime); free((data)->starttime); - (data)->starttime = NULL; } free_KerberosTime(&(data)->endtime); if ((data)->renew_till) { free_KerberosTime((data)->renew_till); free((data)->renew_till); - (data)->renew_till = NULL; } if ((data)->caddr) { free_HostAddresses((data)->caddr); free((data)->caddr); - (data)->caddr = NULL; } if ((data)->authorization_data) { free_AuthorizationData((data)->authorization_data); free((data)->authorization_data); - (data)->authorization_data = NULL; } } diff -Nru openafs-1.4.12.1+dfsg/src/ubik/recovery.c openafs-1.4.12+dfsg/src/ubik/recovery.c --- openafs-1.4.12.1+dfsg/src/ubik/recovery.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/ubik/recovery.c 2010-03-08 18:31:42.000000000 +0100 @@ -207,7 +207,6 @@ sizeof(afs_int32)); if (code != sizeof(afs_int32)) break; - opcode = ntohl(opcode); if (opcode == LOGNEW) { /* handle begin trans */ tpos += sizeof(afs_int32); @@ -232,7 +231,7 @@ if (code != 3 * sizeof(afs_int32)) break; /* otherwise, skip over the data bytes, too */ - tpos += ntohl(buffer[2]) + 3 * sizeof(afs_int32); + tpos += buffer[2] + 3 * sizeof(afs_int32); } else { ubik_dprint("corrupt log opcode (%d) at position %d\n", opcode, tpos); @@ -251,7 +250,6 @@ sizeof(afs_int32)); if (code != sizeof(afs_int32)) break; - opcode = ntohl(opcode); if (opcode == LOGNEW) { /* handle begin trans */ tpos += sizeof(afs_int32); diff -Nru openafs-1.4.12.1+dfsg/src/viced/callback.c openafs-1.4.12+dfsg/src/viced/callback.c --- openafs-1.4.12.1+dfsg/src/viced/callback.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/viced/callback.c 2011-03-14 11:03:58.000000000 +0100 @@ -2184,10 +2184,10 @@ if (host->callback_rxcon) rx_DestroyConnection(host->callback_rxcon); host->callback_rxcon = conns[multi_i]; - h_DeleteHostFromAddrHashTable_r(host->host, host->port, host); + hashDelete_r(host->host, host->port, host); host->host = interfaces[multi_i].addr; host->port = interfaces[multi_i].port; - h_AddHostToAddrHashTable_r(host->host, host->port, host); + hashInsert_r(host->host, host->port, host); connSuccess = conns[multi_i]; rx_SetConnDeadTime(host->callback_rxcon, 50); rx_SetConnHardDeadTime(host->callback_rxcon, AFS_HARDDEADTIME); @@ -2277,11 +2277,11 @@ H_LOCK; if (host->callback_rxcon) rx_DestroyConnection(host->callback_rxcon); - h_DeleteHostFromAddrHashTable_r(host->host, host->port, host); + hashDelete_r(host->host, host->port, host); host->callback_rxcon = conns[multi_i]; host->host = interfaces[multi_i].addr; host->port = interfaces[multi_i].port; - h_AddHostToAddrHashTable_r(host->host, host->port, host); + hashInsert_r(host->host, host->port, host); connSuccess = conns[multi_i]; rx_SetConnDeadTime(host->callback_rxcon, 50); rx_SetConnHardDeadTime(host->callback_rxcon, AFS_HARDDEADTIME); diff -Nru openafs-1.4.12.1+dfsg/src/viced/host.c openafs-1.4.12+dfsg/src/viced/host.c --- openafs-1.4.12.1+dfsg/src/viced/host.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/viced/host.c 2011-03-14 11:03:58.000000000 +0100 @@ -10,6 +10,7 @@ #include #include + #include #include #include @@ -767,7 +768,7 @@ host->host = rxr_HostOf(r_con); host->port = rxr_PortOf(r_con); - h_AddHostToAddrHashTable_r(host->host, host->port, host); + hashInsert_r(host->host, host->port, host); if (consolePort == 0) { /* find the portal number for console */ #if defined(AFS_OSF_ENV) @@ -888,10 +889,12 @@ assert(host); if (!(host->hostFlags & HOSTDELETED) && host->interface && afs_uuid_equal(&host->interface->uuid, uuidp)) { - return host; + break; } + host = NULL; } - return NULL; + return host; + } /*h_Lookup */ @@ -926,8 +929,8 @@ if (code != 0) { char hoststr[16]; ViceLog(0, - ("Warning: h_TossStuff_r failed; Host 0x%lx (%s:%d) was locked.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("Warning: h_TossStuff_r failed; Host %s:%d was locked.\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); return; } else { h_Unlock_r(host); @@ -940,8 +943,8 @@ if (i != h_maxSlots) { char hoststr[16]; ViceLog(0, - ("Warning: h_TossStuff_r failed; Host 0x%lx (%s:%d) was held.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("Warning: h_TossStuff_r failed; Host %s:%d was held.\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); return; } @@ -953,8 +956,8 @@ if (code < 0) { char hoststr[16]; ViceLog(0, - ("Warning: h_TossStuff_r failed: Host 0x%lx (%s:%d) client %x was locked.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("Warning: h_TossStuff_r failed: Host %s:%d client %x was locked.\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), client)); return; } @@ -962,8 +965,8 @@ if (client->refCount) { char hoststr[16]; ViceLog(0, - ("Warning: h_TossStuff_r failed: Host 0x%lx (%s:%d) client %x refcount %d.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("Warning: h_TossStuff_r failed: Host %s:%d client %x refcount %d.\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), client, client->refCount)); /* This is the same thing we do if the host is locked */ ReleaseWriteLock(&client->lock); @@ -985,7 +988,9 @@ host->hostFlags &= ~CLIENTDELETED; if (host->hostFlags & HOSTDELETED) { + register struct h_AddrHashChain **ahp, *ath; register struct rx_connection *rxconn; + afsUUID *uuidp; struct AddrPort hostAddrPort; int i; @@ -1004,22 +1009,44 @@ /* if alternate addresses do not exist */ if (!(host->interface)) { - h_DeleteHostFromAddrHashTable_r(host->host, host->port, host); + for (ahp = &hostAddrHashTable[h_HashIndex(host->host)]; (ath = *ahp); + ahp = &ath->next) { + assert(ath->hostPtr); + if (ath->hostPtr == host) { + *ahp = ath->next; + free(ath); + break; + } + } } else { - h_DeleteHostFromUuidHashTable_r(host); - h_DeleteHostFromAddrHashTable_r(host->host, host->port, host); - /* delete the hash entry for each valid alternate addresses */ + register struct h_UuidHashChain **uhp, *uth; + /* delete the hash entry for the UUID */ + uuidp = &host->interface->uuid; + for (uhp = &hostUuidHashTable[h_UuidHashIndex(uuidp)]; (uth = *uhp); + uhp = &uth->next) { + assert(uth->hostPtr); + if (uth->hostPtr == host) { + *uhp = uth->next; + free(uth); + break; + } + } + /* delete the hash entry for each alternate addresses */ for (i = 0; i < host->interface->numberOfInterfaces; i++) { hostAddrPort = host->interface->interface[i]; - /* - * if the interface addr/port is the primary, we already - * removed it. If the addr/port is not valid, its not - * in the hash table. - */ - if (hostAddrPort.valid && - (host->host != hostAddrPort.addr || - host->port != hostAddrPort.port)) - h_DeleteHostFromAddrHashTable_r(hostAddrPort.addr, hostAddrPort.port, host); + + if (!hostAddrPort.valid) + continue; + + for (ahp = &hostAddrHashTable[h_HashIndex(hostAddrPort.addr)]; (ath = *ahp); + ahp = &ath->next) { + assert(ath->hostPtr); + if (ath->hostPtr == host) { + *ahp = ath->next; + free(ath); + break; + } + } } free(host->interface); host->interface = NULL; @@ -1175,124 +1202,65 @@ /* inserts a new HashChain structure corresponding to this UUID */ void -h_AddHostToUuidHashTable_r(struct afsUUID *uuid, struct host *host) +hashInsertUuid_r(struct afsUUID *uuid, struct host *host) { int index; struct h_UuidHashChain *chain; - char uuid1[128], uuid2[128]; - char hoststr[16]; /* hash into proper bucket */ index = h_UuidHashIndex(uuid); /* don't add the same entry multiple times */ for (chain = hostUuidHashTable[index]; chain; chain = chain->next) { - if (!chain->hostPtr) - continue; - if (chain->hostPtr->interface && - afs_uuid_equal(&chain->hostPtr->interface->uuid, uuid)) { - if (LogLevel >= 125) { - afsUUID_to_string(&chain->hostPtr->interface->uuid, uuid1, 127); - afsUUID_to_string(uuid, uuid2, 127); - ViceLog(125, ("h_AddHostToUuidHashTable_r: host 0x%lx (uuid %s) exists as %s:%d (uuid %s)\n", - (unsigned long) host, uuid1, - afs_inet_ntoa_r(chain->hostPtr->host, hoststr), - ntohs(chain->hostPtr->port), uuid2)); - } + afs_uuid_equal(&chain->hostPtr->interface->uuid, uuid)) return; - } } /* insert into beginning of list for this bucket */ chain = (struct h_UuidHashChain *)malloc(sizeof(struct h_UuidHashChain)); if (!chain) { - ViceLog(0, ("Failed malloc in h_AddHostToUuidHashTable_r\n")); + ViceLog(0, ("Failed malloc in hashInsertUuid_r\n")); assert(0); } + assert(chain); chain->hostPtr = host; chain->next = hostUuidHashTable[index]; hostUuidHashTable[index] = chain; - if (LogLevel < 125) - return; - afsUUID_to_string(uuid, uuid2, 127); - ViceLog(125, - ("h_AddHostToUuidHashTable_r: host 0x%lx (%s:%d) added as uuid %s\n", - (unsigned long) host, afs_inet_ntoa_r(chain->hostPtr->host, hoststr), - ntohs(chain->hostPtr->port), uuid)); } -/* deletes a HashChain structure corresponding to this host */ -int -h_DeleteHostFromUuidHashTable_r(struct host *host) -{ - int index; - register struct h_UuidHashChain **uhp, *uth; - char uuid1[128]; - char hoststr[16]; - - if (!host->interface) - return 0; - - /* hash into proper bucket */ - index = h_UuidHashIndex(&host->interface->uuid); - - if (LogLevel >= 125) - afsUUID_to_string(&host->interface->uuid, uuid1, 127); - for (uhp = &hostUuidHashTable[index]; (uth = *uhp); uhp = &uth->next) { - assert(uth->hostPtr); - if (uth->hostPtr == host) { - ViceLog(125, - ("h_DeleteHostFromUuidHashTable_r: host 0x%lx (uuid %s %s:%d)\n", - (unsigned long) host, uuid1, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port))); - *uhp = uth->next; - free(uth); - return 1; - } - } - ViceLog(125, - ("h_DeleteHostFromUuidHashTable_r: host 0x%lx (uuid %s %s:%d) not found\n", - (unsigned long) host, uuid1, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port))); - return 0; -} /* inserts a new HashChain structure corresponding to this address */ void -h_AddHostToAddrHashTable_r(afs_uint32 addr, afs_uint16 port, struct host *host) +hashInsert_r(afs_uint32 addr, afs_uint16 port, struct host *host) { int index; struct h_AddrHashChain *chain; int found = 0; - char hoststr[16], hoststr2[16]; + char hoststr[16]; /* hash into proper bucket */ index = h_HashIndex(addr); /* don't add the same entry multiple times */ for (chain = hostAddrHashTable[index]; chain; chain = chain->next) { - if (chain->hostPtr == host) { - if (chain->addr != addr || chain->port != port) { - ViceLog(0, - ("h_AddHostToAddrHashTable_r: host 0x%lx exists as %s:%d when adding %s:%d\n", - (unsigned long) host, afs_inet_ntoa_r(chain->addr, hoststr), - ntohs(chain->port), afs_inet_ntoa_r(addr, hoststr2), - ntohs(port))); - } else - ViceLog(125, - ("h_AddHostToAddrHashTable_r: host 0x%lx (%s:%d) already hashed\n", - (unsigned long) host, afs_inet_ntoa_r(chain->addr, hoststr), - ntohs(chain->port))); - - return; + if (chain->addr == addr && chain->port == port) { + if (chain->hostPtr == host) + found = 1; + else if (!(host->hostFlags & HOSTDELETED)) + ViceLog(125, ("Addr %s:%d assigned to %x and %x.\n", + afs_inet_ntoa_r(addr, hoststr), ntohs(port), + host, chain)); } } + if (found) + return; + /* insert into beginning of list for this bucket */ chain = (struct h_AddrHashChain *)malloc(sizeof(struct h_AddrHashChain)); if (!chain) { - ViceLog(0, ("Failed malloc in h_AddHostToAddrHashTable_r\n")); + ViceLog(0, ("Failed malloc in hashInsert_r\n")); assert(0); } chain->hostPtr = host; @@ -1300,14 +1268,13 @@ chain->addr = addr; chain->port = port; hostAddrHashTable[index] = chain; - ViceLog(125, ("h_AddHostToAddrHashTable_r: host 0x%lx added as %s:%d\n", - (unsigned long) host, afs_inet_ntoa_r(addr, hoststr), ntohs(port))); } /* - * This is called with host locked and held. - * It is called to either validate or add an additional interface - * address/port on the specified host. + * This is called with host locked and held. At this point, the + * hostAddrHashTable should not have entries for the alternate + * interfaces. This function has to insert these entries in the + * hostAddrHashTable. * * All addresses are in network byte order. */ @@ -1330,25 +1297,22 @@ for (i = 0; i < number; i++) { if (host->interface->interface[i].addr == addr && host->interface->interface[i].port == port) { - ViceLog(125, - ("addInterfaceAddr : found host 0x%lx (%s:%d) adding %s:%d%s\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port), afs_inet_ntoa_r(addr, hoststr2), - ntohs(port), host->interface->interface[i].valid ? "" : - ", validating")); + ViceLog(125, ("addInterfaceAddr : host %x (%s:%d) addr %s:%d : found, valid: %d\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), + afs_inet_ntoa_r(addr, hoststr2), ntohs(port), + host->interface->interface[i].valid)); if (host->interface->interface[i].valid == 0) { + hashInsert_r(addr, port, host); host->interface->interface[i].valid = 1; - h_AddHostToAddrHashTable_r(addr, port, host); } return 0; } } - ViceLog(125, ("addInterfaceAddr : host 0x%lx (%s:%d) adding %s:%d\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port), afs_inet_ntoa_r(addr, hoststr2), - ntohs(port))); + ViceLog(125, ("addInterfaceAddr : host %x (%s:%d) addr %s:%d : not found, adding\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), + afs_inet_ntoa_r(addr, hoststr2), ntohs(port))); interface = (struct Interface *) malloc(sizeof(struct Interface) + (sizeof(struct AddrPort) * number)); @@ -1360,12 +1324,9 @@ interface->uuid = host->interface->uuid; for (i = 0; i < number; i++) interface->interface[i] = host->interface->interface[i]; - - /* Add the new valid interface */ interface->interface[number].addr = addr; interface->interface[number].port = port; interface->interface[number].valid = 1; - h_AddHostToAddrHashTable_r(addr, port, host); free(host->interface); host->interface = interface; @@ -1374,7 +1335,10 @@ /* - * This is called with host locked and held. + * This is called with host locked and held. At this point, the + * hostAddrHashTable should not be having entries for the alternate + * interfaces. This function has to insert these entries in the + * hostAddrHashTable. * * All addresses are in network byte order. */ @@ -1383,16 +1347,16 @@ { int i; int number; + int found; struct Interface *interface; char hoststr[16], hoststr2[16]; assert(host); assert(host->interface); - ViceLog(125, ("removeInterfaceAddr : host 0x%lx (%s:%d) addr %s:%d\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port), afs_inet_ntoa_r(addr, hoststr2), - ntohs(port))); + ViceLog(125, ("removeInterfaceAddr : host %x (%s:%d) addr %s:%d\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), + afs_inet_ntoa_r(addr, hoststr2), ntohs(port))); /* * Make sure this address is on the list of known addresses @@ -1400,62 +1364,26 @@ */ interface = host->interface; number = host->interface->numberOfInterfaces; - for (i = 0; i < number; i++) { - if (interface->interface[i].addr == addr && - interface->interface[i].port == port) { - if (interface->interface[i].valid) - h_DeleteHostFromAddrHashTable_r(addr, port, host); - number--; - for (; i < number; i++) { - interface->interface[i] = interface->interface[i+1]; - } - interface->numberOfInterfaces = number; - return 0; + for (i = 0, found = 0; i < number && !found; i++) { + if (interface->interface[i].addr == addr && + interface->interface[i].port == port) { + found = 1; + interface->interface[i].valid = 0; } - } - /* not found */ - return 0; -} - -/* - * This is called with host locked and held. - * - * All addresses are in network byte order. - */ -int -invalidateInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port) -{ - int i; - int number; - struct Interface *interface; - char hoststr[16], hoststr2[16]; - - assert(host); - assert(host->interface); - - ViceLog(125, ("invalidateInterfaceAddr : host 0x%lx (%s:%d) addr %s:%d\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port), afs_inet_ntoa_r(addr, hoststr2), - ntohs(port))); + } + if (found) { + number--; + for (; i < number; i++) { + interface->interface[i] = interface->interface[i+1]; + } + interface->numberOfInterfaces = number; + } /* - * Make sure this address is on the list of known addresses - * for this host. + * Remove the hash table entry for this address */ - interface = host->interface; - number = host->interface->numberOfInterfaces; - for (i = 0; i < number; i++) { - if (interface->interface[i].addr == addr && - interface->interface[i].port == port) { - if (interface->interface[i].valid) { - h_DeleteHostFromAddrHashTable_r(addr, port, host); - interface->interface[i].valid = 0; - } - return 0; - } - } - - /* not found */ + hashDelete_r(addr, port, host); + return 0; } @@ -1473,53 +1401,62 @@ { int i; char hoststr[16], hoststr2[16]; - struct rx_connection *rxconn; - if (!host->interface || host->interface->numberOfInterfaces == 1) { + if (!host->interface) { if (host->host == addr && host->port == port) { ViceLog(25, - ("Removing only address for host 0x%lx (%s:%d), deleting host.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("Removing only address for host %x (%s:%d), deleting host.\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); host->hostFlags |= HOSTDELETED; - /* - * Do not remove the primary addr/port from the hash table. - * It will be ignored due to the HOSTDELETED flag and will - * be removed when h_TossStuff_r() cleans up the HOSTDELETED - * host. Removing it here will only result in a search for - * the host/addr/port in the hash chain which will fail. - */ - } else { - ViceLog(0, - ("Removing address that does not belong to host 0x%lx (%s:%d).\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); } } else { - if (host->host == addr && host->port == port) { - removeInterfaceAddr_r(host, addr, port); + removeInterfaceAddr_r(host, host->host, host->port); + if (host->interface->numberOfInterfaces == 0) { + ViceLog(25, + ("Removed only address for host %x (%s:%d), no alternate interfaces, deleting host.\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + host->hostFlags |= HOSTDELETED; + } else { for (i=0; i < host->interface->numberOfInterfaces; i++) { if (host->interface->interface[i].valid) { ViceLog(25, - ("Removed address for host 0x%lx (%s:%d), new primary interface %s:%d.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), + ("Removed address for host %x (%s:%d), new primary interface %s:%d.\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), afs_inet_ntoa_r(host->interface->interface[i].addr, hoststr2), ntohs(host->interface->interface[i].port))); host->host = host->interface->interface[i].addr; host->port = host->interface->interface[i].port; - h_AddHostToAddrHashTable_r(host->host, host->port, host); + hashInsert_r(host->host, host->port, host); break; } } if (i == host->interface->numberOfInterfaces) { ViceLog(25, - ("Removed only address for host 0x%lx (%s:%d), no valid alternate interfaces, deleting host.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("Removed only address for host %x (%s:%d), no valid alternate interfaces, deleting host.\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); host->hostFlags |= HOSTDELETED; - /* addr/port was removed from the hash table */ - host->host = 0; - host->port = 0; } else { + struct rx_connection *rxconn; + + rxconn = host->callback_rxcon; + host->callback_rxcon = NULL; + + if (rxconn) { + struct client *client; + /* + * If rx_DestroyConnection calls h_FreeConnection we will + * deadlock on the host_glock_mutex. Work around the problem + * by unhooking the client from the connection before + * destroying the connection. + */ + client = rx_GetSpecific(rxconn, rxcon_client_key); + rx_SetSpecific(rxconn, rxcon_client_key, (void *)0); + rx_DestroyConnection(rxconn); + rxconn = NULL; + } + if (!sc) sc = rxnull_NewClientSecurityObject(); host->callback_rxcon = @@ -1527,9 +1464,6 @@ rx_SetConnDeadTime(host->callback_rxcon, 50); rx_SetConnHardDeadTime(host->callback_rxcon, AFS_HARDDEADTIME); } - } else { - /* not the primary addr/port, just invalidate it */ - invalidateInterfaceAddr_r(host, addr, port); } } @@ -1611,8 +1545,8 @@ * waited for the lock. */ h_Unlock_r(host); ViceLog(125, - ("Host 0x%lx (%s:%d) starting h_Lookup again\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("Host %s:%d starting h_Lookup again\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); if (!*heldp) h_Release_r(host); @@ -1678,8 +1612,8 @@ * that we maintain some extra callback state information */ if (host->interface) { ViceLog(0, - ("Host 0x%lx (%s:%d) used to support WhoAreYou, deleting.\n", - (unsigned long) host, + ("Host %x (%s:%d) used to support WhoAreYou, deleting.\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); host->hostFlags |= HOSTDELETED; @@ -1730,8 +1664,8 @@ removeAddress_r(host, haddr, hport); } else { ViceLog(25, - ("Uuid doesn't match host 0x%lx (%s:%d).\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("Uuid doesn't match host %x (%s:%d).\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); removeAddress_r(host, host->host, host->port); } @@ -1768,8 +1702,8 @@ * callback connection, and destroy the old one. */ struct rx_connection *rxconn; - ViceLog(0,("CB: ProbeUuid for host 0x%lx (%s:%d) failed %d\n", - (unsigned long) host, + ViceLog(0,("CB: ProbeUuid for host %x (%s:%d) failed %d\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port),code2)); /* @@ -1820,8 +1754,8 @@ goto gethost_out; } else { ViceLog(0, - ("CB: WhoAreYou failed for host 0x%lx (%s:%d), error %d\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("CB: WhoAreYou failed for host %x (%s:%d), error %d\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), code)); host->hostFlags |= VENUSDOWN; } @@ -1838,14 +1772,14 @@ if (!(host->hostFlags & ALTADDR)) { /* another thread is doing the initialisation */ ViceLog(125, - ("Host 0x%lx (%s:%d) waiting for host-init to complete\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("Host %s:%d waiting for host-init to complete\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); h_Lock_r(host); h_Unlock_r(host); ViceLog(125, - ("Host 0x%lx (%s:%d) starting h_Lookup again\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("Host %s:%d starting h_Lookup again\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); if (!*heldp) h_Release_r(host); @@ -1866,8 +1800,8 @@ if (host->interface) afsUUID_to_string(&host->interface->uuid, uuid2, 127); ViceLog(0, - ("CB: new identity for host 0x%lx (%s:%d), deleting(%x %x %s %s)\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), + ("CB: new identity for host %s:%d, deleting(%x %x %s %s)\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port), identP->valid, host->interface, identP->valid ? uuid1 : "", host->interface ? uuid2 : "")); @@ -1913,8 +1847,8 @@ if (!pident) rx_SetSpecific(tcon, rxcon_ident_key, identP); ViceLog(25, - ("Host 0x%lx (%s:%d) does not support WhoAreYou.\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("Host %s:%d does not support WhoAreYou.\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); code = 0; } else if (code == 0) { @@ -1934,8 +1868,8 @@ if (!pident) rx_SetSpecific(tcon, rxcon_ident_key, identP); ViceLog(25, - ("WhoAreYou success on 0x%lx (%s:%d)\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("WhoAreYou success on %s:%d\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); } if (code == 0 && !identP->valid) { @@ -1990,8 +1924,8 @@ * MultiProbeAlternateAddress_r() will remove the * alternate interfaces that do not have the same * Uuid. */ - ViceLog(0,("CB: ProbeUuid for 0x%lx (%s:%d) failed %d\n", - (unsigned long) oldHost, afs_inet_ntoa_r(oldHost->host, hoststr), + ViceLog(0,("CB: ProbeUuid for %s:%d failed %d\n", + afs_inet_ntoa_r(oldHost->host, hoststr), ntohs(oldHost->port),code2)); MultiProbeAlternateAddress_r(oldHost); probefail = 1; @@ -2011,8 +1945,8 @@ struct rx_connection *rxconn; ViceLog(25, - ("CB: Host 0x%lx (%s:%d) has new addr %s:%d\n", - (unsigned long) oldHost, + ("CB: Host %x (%s:%d) has new addr %s:%d\n", + oldHost, afs_inet_ntoa_r(oldHost->host, hoststr2), ntohs(oldHost->port), afs_inet_ntoa_r(haddr, hoststr), @@ -2031,24 +1965,23 @@ */ removeInterfaceAddr_r(oldHost, oldHost->host, oldHost->port); } else { - int i; + int i, found; struct Interface *interface = oldHost->interface; int number = oldHost->interface->numberOfInterfaces; - for (i = 0; i < number; i++) { + for (i = 0, found = 0; i < number; i++) { if (interface->interface[i].addr == haddr && interface->interface[i].port != hport) { - /* - * We have just been contacted by a client - * that has been seen from behind a NAT - * and at least one other address. - */ - removeInterfaceAddr_r(oldHost, haddr, - interface->interface[i].port); + found = 1; break; } } + if (found) { + /* We have just been contacted by a client that has been + * seen from behind a NAT and at least one other address. + */ + removeInterfaceAddr_r(oldHost, haddr, interface->interface[i].port); + } } - h_AddHostToAddrHashTable_r(haddr, hport, oldHost); oldHost->host = haddr; oldHost->port = hport; rxconn = oldHost->callback_rxcon; @@ -2067,7 +2000,7 @@ /* the new host is held and locked */ } else { /* This really is a new host */ - h_AddHostToUuidHashTable_r(&identP->uuid, host); + hashInsertUuid_r(&identP->uuid, host); cb_conn = host->callback_rxcon; rx_GetConnection(cb_conn); H_UNLOCK; @@ -2079,8 +2012,8 @@ H_LOCK; if (code == 0) { ViceLog(25, - ("InitCallBackState3 success on 0x%lx (%s:%d)\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), + ("InitCallBackState3 success on %s:%d\n", + afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); assert(interfValid == 1); initInterfaceAddr_r(host, &interf); @@ -2089,13 +2022,13 @@ } if (code) { ViceLog(0, - ("CB: RCallBackConnectBack failed for host 0x%lx (%s:%d)\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("CB: RCallBackConnectBack failed for host %x (%s:%d)\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); host->hostFlags |= VENUSDOWN; } else { ViceLog(125, - ("CB: RCallBackConnectBack succeeded for host 0x%lx (%s:%d)\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); + ("CB: RCallBackConnectBack succeeded for host %x (%s:%d)\n", + host, afs_inet_ntoa_r(host->host, hoststr), ntohs(host->port))); host->hostFlags |= RESETDONE; } } @@ -2443,8 +2376,8 @@ if (code) { char hoststr[16]; ViceLog(0, - ("pr_GetCPS failed(%d) for user %d, host 0x%lx (%s:%d)\n", - code, viceid, (unsigned long) client->host, afs_inet_ntoa_r(client->host->host, + ("pr_GetCPS failed(%d) for user %d, host %s:%d\n", + code, viceid, afs_inet_ntoa_r(client->host->host, hoststr), ntohs(client->host->port))); @@ -3097,7 +3030,7 @@ * back state, because break delayed callbacks (called when a * message is received from the workstation) will always send a * break all call backs to the workstation if there is no - * callback. + *callback. */ } } else { @@ -3190,7 +3123,7 @@ * back state, because break delayed callbacks (called when a * message is received from the workstation) will always send a * break all call backs to the workstation if there is no - * callback. + *callback. */ } } else { @@ -3263,8 +3196,9 @@ /* * This is called with host locked and held. At this point, the - * hostAddrHashTable has an entry for the primary addr/port inserted - * by h_Alloc_r(). No other interfaces should be considered valid. + * hostAddrHashTable should not have any entries for the alternate + * interfaces. This function has to insert these entries in the + * hostAddrHashTable. * * The addresses in the interfaceAddr list are in host byte order. */ @@ -3382,8 +3316,7 @@ * are coming from fully connected hosts (no NAT/PATs) */ interface->interface[i].port = port7001; - interface->interface[i].valid = - (interf->addr_in[i] == myAddr && port7001 == myPort) ? 1 : 0; + interface->interface[i].valid = 1; /* valid until a conflict is found */ } interface->uuid = interf->uuid; @@ -3391,15 +3324,13 @@ assert(!host->interface); host->interface = interface; - if (LogLevel >= 125) { - afsUUID_to_string(&interface->uuid, uuidstr, 127); - - ViceLog(125, ("--- uuid %s\n", uuidstr)); - for (i = 0; i < host->interface->numberOfInterfaces; i++) { - ViceLog(125, ("--- alt address %s:%d\n", - afs_inet_ntoa_r(host->interface->interface[i].addr, hoststr), - ntohs(host->interface->interface[i].port))); - } + afsUUID_to_string(&interface->uuid, uuidstr, 127); + + ViceLog(125, ("--- uuid %s\n", uuidstr)); + for (i = 0; i < host->interface->numberOfInterfaces; i++) { + ViceLog(125, ("--- alt address %s:%d\n", + afs_inet_ntoa_r(host->interface->interface[i].addr, hoststr), + ntohs(host->interface->interface[i].port))); } return 0; @@ -3408,32 +3339,24 @@ /* deleted a HashChain structure for this address and host */ /* returns 1 on success */ int -h_DeleteHostFromAddrHashTable_r(afs_uint32 addr, afs_uint16 port, - struct host *host) +hashDelete_r(afs_uint32 addr, afs_uint16 port, struct host * + host) { - char hoststr[16]; + int flag = 0; register struct h_AddrHashChain **hp, *th; - if (addr == 0 && port == 0) - return 1; - - for (hp = &hostAddrHashTable[h_HashIndex(addr)]; (th = *hp); - hp = &th->next) { + for (hp = &hostAddrHashTable[h_HashIndex(addr)]; (th = *hp);) { assert(th->hostPtr); if (th->hostPtr == host && th->addr == addr && th->port == port) { - ViceLog(125, ("h_DeleteHostFromAddrHashTable_r: host 0x%lx (%s:%d)\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port))); *hp = th->next; free(th); - return 1; - } + flag = 1; + break; + } else { + hp = &th->next; + } } - ViceLog(125, - ("h_DeleteHostFromAddrHashTable_r: host 0x%lx (%s:%d) not found\n", - (unsigned long) host, afs_inet_ntoa_r(host->host, hoststr), - ntohs(host->port))); - return 0; + return flag; } @@ -3450,9 +3373,9 @@ if (host->interface) { /* check alternate addresses */ number = host->interface->numberOfInterfaces; - if (number == 0) { + if (number == 0) ViceLog(level, ("no-addresses ")); - } else { + else { for (i = 0; i < number; i++) ViceLog(level, ("%s:%d ", afs_inet_ntoa_r(host->interface->interface[i].addr, hoststr), ntohs(host->interface->interface[i].port))); diff -Nru openafs-1.4.12.1+dfsg/src/viced/host.h openafs-1.4.12+dfsg/src/viced/host.h --- openafs-1.4.12.1+dfsg/src/viced/host.h 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/viced/host.h 2011-03-14 11:03:58.000000000 +0100 @@ -208,6 +208,8 @@ extern struct host *h_Alloc_r(register struct rx_connection *r_con); extern int h_Lookup_r(afs_uint32 hostaddr, afs_uint16 hport, int *heldp, struct host **hostp); +extern void hashInsert_r(afs_uint32 addr, afs_uint16 port, + struct host* host); extern struct host *h_LookupUuid_r(afsUUID * uuidp); extern void h_Enumerate(int (*proc) (), char *param); extern struct host *h_GetHost_r(struct rx_connection *tcon, int *heldp); @@ -221,9 +223,9 @@ extern void h_GetWorkStats(); extern void h_flushhostcps(register afs_uint32 hostaddr, register afs_uint16 hport); -extern void h_AddHostToUuidHashTable_r(struct afsUUID *uuid, struct host *host); -extern void h_AddHostToAddrHashTable_r(afs_uint32 addr, afs_uint16 port, struct host *host); -extern int h_DeleteHostFromAddrHashTable_r(afs_uint32 addr, afs_uint16 port, struct host *host); +extern void hashInsertUuid_r(struct afsUUID *uuid, struct host *host); +extern void hashInsert_r(afs_uint32 addr, afs_uint16 port, struct host *host); +extern int hashDelete_r(afs_uint32 addr, afs_uint16 port, struct host *host); extern int initInterfaceAddr_r(struct host *host, struct interfaceAddr *interf); extern int addInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port); extern int removeInterfaceAddr_r(struct host *host, afs_uint32 addr, afs_uint16 port); diff -Nru openafs-1.4.12.1+dfsg/src/vol/volume.c openafs-1.4.12+dfsg/src/vol/volume.c --- openafs-1.4.12.1+dfsg/src/vol/volume.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/vol/volume.c 2010-03-08 18:31:42.000000000 +0100 @@ -979,20 +979,6 @@ V_inUse(vp) = 1; V_offlineMessage(vp)[0] = '\0'; } - if (!V_inUse(vp)) { - *ec = VNOVOL; - /* mimic e.g. GetVolume errors */ - if (!V_blessed(vp)) - Log("Volume %u offline: not blessed\n", V_id(vp)); - else if (!V_inService(vp)) - Log("Volume %u offline: not in service\n", V_id(vp)); - else { - Log("Volume %u offline: needs salvage\n", V_id(vp)); - *ec = VOFFLINE; - } - VPutVolume_r(vp); - vp = NULL; - } } return vp; diff -Nru openafs-1.4.12.1+dfsg/src/volser/dumpstuff.c openafs-1.4.12+dfsg/src/volser/dumpstuff.c --- openafs-1.4.12.1+dfsg/src/volser/dumpstuff.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/volser/dumpstuff.c 2010-03-08 18:31:42.000000000 +0100 @@ -45,7 +45,6 @@ #include "dump.h" #include #include -#include #include "volser.h" #include "volint.h" diff -Nru openafs-1.4.12.1+dfsg/src/volser/volprocs.c openafs-1.4.12+dfsg/src/volser/volprocs.c --- openafs-1.4.12.1+dfsg/src/volser/volprocs.c 2011-03-14 11:03:58.000000000 +0100 +++ openafs-1.4.12+dfsg/src/volser/volprocs.c 2011-03-14 11:03:58.000000000 +0100 @@ -95,7 +95,7 @@ /* this call unlocks all of the partition locks we've set */ int -VPFullUnlock_r(void) +VPFullUnlock() { register struct DiskPartition64 *tp; for (tp = DiskPartitionList; tp; tp = tp->next) { @@ -107,16 +107,6 @@ return 0; } -int -VPFullUnlock(void) -{ - int code; - VOL_LOCK; - code = VPFullUnlock_r(); - VOL_UNLOCK; - return code; -} - /* get partition id from a name */ afs_int32 PartitionID(char *aname)