svn commit: r248413 - head/usr.sbin/ac
Joel Dahl
joel at FreeBSD.org
Sun Mar 17 06:54:05 UTC 2013
Author: joel (doc committer)
Date: Sun Mar 17 06:54:04 2013
New Revision: 248413
URL: http://svnweb.freebsd.org/changeset/base/248413
Log:
Move example to EXAMPLES.
Modified:
head/usr.sbin/ac/ac.8
Modified: head/usr.sbin/ac/ac.8
==============================================================================
--- head/usr.sbin/ac/ac.8 Sun Mar 17 06:36:04 2013 (r248412)
+++ head/usr.sbin/ac/ac.8 Sun Mar 17 06:54:04 2013 (r248413)
@@ -105,17 +105,6 @@ hand.
No login or connect time accounting is performed if
.Pa /var/log/utx.log
does not exist.
-.Pp
-For example,
-.Bd -literal -offset indent
-ac -p -t "ttyd*" > modems
-ac -p -t "!ttyd*" > other
-.Ed
-.Pp
-allows times recorded in
-.Pa modems
-to be charged out at a different rate than
-.Pa other .
.Sh FILES
.Bl -tag -width /var/log/utx.log -compact
.It Pa /var/log/utx.log
@@ -123,6 +112,15 @@ connect time accounting file
.El
.Sh EXIT STATUS
.Ex -std
+.Sh EXAMPLES
+Allow times recorded in
+.Pa modems
+to be charged out at a different rate than
+.Pa other :
+.Bd -literal -offset indent
+ac -p -t "ttyd*" > modems
+ac -p -t "!ttyd*" > other
+.Ed
.Sh SEE ALSO
.Xr login 1 ,
.Xr getutxent 3 ,
More information about the svn-src-head
mailing list