diff options
| -rw-r--r-- | client/wallet.pod | 2 | ||||
| -rwxr-xr-x | server/wallet-backend | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/client/wallet.pod b/client/wallet.pod index e7ea4a0..6d325e9 100644 --- a/client/wallet.pod +++ b/client/wallet.pod @@ -281,7 +281,7 @@ information for objects stored in the wallet.  They are displayed as part  of the object data with C<show>, retrieved with C<getattr>, and set with  C<setattr>. -=head1 Keytab Attributes +=head2 Keytab Attributes  Keytab objects support the following attributes: diff --git a/server/wallet-backend b/server/wallet-backend index c3e43ed..0daf08d 100755 --- a/server/wallet-backend +++ b/server/wallet-backend @@ -388,7 +388,7 @@ information for objects stored in the wallet.  They are displayed as part  of the object data with C<show>, retrieved with C<getattr>, and set with  C<setattr>. -=head1 Keytab Attributes +=head2 Keytab Attributes  Keytab objects support the following attributes: | 
