diff options
| author | Joel Dahl <joel@FreeBSD.org> | 2013-03-17 06:54:04 +0000 |
|---|---|---|
| committer | Joel Dahl <joel@FreeBSD.org> | 2013-03-17 06:54:04 +0000 |
| commit | c65b9b0bd916d1715e4f1714f79dbceb9c28426a (patch) | |
| tree | adc0035251bea03b97fbac2093737f38a262ef4a /usr.sbin/ac | |
| parent | d04158c3c6d6dda807d217f8ea596c9d133c0afb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/ac')
| -rw-r--r-- | usr.sbin/ac/ac.8 | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/usr.sbin/ac/ac.8 b/usr.sbin/ac/ac.8 index 26667d864fca..954d9f71159b 100644 --- a/usr.sbin/ac/ac.8 +++ b/usr.sbin/ac/ac.8 @@ -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 , |
