Fri Sep 19 21:46:14 2008 UTC ()
bring in changes from dist


(christos)
diff -r1.1.1.1 -r1.2 src/external/bsd/am-utils/dist/amd/amd.8

cvs diff -r1.1.1.1 -r1.2 src/external/bsd/am-utils/dist/amd/amd.8 (expand / switch to unified diff)

--- src/external/bsd/am-utils/dist/amd/amd.8 2008/09/19 20:07:15 1.1.1.1
+++ src/external/bsd/am-utils/dist/amd/amd.8 2008/09/19 21:46:14 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: amd.8,v 1.1.1.1 2008/09/19 20:07:15 christos Exp $ 1.\" $NetBSD: amd.8,v 1.2 2008/09/19 21:46:14 christos Exp $
2.\" 2.\"
3.\" 3.\"
4.\" Copyright (c) 1997-2007 Erez Zadok 4.\" Copyright (c) 1997-2007 Erez Zadok
5.\" Copyright (c) 1989 Jan-Simon Pendry 5.\" Copyright (c) 1989 Jan-Simon Pendry
6.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine 6.\" Copyright (c) 1989 Imperial College of Science, Technology & Medicine
7.\" Copyright (c) 1989 The Regents of the University of California. 7.\" Copyright (c) 1989 The Regents of the University of California.
8.\" All rights reserved. 8.\" All rights reserved.
9.\" 9.\"
10.\" This code is derived from software contributed to Berkeley by 10.\" This code is derived from software contributed to Berkeley by
11.\" Jan-Simon Pendry at Imperial College, London. 11.\" Jan-Simon Pendry at Imperial College, London.
12.\" 12.\"
13.\" Redistribution and use in source and binary forms, with or without 13.\" Redistribution and use in source and binary forms, with or without
14.\" modification, are permitted provided that the following conditions 14.\" modification, are permitted provided that the following conditions
@@ -332,33 +332,33 @@ Symbolic links on an NFS filesystem can  @@ -332,33 +332,33 @@ Symbolic links on an NFS filesystem can
332In most implementations of NFS, their interpolations are not cached 332In most implementations of NFS, their interpolations are not cached
333by the kernel and each time a symlink is encountered during a 333by the kernel and each time a symlink is encountered during a
334.I lookuppn 334.I lookuppn
335translation it costs an RPC call to the NFS server. 335translation it costs an RPC call to the NFS server.
336It would appear that a large improvement in real-time 336It would appear that a large improvement in real-time
337performance could be gained by adding a cache somewhere. 337performance could be gained by adding a cache somewhere.
338Replacing symlinks with a suitable incarnation of the auto-mounter 338Replacing symlinks with a suitable incarnation of the auto-mounter
339results in a large real-time speedup, but also causes a large 339results in a large real-time speedup, but also causes a large
340number of process context switches. 340number of process context switches.
341.LP 341.LP
342A weird imagination is most useful to gain full advantage of all 342A weird imagination is most useful to gain full advantage of all
343the features. 343the features.
344.SH "SEE ALSO" 344.SH "SEE ALSO"
345.BR amq (8), 
346.BR domainname (1), 345.BR domainname (1),
347.BR hostname (1), 346.BR hostname (1),
348.BR syslog (3). 347.BR syslog (3).
349.BR amd.conf (5), 348.BR amd.conf (5),
350.BR mtab (5), 349.BR mtab (5),
351.BR automount (8), 350.BR amq (8),
 351.\" .BR automount (8),
352.BR mount (8), 352.BR mount (8),
353.BR umount (8), 353.BR umount (8),
354.LP 354.LP
355``am-utils'' 355``am-utils''
356.BR info (1) 356.BR info (1)
357entry. 357entry.
358.LP 358.LP
359.I "Linux NFS and Automounter Administration" 359.I "Linux NFS and Automounter Administration"
360by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001). 360by Erez Zadok, ISBN 0-7821-2739-8, (Sybex, 2001).
361.LP 361.LP
362.I http://www.am-utils.org 362.I http://www.am-utils.org
363.LP 363.LP
364.I "Amd \- The 4.4 BSD Automounter" 364.I "Amd \- The 4.4 BSD Automounter"