Thu Apr 28 14:21:52 2011 UTC ()
Fix typo.


(wiz)
diff -r1.1.1.2 -r1.2 src/crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1

cvs diff -r1.1.1.2 -r1.2 src/crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1 (expand / switch to unified diff)

--- src/crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1 2011/04/14 14:08:18 1.1.1.2
+++ src/crypto/external/bsd/heimdal/dist/kuser/copy_cred_cache.1 2011/04/28 14:21:52 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: copy_cred_cache.1,v 1.1.1.2 2011/04/14 14:08:18 elric Exp $ 1.\" $NetBSD: copy_cred_cache.1,v 1.2 2011/04/28 14:21:52 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2004 Kungliga Tekniska Högskolan 3.\" Copyright (c) 2004 Kungliga Tekniska Högskolan
4.\" (Royal Institute of Technology, Stockholm, Sweden). 4.\" (Royal Institute of Technology, Stockholm, Sweden).
5.\" All rights reserved. 5.\" All rights reserved.
6.\" 6.\"
7.\" Redistribution and use in source and binary forms, with or without 7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions 8.\" modification, are permitted provided that the following conditions
9.\" are met: 9.\" are met:
10.\" 10.\"
11.\" 1. Redistributions of source code must retain the above copyright 11.\" 1. Redistributions of source code must retain the above copyright
12.\" notice, this list of conditions and the following disclaimer. 12.\" notice, this list of conditions and the following disclaimer.
13.\" 13.\"
14.\" 2. Redistributions in binary form must reproduce the above copyright 14.\" 2. Redistributions in binary form must reproduce the above copyright
@@ -80,20 +80,20 @@ cache is created, it will have this file @@ -80,20 +80,20 @@ cache is created, it will have this file
80.\".Sh ENVIRONMENT 80.\".Sh ENVIRONMENT
81.\".Sh FILES 81.\".Sh FILES
82.Sh EXAMPLES 82.Sh EXAMPLES
83To copy only credentials that are valid for at least one day and with 83To copy only credentials that are valid for at least one day and with
84the 84the
85.Li initial 85.Li initial
86flag set, try something like: 86flag set, try something like:
87.Bd -literal -offset indent 87.Bd -literal -offset indent
88$ copy_cred_cache --valid-for=1d --flags=initial FILE:/some/cache 88$ copy_cred_cache --valid-for=1d --flags=initial FILE:/some/cache
89.Ed 89.Ed
90.Sh DIAGNOSTICS 90.Sh DIAGNOSTICS
91The 91The
92.Nm 92.Nm
93utility exits 0 on success, and \*[Gt]0 if an error occurs, or of no 93utility exits 0 on success, and \*[Gt]0 if an error occurs, or if no
94credentials where actually copied. 94credentials where actually copied.
95.\".Sh SEE ALSO 95.\".Sh SEE ALSO
96.\".Sh STANDARDS 96.\".Sh STANDARDS
97.\".Sh HISTORY 97.\".Sh HISTORY
98.\".Sh AUTHORS 98.\".Sh AUTHORS
99.\".Sh BUGS 99.\".Sh BUGS