diff options
author | 2012-03-30 06:42:29 +0000 | |
---|---|---|
committer | 2012-03-30 06:42:29 +0000 | |
commit | 90e5db9393afe0101086e8d31b51a502fc575c6c (patch) | |
tree | 061e480dff8781b1bb9ccda34d9495c62ba0fac7 | |
parent | document ZZZ; ok deraadt (diff) | |
download | wireguard-openbsd-90e5db9393afe0101086e8d31b51a502fc575c6c.tar.xz wireguard-openbsd-90e5db9393afe0101086e8d31b51a502fc575c6c.zip |
tweak FILES and HISTORY;
-rw-r--r-- | usr.sbin/apm/apm.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index 1593b96c9b9..9d4c82e841c 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: apm.8,v 1.37 2012/03/30 06:40:36 jmc Exp $ +.\" $OpenBSD: apm.8,v 1.38 2012/03/30 06:42:29 jmc Exp $ .\" .\" Copyright (c) 1996 John T. Kohl .\" All rights reserved. @@ -147,17 +147,17 @@ until the system resumes from its sleep state. .Sh FILES .Bl -tag -width /var/run/apmdev -compact .It Pa /var/run/apmdev +The default .Ux Ns -domain socket for communicating with -.Xr apmd 8 -.El -.Pp +.Xr apmd 8 . The .Fl f flag may be used to specify an alternate socket name. The protection modes on this socket govern which users may access the APM functions. +.El .Sh SEE ALSO .Xr apm 4 , .Xr apmd 8 @@ -169,7 +169,7 @@ Intel Corporation and Microsoft Corporation The .Nm command appeared in -.Nx 1.3 , +.Nx 1.3 ; .Ox support was added in .Ox 1.2 . |