Fri Dec 16 12:51:44 2011 UTC ()
Sort sections. Remove trailing whitespace.


(wiz)
diff -r1.6 -r1.7 src/usr.sbin/perfused/perfused.8

cvs diff -r1.6 -r1.7 src/usr.sbin/perfused/perfused.8 (expand / switch to unified diff)

--- src/usr.sbin/perfused/perfused.8 2011/12/16 10:57:43 1.6
+++ src/usr.sbin/perfused/perfused.8 2011/12/16 12:51:43 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: perfused.8,v 1.6 2011/12/16 10:57:43 manu Exp $ 1.\" $NetBSD: perfused.8,v 1.7 2011/12/16 12:51:43 wiz Exp $
2.\" 2.\"
3.\" Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved. 3.\" Copyright (c) 2010 Emmanuel Dreyfus. All rights reserved.
4.\" 4.\"
5.\" Redistribution and use in source and binary forms, with or without 5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions 6.\" modification, are permitted provided that the following conditions
7.\" are met: 7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright 8.\" 1. Redistributions of source code must retain the above copyright
9.\" notice, this list of conditions and the following disclaimer. 9.\" notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright 10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the 11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution. 12.\" documentation and/or other materials provided with the distribution.
13.\" 13.\"
14.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 14.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
@@ -114,29 +114,29 @@ This is used when @@ -114,29 +114,29 @@ This is used when
114.Nm 114.Nm
115is started from 115is started from
116.Xr libperfuse 3 . 116.Xr libperfuse 3 .
117.It Fl s 117.It Fl s
118Enable debug output only when receiving 118Enable debug output only when receiving
119.Li SIGINFO . 119.Li SIGINFO .
120.El 120.El
121.Sh ERRORS 121.Sh ERRORS
122The program logs to the syslog daemon as facility 122The program logs to the syslog daemon as facility
123.Dq daemon . 123.Dq daemon .
124For detailed debugging use the 124For detailed debugging use the
125.Fl d 125.Fl d
126(debug) option. 126(debug) option.
127.Sh BUGS 
128When  
129.Nm 
130runs in the foreground (using the 
131.Fl f 
132flag), some processes using the FUSE filesystem will  
133sometime hang on  
134.Sq uvn_fp2 . 
135.Sh SEE ALSO 127.Sh SEE ALSO
136.Xr mount 2 , 128.Xr mount 2 ,
137.Xr perfuse_mount 3 , 129.Xr perfuse_mount 3 ,
138.Xr puffs 4 130.Xr puffs 4
139.Sh AUTHORS 131.Sh AUTHORS
140The program was written by 132The program was written by
141.An Emmanuel Dreyfus 133.An Emmanuel Dreyfus
142.Aq manu@NetBSD.org . 134.Aq manu@NetBSD.org .
 135.Sh BUGS
 136When
 137.Nm
 138runs in the foreground (using the
 139.Fl f
 140flag), some processes using the FUSE filesystem will
 141sometime hang on
 142.Sq uvn_fp2 .