diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-21 20:30:37 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-06-21 20:30:37 +0000 |
commit | 05d3e7c36a1ea8debb46894a625a8dd363e66427 (patch) | |
tree | adb6811ce579a828d85b8fa66aab604fef0c3d90 /lib | |
parent | 86d71382e4523a88e98bf16cb131a48eedba11f8 (diff) |
sort SEE ALSO;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/pathconf.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/pathconf.2 b/lib/libc/sys/pathconf.2 index 6a18bd5d432..099f3bb5be1 100644 --- a/lib/libc/sys/pathconf.2 +++ b/lib/libc/sys/pathconf.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pathconf.2,v 1.24 2018/01/12 04:36:44 deraadt Exp $ +.\" $OpenBSD: pathconf.2,v 1.25 2018/06/21 20:30:36 jmc Exp $ .\" $NetBSD: pathconf.2,v 1.2 1995/02/27 12:35:22 cgd Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)pathconf.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: January 12 2018 $ +.Dd $Mdocdate: June 21 2018 $ .Dt PATHCONF 2 .Os .Sh NAME @@ -198,8 +198,8 @@ will fail if: is not a valid open file descriptor. .El .Sh SEE ALSO -.Xr sysconf 3 , -.Xr sysctl 2 +.Xr sysctl 2 , +.Xr sysconf 3 .Sh STANDARDS The .Fn pathconf |