Module Name:    src
Committed By:   uwe
Date:           Wed May 22 18:29:41 UTC 2013

Modified Files:
        src/share/man/man4: route.4

Log Message:
Use .Er for errors instead of .Dv


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/share/man/man4/route.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/route.4
diff -u src/share/man/man4/route.4:1.19 src/share/man/man4/route.4:1.20
--- src/share/man/man4/route.4:1.19	Tue May 21 08:37:27 2013
+++ src/share/man/man4/route.4	Wed May 22 18:29:41 2013
@@ -1,4 +1,4 @@
-.\"	$NetBSD: route.4,v 1.19 2013/05/21 08:37:27 roy Exp $
+.\"	$NetBSD: route.4,v 1.20 2013/05/22 18:29:41 uwe Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -143,14 +143,14 @@ by filling in the
 .Ar rtm_errno
 field.
 The routing code returns
-.Dv EEXIST
+.Er EEXIST
 if
 requested to duplicate an existing entry,
-.Dv ESRCH
+.Er ESRCH
 if
 requested to delete a non-existent entry,
 or
-.Dv ENOBUFS
+.Er ENOBUFS
 if insufficient resources were available
 to install a new route.
 In the current implementation, all routing processes run locally,

Reply via email to