Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Sort SEE ALSO.



details:   https://anonhg.NetBSD.org/src/rev/3dad05963fb3
branches:  trunk
changeset: 1026265:3dad05963fb3
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Nov 15 14:06:50 2021 +0000

description:
Sort SEE ALSO.

diffstat:

 lib/libc/gen/posix_spawn.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r b48472868d70 -r 3dad05963fb3 lib/libc/gen/posix_spawn.3
--- a/lib/libc/gen/posix_spawn.3        Mon Nov 15 14:01:50 2021 +0000
+++ b/lib/libc/gen/posix_spawn.3        Mon Nov 15 14:06:50 2021 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: posix_spawn.3,v 1.12 2021/11/15 14:01:51 christos Exp $
+.\" $NetBSD: posix_spawn.3,v 1.13 2021/11/15 14:06:50 wiz Exp $
 .\"
 .\" Copyright (c) 2008 Ed Schouten <ed%FreeBSD.org@localhost>
 .\" All rights reserved.
@@ -442,11 +442,11 @@
 .Xr open 2 ,
 .Xr setpgid 2 ,
 .Xr vfork 2 ,
+.Xr posix_spawn_file_actions_addchdir 3 ,
 .Xr posix_spawn_file_actions_addclose 3 ,
 .Xr posix_spawn_file_actions_adddup2 3 ,
+.Xr posix_spawn_file_actions_addfchdir 3 ,
 .Xr posix_spawn_file_actions_addopen 3 ,
-.Xr posix_spawn_file_actions_addchdir 3 ,
-.Xr posix_spawn_file_actions_addfchdir 3 ,
 .Xr posix_spawn_file_actions_destroy 3 ,
 .Xr posix_spawn_file_actions_init 3 ,
 .Xr posix_spawnattr_destroy 3 ,



Home | Main Index | Thread Index | Old Index